cgl.axis.services.WSCTX.uddi_wsctx_schema
Class SessionInfo

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

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

See Also:
Serialized Form

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

Constructor Detail

SessionInfo

public SessionInfo()

SessionInfo

public SessionInfo(Name[] name,
                   org.apache.axis.types.URI sessionKey)
Method Detail

getName

public Name[] getName()
Gets the name value for this SessionInfo.

Returns:
name

setName

public void setName(Name[] name)
Sets the name value for this SessionInfo.

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getSessionKey

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

Returns:
sessionKey

setSessionKey

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

Parameters:
sessionKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()