public abstract class Page extends Object
Java class for Page complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Page">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalNumEntries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Page.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
pageType |
protected Integer |
totalNumEntries |
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPageType()
Gets the value of the pageType property.
|
Integer |
getTotalNumEntries()
Gets the value of the totalNumEntries property.
|
void |
setPageType(String value)
Sets the value of the pageType property.
|
void |
setTotalNumEntries(Integer value)
Sets the value of the totalNumEntries property.
|
public Integer getTotalNumEntries()
Integerpublic void setTotalNumEntries(Integer value)
value - allowed object is
Integerpublic String getPageType()
StringCopyright © 2023. All rights reserved.