ca.bc.gov.webade.user.provider.capws.v8
Class PaginationRequest

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.PaginationRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PaginationRequest()
           
PaginationRequest(int pageSizeMaximum, int pageIndex)
           
 
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 getPageIndex()
          Gets the pageIndex value for this PaginationRequest.
 int getPageSizeMaximum()
          Gets the pageSizeMaximum value for this PaginationRequest.
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 setPageIndex(int pageIndex)
          Sets the pageIndex value for this PaginationRequest.
 void setPageSizeMaximum(int pageSizeMaximum)
          Sets the pageSizeMaximum value for this PaginationRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaginationRequest

public PaginationRequest()

PaginationRequest

public PaginationRequest(int pageSizeMaximum,
                         int pageIndex)
Method Detail

getPageSizeMaximum

public int getPageSizeMaximum()
Gets the pageSizeMaximum value for this PaginationRequest.

Returns:
pageSizeMaximum

setPageSizeMaximum

public void setPageSizeMaximum(int pageSizeMaximum)
Sets the pageSizeMaximum value for this PaginationRequest.

Parameters:
pageSizeMaximum -

getPageIndex

public int getPageIndex()
Gets the pageIndex value for this PaginationRequest.

Returns:
pageIndex

setPageIndex

public void setPageIndex(int pageIndex)
Sets the pageIndex value for this PaginationRequest.

Parameters:
pageIndex -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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