|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.request.FindService
"Used to locate specific services within a registered businessEntity. Return a serviceList message." From the XML spec (API, p18) it appears that the name, categoryBag, and tModelBag arguments are mutually exclusive.
Constructor Summary | |
FindService()
Constructs a new empty find_service request. |
|
FindService(java.lang.String businessKey)
Construct a new find_service request. |
Method Summary | |
void |
addCategory(KeyedReference ref)
Adds a category reference to the categoryBag argument of this search. |
void |
addFindQualifier(FindQualifier findQualifier)
|
void |
addName(Name nameValue)
Sets the name argument of the search to the given name. |
void |
addTModelKey(java.lang.String key)
Adds a tModel reference to the tModelBag argument of this search. |
java.lang.String |
getBusinessKey()
Returns the businesskey of this find_service request. |
CategoryBag |
getCategoryBag()
Returns the CategoryBag value |
FindQualifiers |
getFindQualifiers()
|
java.lang.String |
getGeneric()
|
int |
getMaxRows()
|
java.util.Vector |
getNameVector()
Returns the name argument of the search. |
TModelBag |
getTModelBag()
Returns the list of tModel references as an enumeration. |
void |
setBusinessKey(java.lang.String key)
Sets the businesskey of this find_service request to the given key. |
void |
setCategoryBag(CategoryBag bag)
Sets the CategoryBag value |
void |
setFindQualifiers(FindQualifiers findQualifiers)
|
void |
setGeneric(java.lang.String genericValue)
|
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 |
setTModelBag(TModelBag bag)
Sets the TModelBag value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FindService()
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 setBusinessKey(java.lang.String key)
key
- A reference to the businessEntity.
java.lang.NullPointerException
- If the given key is null.public java.lang.String getBusinessKey()
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public void addName(Name nameValue)
nameValue
- The name argument of the search.public java.util.Vector getNameVector()
public void setNameVector(java.util.Vector names)
names
- The name argument of the search.public void addCategory(KeyedReference ref)
ref
- The category reference to add.public void setCategoryBag(CategoryBag bag)
bag
- The new CategoryBagpublic CategoryBag getCategoryBag()
public void addTModelKey(java.lang.String key)
key
- The key of the tModel to add to the tModelBag argument.public void setTModelBag(TModelBag bag)
bag
- the new TModelBag.public TModelBag getTModelBag()
public int getMaxRows()
public void setMaxRows(int maxRows)
public void setMaxRows(java.lang.String maxRows)
public void addFindQualifier(FindQualifier findQualifier)
public void setFindQualifiers(FindQualifiers findQualifiers)
public FindQualifiers getFindQualifiers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |