public class Page extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}pageMeta"/> <element ref="{}pageObjects"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PageMeta |
pageMeta |
protected PageObjects |
pageObjects |
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
PageMeta |
getPageMeta()
Gets the value of the pageMeta property.
|
PageObjects |
getPageObjects()
Gets the value of the pageObjects property.
|
void |
setPageMeta(PageMeta value)
Sets the value of the pageMeta property.
|
void |
setPageObjects(PageObjects value)
Sets the value of the pageObjects property.
|
protected PageMeta pageMeta
protected PageObjects pageObjects
public PageMeta getPageMeta()
PageMeta
public void setPageMeta(PageMeta value)
value
- allowed object is
PageMeta
public PageObjects getPageObjects()
PageObjects
public void setPageObjects(PageObjects value)
value
- allowed object is
PageObjects
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.