|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.api.contract.v1.Paging
public class Paging
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>
Field Summary | |
---|---|
protected int |
limit
|
protected int |
offset
|
Constructor Summary | |
---|---|
Paging()
|
Method Summary | |
---|---|
int |
getLimit()
Gets the value of the limit property. |
int |
getOffset()
Gets the value of the offset property. |
void |
setLimit(int value)
Sets the value of the limit property. |
void |
setOffset(int value)
Sets the value of the offset property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int limit
protected int offset
Constructor Detail |
---|
public Paging()
Method Detail |
---|
public int getLimit()
public void setLimit(int value)
public int getOffset()
public void setOffset(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |