|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.collabnet.helm.ws.PaginationResultType
public class PaginationResultType
Shows the pagination of data returned by requests. Pagination of returned data is not needed in and not supported for every call. See the documentation for individual calls to determine whether pagination is supported, required, or desirable.
| Constructor Summary | |
|---|---|
PaginationResultType()
|
|
PaginationResultType(java.lang.Integer totalNumberOfPages,
java.lang.Integer totalNumberOfEntries)
|
|
| 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 |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.Integer |
getTotalNumberOfEntries()
Gets the totalNumberOfEntries value for this PaginationResultType. |
java.lang.Integer |
getTotalNumberOfPages()
Gets the totalNumberOfPages value for this PaginationResultType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setTotalNumberOfEntries(java.lang.Integer totalNumberOfEntries)
Sets the totalNumberOfEntries value for this PaginationResultType. |
void |
setTotalNumberOfPages(java.lang.Integer totalNumberOfPages)
Sets the totalNumberOfPages value for this PaginationResultType. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaginationResultType()
public PaginationResultType(java.lang.Integer totalNumberOfPages,
java.lang.Integer totalNumberOfEntries)
| Method Detail |
|---|
public java.lang.Integer getTotalNumberOfPages()
public void setTotalNumberOfPages(java.lang.Integer totalNumberOfPages)
totalNumberOfPages - * Indicates the total number of pages of data that
could be returned by repeated requests. Returned
with a value of 0 if no pages are available.public java.lang.Integer getTotalNumberOfEntries()
public void setTotalNumberOfEntries(java.lang.Integer totalNumberOfEntries)
totalNumberOfEntries - * Indicates the total number of entries that could
be returned by repeated requests. Returned with
a value of 0 if no entries are available.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 | |||||||||