cgl.axis.services.WSCTX.uddi_wsctx_schema
Class SessionEntity

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

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

See Also:
Serialized Form

Constructor Summary
SessionEntity()
           
SessionEntity(BusinessServices businessServices, ContextBag contextBag, Description[] description, Lease lease, Name[] name, org.apache.axis.types.URI sessionKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BusinessServices getBusinessServices()
          Gets the businessServices value for this SessionEntity.
 ContextBag getContextBag()
          Gets the contextBag value for this SessionEntity.
 Description[] getDescription()
          Gets the description value for this SessionEntity.
 Description getDescription(int i)
           
 Lease getLease()
          Gets the lease value for this SessionEntity.
 Name[] getName()
          Gets the name value for this SessionEntity.
 Name getName(int i)
           
 org.apache.axis.types.URI getSessionKey()
          Gets the sessionKey value for this SessionEntity.
 int hashCode()
           
 void setBusinessServices(BusinessServices businessServices)
          Sets the businessServices value for this SessionEntity.
 void setContextBag(ContextBag contextBag)
          Sets the contextBag value for this SessionEntity.
 void setDescription(Description[] description)
          Sets the description value for this SessionEntity.
 void setDescription(int i, Description _value)
           
 void setLease(Lease lease)
          Sets the lease value for this SessionEntity.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this SessionEntity.
 void setSessionKey(org.apache.axis.types.URI sessionKey)
          Sets the sessionKey value for this SessionEntity.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionEntity

public SessionEntity()

SessionEntity

public SessionEntity(BusinessServices businessServices,
                     ContextBag contextBag,
                     Description[] description,
                     Lease lease,
                     Name[] name,
                     org.apache.axis.types.URI sessionKey)
Method Detail

getBusinessServices

public BusinessServices getBusinessServices()
Gets the businessServices value for this SessionEntity.

Returns:
businessServices

setBusinessServices

public void setBusinessServices(BusinessServices businessServices)
Sets the businessServices value for this SessionEntity.

Parameters:
businessServices -

getContextBag

public ContextBag getContextBag()
Gets the contextBag value for this SessionEntity.

Returns:
contextBag

setContextBag

public void setContextBag(ContextBag contextBag)
Sets the contextBag value for this SessionEntity.

Parameters:
contextBag -

getDescription

public Description[] getDescription()
Gets the description value for this SessionEntity.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this SessionEntity.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getLease

public Lease getLease()
Gets the lease value for this SessionEntity.

Returns:
lease

setLease

public void setLease(Lease lease)
Sets the lease value for this SessionEntity.

Parameters:
lease -

getName

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

Returns:
name

setName

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

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 SessionEntity.

Returns:
sessionKey

setSessionKey

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

Parameters:
sessionKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()