cgl.axis.services.WSCTX.uddi_wsctx_schema
Class SessionDetail

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

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

See Also:
Serialized Form

Constructor Summary
SessionDetail()
           
SessionDetail(ListDescription listDescription, SessionEntity[] sessionEntity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ListDescription getListDescription()
          Gets the listDescription value for this SessionDetail.
 SessionEntity[] getSessionEntity()
          Gets the sessionEntity value for this SessionDetail.
 SessionEntity getSessionEntity(int i)
           
 int hashCode()
           
 void setListDescription(ListDescription listDescription)
          Sets the listDescription value for this SessionDetail.
 void setSessionEntity(int i, SessionEntity _value)
           
 void setSessionEntity(SessionEntity[] sessionEntity)
          Sets the sessionEntity value for this SessionDetail.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionDetail

public SessionDetail()

SessionDetail

public SessionDetail(ListDescription listDescription,
                     SessionEntity[] sessionEntity)
Method Detail

getListDescription

public ListDescription getListDescription()
Gets the listDescription value for this SessionDetail.

Returns:
listDescription

setListDescription

public void setListDescription(ListDescription listDescription)
Sets the listDescription value for this SessionDetail.

Parameters:
listDescription -

getSessionEntity

public SessionEntity[] getSessionEntity()
Gets the sessionEntity value for this SessionDetail.

Returns:
sessionEntity

setSessionEntity

public void setSessionEntity(SessionEntity[] sessionEntity)
Sets the sessionEntity value for this SessionDetail.

Parameters:
sessionEntity -

getSessionEntity

public SessionEntity getSessionEntity(int i)

setSessionEntity

public void setSessionEntity(int i,
                             SessionEntity _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()