|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.fthpis.datatype.request.FindSession
Used to locate information about one or more sessions. Returns a sessionList message that matches the conditions specified.
| Field Summary | |
(package private) AttributeBag |
attributeBag
|
(package private) AuthInfo |
authInfo
|
(package private) org.apache.juddi.datatype.request.FindQualifiers |
findQualifiers
|
(package private) java.lang.String |
generic
|
(package private) Lease |
lease
|
(package private) int |
maxRows
|
(package private) java.util.Vector |
nameVector
|
(package private) java.util.Vector |
serviceKeyVector
|
| Constructor Summary | |
FindSession()
Constructs a new empty find_business request. |
|
| Method Summary | |
void |
addAttribute(Attribute attribute)
Adds an attribute to the attributeBag |
void |
addFindQualifier(org.apache.juddi.datatype.request.FindQualifier findQualifier)
|
void |
addName(org.apache.juddi.datatype.Name nameValue)
Sets the name argument of the search to the given name. |
void |
addName(org.apache.juddi.datatype.ServiceKey serviceKey)
Sets the name argument of the search to the given name. |
AttributeBag |
getAttributeBag()
Returns the AttributeBag value |
AuthInfo |
getAuthInfo()
|
org.apache.juddi.datatype.request.FindQualifiers |
getFindQualifiers()
|
java.lang.String |
getGeneric()
|
Lease |
getLease()
Returns the Lease value |
int |
getMaxRows()
|
java.util.Vector |
getNameVector()
Returns the name argument of the search. |
java.util.Vector |
getServiceKeyVector()
Returns the name argument of the search. |
void |
setAttributeBag(AttributeBag bag)
Sets the AttributeBag value |
void |
setAuthInfo(AuthInfo authInfo)
|
void |
setFindQualifiers(org.apache.juddi.datatype.request.FindQualifiers findQualifiers)
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setLease(Lease lease_)
Sets the Lease value |
void |
setMaxRows(int maxRows)
|
void |
setMaxRows(java.lang.String maxRows)
|
void |
setNameVector(java.util.Vector names)
Sets the name argument of the search to the given name. |
void |
setServiceKeyVector(java.util.Vector serviceKeyVector)
Sets the name argument of the search to the given name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
AuthInfo authInfo
java.lang.String generic
java.util.Vector serviceKeyVector
java.util.Vector nameVector
AttributeBag attributeBag
Lease lease
org.apache.juddi.datatype.request.FindQualifiers findQualifiers
int maxRows
| Constructor Detail |
public FindSession()
| Method Detail |
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void addName(org.apache.juddi.datatype.ServiceKey serviceKey)
public void setServiceKeyVector(java.util.Vector serviceKeyVector)
public java.util.Vector getServiceKeyVector()
public void addName(org.apache.juddi.datatype.Name nameValue)
nameValue - The name argument of the search.public void setNameVector(java.util.Vector names)
names - The name argument of the search.public java.util.Vector getNameVector()
public void setLease(Lease lease_)
public Lease getLease()
public void addAttribute(Attribute attribute)
public void setAttributeBag(AttributeBag bag)
bag - The new AttributeBagpublic AttributeBag getAttributeBag()
public int getMaxRows()
public void setMaxRows(int maxRows)
public void setMaxRows(java.lang.String maxRows)
public void addFindQualifier(org.apache.juddi.datatype.request.FindQualifier findQualifier)
public void setFindQualifiers(org.apache.juddi.datatype.request.FindQualifiers findQualifiers)
public org.apache.juddi.datatype.request.FindQualifiers getFindQualifiers()
public void setAuthInfo(AuthInfo authInfo)
public AuthInfo getAuthInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||