|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.collabnet.helm.ws.PaginationType
public class PaginationType
Controls the pagination of the result set.
| Constructor Summary | |
|---|---|
PaginationType()
|
|
PaginationType(int entriesPerPage,
int pageNumber)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getEntriesPerPage()
Gets the entriesPerPage value for this PaginationType. |
int |
getPageNumber()
Gets the pageNumber value for this PaginationType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setEntriesPerPage(int entriesPerPage)
Sets the entriesPerPage value for this PaginationType. |
void |
setPageNumber(int pageNumber)
Sets the pageNumber value for this PaginationType. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaginationType()
public PaginationType(int entriesPerPage,
int pageNumber)
| Method Detail |
|---|
public int getEntriesPerPage()
public void setEntriesPerPage(int entriesPerPage)
entriesPerPage - * Specifies the maximum number of entries
to return in a single call. If the
number of entries that can be returned
is less than the value in
entriesPerPage, then the lower number is
returned. For most calls, the max is 100
and the default is 25.public int getPageNumber()
public void setPageNumber(int pageNumber)
pageNumber - * Specifies the number of the page of data
to return in the current call. Default
is 1. Specify a positive value equal to
or lower than the number of pages
available (which you determine by
examining the results of your initial
request).public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||