cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Save_session

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

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

See Also:
Serialized Form

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

Constructor Detail

Save_session

public Save_session()

Save_session

public Save_session(AuthInfo authInfo,
                    SessionEntity[] sessionEntity)
Method Detail

getAuthInfo

public AuthInfo getAuthInfo()
Gets the authInfo value for this Save_session.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)
Sets the authInfo value for this Save_session.

Parameters:
authInfo -

getSessionEntity

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

Returns:
sessionEntity

setSessionEntity

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

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()