|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.WSCTX.uddi_wsctx_schema.SessionEntity
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 |
public SessionEntity()
public SessionEntity(BusinessServices businessServices, ContextBag contextBag, Description[] description, Lease lease, Name[] name, org.apache.axis.types.URI sessionKey)
Method Detail |
public BusinessServices getBusinessServices()
public void setBusinessServices(BusinessServices businessServices)
businessServices
- public ContextBag getContextBag()
public void setContextBag(ContextBag contextBag)
contextBag
- public Description[] getDescription()
public void setDescription(Description[] description)
description
- public Description getDescription(int i)
public void setDescription(int i, Description _value)
public Lease getLease()
public void setLease(Lease lease)
lease
- public Name[] getName()
public void setName(Name[] name)
name
- public Name getName(int i)
public void setName(int i, Name _value)
public org.apache.axis.types.URI getSessionKey()
public void setSessionKey(org.apache.axis.types.URI sessionKey)
sessionKey
- public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |