oasis.names.tc.wsrp.v1.types
Class SessionContext

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.SessionContext
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SessionContext()
           
SessionContext(int expires, Extension[] extensions, java.lang.String sessionID)
           
 
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 getExpires()
          Gets the expires value for this SessionContext.
 Extension[] getExtensions()
          Gets the extensions value for this SessionContext.
 Extension getExtensions(int i)
           
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 getSessionID()
          Gets the sessionID value for this SessionContext.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExpires(int expires)
          Sets the expires value for this SessionContext.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this SessionContext.
 void setExtensions(int i, Extension _value)
           
 void setSessionID(java.lang.String sessionID)
          Sets the sessionID value for this SessionContext.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionContext

public SessionContext()

SessionContext

public SessionContext(int expires,
                      Extension[] extensions,
                      java.lang.String sessionID)
Method Detail

getSessionID

public java.lang.String getSessionID()
Gets the sessionID value for this SessionContext.

Returns:
sessionID

setSessionID

public void setSessionID(java.lang.String sessionID)
Sets the sessionID value for this SessionContext.

Parameters:
sessionID -

getExpires

public int getExpires()
Gets the expires value for this SessionContext.

Returns:
expires

setExpires

public void setExpires(int expires)
Sets the expires value for this SessionContext.

Parameters:
expires -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this SessionContext.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this SessionContext.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

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