cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Delete_session

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

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

See Also:
Serialized Form

Constructor Summary
Delete_session()
           
Delete_session(AuthInfo authInfo, org.apache.axis.types.URI[] sessionKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Delete_session.
 org.apache.axis.types.URI[] getSessionKey()
          Gets the sessionKey value for this Delete_session.
 org.apache.axis.types.URI getSessionKey(int i)
           
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Delete_session.
 void setSessionKey(int i, org.apache.axis.types.URI _value)
           
 void setSessionKey(org.apache.axis.types.URI[] sessionKey)
          Sets the sessionKey value for this Delete_session.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete_session

public Delete_session()

Delete_session

public Delete_session(AuthInfo authInfo,
                      org.apache.axis.types.URI[] sessionKey)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getSessionKey

public org.apache.axis.types.URI[] getSessionKey()
Gets the sessionKey value for this Delete_session.

Returns:
sessionKey

setSessionKey

public void setSessionKey(org.apache.axis.types.URI[] sessionKey)
Sets the sessionKey value for this Delete_session.

Parameters:
sessionKey -

getSessionKey

public org.apache.axis.types.URI getSessionKey(int i)

setSessionKey

public void setSessionKey(int i,
                          org.apache.axis.types.URI _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()