|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PaginationCriteria
Java content class for pagination-criteria complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 161)
<complexType name="pagination-criteria"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="index-key" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="max-results" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> <attribute name="page-offset" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="0" /> <attribute name="page-size" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getIndexKey()
Gets the value of the indexKey property. |
java.lang.Long |
getMaxResults()
Gets the value of the maxResults property. |
java.lang.Long |
getPageOffset()
Gets the value of the pageOffset property. |
java.lang.Long |
getPageSize()
Gets the value of the pageSize property. |
void |
setIndexKey(java.lang.String value)
Sets the value of the indexKey property. |
void |
setMaxResults(java.lang.Long value)
Sets the value of the maxResults property. |
void |
setPageOffset(java.lang.Long value)
Sets the value of the pageOffset property. |
void |
setPageSize(java.lang.Long value)
Sets the value of the pageSize property. |
Method Detail |
---|
java.lang.Long getPageOffset()
Long
void setPageOffset(java.lang.Long value)
value
- allowed object is
Long
java.lang.String getIndexKey()
String
void setIndexKey(java.lang.String value)
value
- allowed object is
String
java.lang.Long getMaxResults()
Long
void setMaxResults(java.lang.Long value)
value
- allowed object is
Long
java.lang.Long getPageSize()
Long
void setPageSize(java.lang.Long value)
value
- allowed object is
Long
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |