fedora.server.types.gen
Class ListSession

java.lang.Object
  extended by fedora.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()
           
ListSession(java.lang.String token, org.apache.axis.types.NonNegativeInteger cursor, org.apache.axis.types.NonNegativeInteger completeListSize, java.lang.String expirationDate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.NonNegativeInteger getCompleteListSize()
          Gets the completeListSize value for this ListSession.
 org.apache.axis.types.NonNegativeInteger getCursor()
          Gets the cursor value for this ListSession.
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()
          Gets the expirationDate value for this ListSession.
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()
          Gets the token value for this ListSession.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCompleteListSize(org.apache.axis.types.NonNegativeInteger completeListSize)
          Sets the completeListSize value for this ListSession.
 void setCursor(org.apache.axis.types.NonNegativeInteger cursor)
          Sets the cursor value for this ListSession.
 void setExpirationDate(java.lang.String expirationDate)
          Sets the expirationDate value for this ListSession.
 void setToken(java.lang.String token)
          Sets the token value for this ListSession.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSession

public ListSession()

ListSession

public ListSession(java.lang.String token,
                   org.apache.axis.types.NonNegativeInteger cursor,
                   org.apache.axis.types.NonNegativeInteger completeListSize,
                   java.lang.String expirationDate)
Method Detail

getToken

public java.lang.String getToken()
Gets the token value for this ListSession.

Returns:
token

setToken

public void setToken(java.lang.String token)
Sets the token value for this ListSession.

Parameters:
token -

getCursor

public org.apache.axis.types.NonNegativeInteger getCursor()
Gets the cursor value for this ListSession.

Returns:
cursor

setCursor

public void setCursor(org.apache.axis.types.NonNegativeInteger cursor)
Sets the cursor value for this ListSession.

Parameters:
cursor -

getCompleteListSize

public org.apache.axis.types.NonNegativeInteger getCompleteListSize()
Gets the completeListSize value for this ListSession.

Returns:
completeListSize

setCompleteListSize

public void setCompleteListSize(org.apache.axis.types.NonNegativeInteger completeListSize)
Sets the completeListSize value for this ListSession.

Parameters:
completeListSize -

getExpirationDate

public java.lang.String getExpirationDate()
Gets the expirationDate value for this ListSession.

Returns:
expirationDate

setExpirationDate

public void setExpirationDate(java.lang.String expirationDate)
Sets the expirationDate value for this ListSession.

Parameters:
expirationDate -

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