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