|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--cgl.juddi.datatype.request.FindServiceAttribute
"Used to locate specific attribute within a registered businessService. Returns a attributeDetail message."
| Field Summary | |
(package private) org.apache.juddi.datatype.CategoryBag |
categoryBag
|
(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.lang.String |
serviceKey
|
| Constructor Summary | |
FindServiceAttribute()
|
|
FindServiceAttribute(java.lang.String serviceKey)
Construct a new find_binding request. |
|
| Method Summary | |
void |
addCategory(org.apache.juddi.datatype.KeyedReference ref)
Adds a category reference to the categoryBag argument of this search. |
void |
addFindQualifier(org.apache.juddi.datatype.request.FindQualifier findQualifier)
|
org.apache.juddi.datatype.CategoryBag |
getCategoryBag()
Returns the Lease value |
org.apache.juddi.datatype.request.FindQualifiers |
getFindQualifiers()
|
java.lang.String |
getGeneric()
|
Lease |
getLease()
Returns the Lease value |
int |
getMaxRows()
|
java.lang.String |
getServiceKey()
Returns the servicekey of this find_binding request. |
void |
setCategoryBag(org.apache.juddi.datatype.CategoryBag bag)
Sets the CategoryBag value |
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 |
setServiceKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String serviceKey
java.lang.String generic
org.apache.juddi.datatype.CategoryBag categoryBag
Lease lease
org.apache.juddi.datatype.request.FindQualifiers findQualifiers
int maxRows
| Constructor Detail |
public FindServiceAttribute()
public FindServiceAttribute(java.lang.String serviceKey)
serviceKey - The key of the businessService to search in.
java.lang.NullPointerException - If the given key is null.| Method Detail |
public void setServiceKey(java.lang.String key)
key - A reference to the businessService.public java.lang.String getServiceKey()
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void addCategory(org.apache.juddi.datatype.KeyedReference ref)
ref - The category reference to add.public void setCategoryBag(org.apache.juddi.datatype.CategoryBag bag)
bag - The new CategoryBagpublic org.apache.juddi.datatype.CategoryBag getCategoryBag()
public void setLease(Lease lease)
public Lease getLease()
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||