cgl.axis.services.WSCTX.uddi_wsctx_schema
Class SessionList

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.SessionList
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SessionList()
           
SessionList(SessionInfos sessionInfos)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 SessionInfos getSessionInfos()
          Gets the sessionInfos value for this SessionList.
 int hashCode()
           
 void setSessionInfos(SessionInfos sessionInfos)
          Sets the sessionInfos value for this SessionList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionList

public SessionList()

SessionList

public SessionList(SessionInfos sessionInfos)
Method Detail

getSessionInfos

public SessionInfos getSessionInfos()
Gets the sessionInfos value for this SessionList.

Returns:
sessionInfos

setSessionInfos

public void setSessionInfos(SessionInfos sessionInfos)
Sets the sessionInfos value for this SessionList.

Parameters:
sessionInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()