| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PaginationResultType |
Java class for PaginationResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaginationResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalNumberOfPages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TotalNumberOfEntries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| totalNumberOfEntries | |||||||||||
| totalNumberOfPages | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the totalNumberOfEntries property.
| |||||||||||
Gets the value of the totalNumberOfPages property.
| |||||||||||
Sets the value of the totalNumberOfEntries property.
| |||||||||||
Sets the value of the totalNumberOfPages property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the totalNumberOfEntries property.
Gets the value of the totalNumberOfPages property.
Sets the value of the totalNumberOfEntries property.
| value | Allowed object is Integer |
|---|
Sets the value of the totalNumberOfPages property.
| value | Allowed object is Integer |
|---|