magoffin.matt.ma2.domain
Interface PaginationCriteria


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

getPageOffset

java.lang.Long getPageOffset()
Gets the value of the pageOffset property.

Returns:
possible object is Long

setPageOffset

void setPageOffset(java.lang.Long value)
Sets the value of the pageOffset property.

Parameters:
value - allowed object is Long

getIndexKey

java.lang.String getIndexKey()
Gets the value of the indexKey property.

Returns:
possible object is String

setIndexKey

void setIndexKey(java.lang.String value)
Sets the value of the indexKey property.

Parameters:
value - allowed object is String

getMaxResults

java.lang.Long getMaxResults()
Gets the value of the maxResults property.

Returns:
possible object is Long

setMaxResults

void setMaxResults(java.lang.Long value)
Sets the value of the maxResults property.

Parameters:
value - allowed object is Long

getPageSize

java.lang.Long getPageSize()
Gets the value of the pageSize property.

Returns:
possible object is Long

setPageSize

void setPageSize(java.lang.Long value)
Sets the value of the pageSize property.

Parameters:
value - allowed object is Long