public class Paging
extends java.lang.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="limit">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
<maxInclusive value="1000"/>
</restriction>
</simpleType>
</element>
<element name="offset">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
<maxInclusive value="100000"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
limit |
protected int |
offset |
| Constructor and Description |
|---|
Paging() |
public int getLimit()
public void setLimit(int value)
public int getOffset()
public void setOffset(int value)
Copyright © 2018. All Rights Reserved.