public class FindBinding extends java.lang.Object implements RegistryObject, Inquiry
Constructor and Description |
---|
FindBinding() |
FindBinding(java.lang.String serviceKey)
Construct a new find_binding request.
|
Modifier and Type | Method and Description |
---|---|
void |
addCategory(KeyedReference ref)
Adds a category reference to the categoryBag argument of this search.
|
void |
addFindQualifier(FindQualifier findQualifier) |
void |
addTModelKey(java.lang.String key)
Adds a tModel reference to the tModelBag argument of this search.
|
CategoryBag |
getCategoryBag()
Returns the CategoryBag value
|
FindQualifiers |
getFindQualifiers() |
java.lang.String |
getGeneric() |
int |
getMaxRows() |
java.lang.String |
getServiceKey()
Returns the servicekey of this find_binding request.
|
TModelBag |
getTModelBag()
Returns the TModelBag value.
|
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 |
setServiceKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key.
|
void |
setTModelBag(TModelBag bag)
Sets the TModelBag value
|
public FindBinding()
public FindBinding(java.lang.String serviceKey)
serviceKey
- The key of the businessService to search in.java.lang.NullPointerException
- If the given key is null.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(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 valuepublic 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()
Copyright ? 2003 Apache Software Foundation. All rights reserved.