public class Paging extends Object
Java class for Paging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Paging">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Index" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
index |
protected Integer |
size |
| Constructor and Description |
|---|
Paging() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIndex()
Gets the value of the index property.
|
Integer |
getSize()
Gets the value of the size property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
void |
setSize(Integer value)
Sets the value of the size property.
|
public Integer getIndex()
Integerpublic void setIndex(Integer value)
value - allowed object is
Integerpublic Integer getSize()
IntegerCopyright © 2024. All rights reserved.