fedora.server.types.gen
Class ListSession

java.lang.Object
  extended byfedora.server.types.gen.ListSession
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ListSession()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.NonNegativeInteger getCompleteListSize()
           
 org.apache.axis.types.NonNegativeInteger getCursor()
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getExpirationDate()
           
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.String getToken()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCompleteListSize(org.apache.axis.types.NonNegativeInteger completeListSize)
           
 void setCursor(org.apache.axis.types.NonNegativeInteger cursor)
           
 void setExpirationDate(java.lang.String expirationDate)
           
 void setToken(java.lang.String token)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSession

public ListSession()
Method Detail

getToken

public java.lang.String getToken()

setToken

public void setToken(java.lang.String token)

getCursor

public org.apache.axis.types.NonNegativeInteger getCursor()

setCursor

public void setCursor(org.apache.axis.types.NonNegativeInteger cursor)

getCompleteListSize

public org.apache.axis.types.NonNegativeInteger getCompleteListSize()

setCompleteListSize

public void setCompleteListSize(org.apache.axis.types.NonNegativeInteger completeListSize)

getExpirationDate

public java.lang.String getExpirationDate()

setExpirationDate

public void setExpirationDate(java.lang.String expirationDate)

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