public class FindBusiness extends java.lang.Object implements RegistryObject, Inquiry
Constructor and Description |
---|
FindBusiness()
Constructs a new empty find_business request.
|
Modifier and Type | Method and Description |
---|---|
void |
addCategory(KeyedReference ref)
Adds a category reference to the categoryBag argument of this search.
|
void |
addDiscoveryURL(DiscoveryURL url)
Adds a discoveryURL to the discoveryURLs argument of this search.
|
void |
addFindQualifier(FindQualifier findQualifier) |
void |
addIdentifier(KeyedReference ref)
Adds a business identifier reference to the identifierBag argument of this search.
|
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.
|
CategoryBag |
getCategoryBag()
Returns the list of category references as an enumeration.
|
DiscoveryURLs |
getDiscoveryURLs()
Returns the list of discoveryURLs as an enumeration.
|
FindQualifiers |
getFindQualifiers() |
java.lang.String |
getGeneric() |
IdentifierBag |
getIdentifierBag()
Returns the list of business identifier references as an enumeration.
|
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 |
setCategoryBag(CategoryBag bag)
Adds a collection of category references to the bag argument of this search.
|
void |
setDiscoveryURLs(DiscoveryURLs urls)
Sets the collection of discoveryURLs to the new discoveryURLs argument
|
void |
setFindQualifiers(FindQualifiers findQualifiers) |
void |
setGeneric(java.lang.String genericValue) |
void |
setIdentifierBag(IdentifierBag bag)
Adds a collection of business identifier references to the bag argument
of this search.
|
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)
Adds a collection of category references to the bag argument of this search.
|
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 void setNameVector(java.util.Vector names)
names
- The name argument of the search.public java.util.Vector getNameVector()
public void addIdentifier(KeyedReference ref)
ref
- The business identifer reference to add.public void setIdentifierBag(IdentifierBag bag)
bag
- The references to add.public IdentifierBag getIdentifierBag()
public void addCategory(KeyedReference ref)
ref
- The category reference to add.public void setCategoryBag(CategoryBag bag)
bag
- of KeyedReferences.public CategoryBag getCategoryBag()
public void addTModelKey(java.lang.String key)
key
- The tModel to add to the tModelBag.public TModelBag getTModelBag()
public void setTModelBag(TModelBag bag)
bag
- of TModelKeys.public void addDiscoveryURL(DiscoveryURL url)
url
- The discoveryURL to add to the discoveryURLs argument.public void setDiscoveryURLs(DiscoveryURLs urls)
urls
- The new collection of discoveryURLs.public DiscoveryURLs getDiscoveryURLs()
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.