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()
PageMetapublic void setPageMeta(PageMeta value)
value - allowed object is
PageMetapublic PageObjects getPageObjects()
PageObjectspublic void setPageObjects(PageObjects value)
value - allowed object is
PageObjectsCopyright © 2016 SAPERION AG. All rights reserved.