|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.juddi.datatype.request.FindService
|
+--cgl.juddi.datatype.request.FindService
| Field Summary | |
(package private) AttributeBag |
attributeBag
|
(package private) Lease |
lease
|
| Fields inherited from class org.apache.juddi.datatype.request.FindService |
|
| Constructor Summary | |
FindService(java.lang.String businessKey)
Construct a new find_service request. |
|
| Method Summary | |
void |
addAttribute(Attribute attribute)
Adds an attribute to the attributeBag |
AttributeBag |
getAttributeBag()
Returns the AttributeBag value |
Lease |
getLease()
Returns the Lease value |
void |
setAttributeBag(AttributeBag bag)
Sets the AttributeBag value |
void |
setLease(Lease lease_)
Sets the Lease value |
| Methods inherited from class org.apache.juddi.datatype.request.FindService |
addCategory, addFindQualifier, addName, addTModelKey, getBusinessKey, getCategoryBag, getFindQualifiers, getGeneric, getMaxRows, getNameVector, getTModelBag, setBusinessKey, setCategoryBag, setFindQualifiers, setGeneric, setMaxRows, setMaxRows, setNameVector, setTModelBag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
AttributeBag attributeBag
Lease lease
| Constructor Detail |
public FindService(java.lang.String businessKey)
businessKey - The key of the businessEntity to search in.
java.lang.NullPointerException - If the given key is null.| Method Detail |
public void setLease(Lease lease_)
setLease in class org.apache.juddi.datatype.request.FindServicepublic Lease getLease()
getLease in class org.apache.juddi.datatype.request.FindServicepublic void addAttribute(Attribute attribute)
addAttribute in class org.apache.juddi.datatype.request.FindServicepublic void setAttributeBag(AttributeBag bag)
setAttributeBag in class org.apache.juddi.datatype.request.FindServicebag - The new AttributeBagpublic AttributeBag getAttributeBag()
getAttributeBag in class org.apache.juddi.datatype.request.FindService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||