|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.fthpis.datatype.response.SessionInfo
"Each sessionInfo structure contains company name and optional description data"
| Field Summary | |
(package private) java.util.Vector |
nameVector
|
(package private) java.lang.String |
sessionKey
|
| Constructor Summary | |
SessionInfo()
default constructor |
|
SessionInfo(SessionInfo bizInfo)
copy constructor |
|
SessionInfo(java.lang.String key)
|
|
| Method Summary | |
void |
addName(org.apache.juddi.datatype.Name name)
Add a name to this session entity. |
java.util.Vector |
getNameVector()
Returns the names of this session entity. |
java.lang.String |
getSessionKey()
|
void |
setNameVector(java.util.Vector names)
Set the set of names of this session entity to the given set. |
void |
setSessionKey(java.lang.String key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String sessionKey
java.util.Vector nameVector
| Constructor Detail |
public SessionInfo()
public SessionInfo(SessionInfo bizInfo)
public SessionInfo(java.lang.String key)
| Method Detail |
public void setSessionKey(java.lang.String key)
public java.lang.String getSessionKey()
public void addName(org.apache.juddi.datatype.Name name)
name - The Name to add.public void setNameVector(java.util.Vector names)
names - The new set of contacts.public java.util.Vector getNameVector()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||