com.collabnet.helm.ws
Class PaginationResultType

java.lang.Object
  extended by com.collabnet.helm.ws.PaginationResultType
All Implemented Interfaces:
java.io.Serializable

public class PaginationResultType
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

PaginationResultType

public PaginationResultType()

PaginationResultType

public PaginationResultType(java.lang.Integer totalNumberOfPages,
                            java.lang.Integer totalNumberOfEntries)
Method Detail

getTotalNumberOfPages

public java.lang.Integer getTotalNumberOfPages()
Gets the totalNumberOfPages value for this PaginationResultType.

Returns:
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.

setTotalNumberOfPages

public void setTotalNumberOfPages(java.lang.Integer totalNumberOfPages)
Sets the totalNumberOfPages value for this PaginationResultType.

Parameters:
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.

getTotalNumberOfEntries

public java.lang.Integer getTotalNumberOfEntries()
Gets the totalNumberOfEntries value for this PaginationResultType.

Returns:
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.

setTotalNumberOfEntries

public void setTotalNumberOfEntries(java.lang.Integer totalNumberOfEntries)
Sets the totalNumberOfEntries value for this PaginationResultType.

Parameters:
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.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer