public class FindTModel extends java.lang.Object implements RegistryObject, Inquiry
Constructor and Description |
---|
FindTModel()
Constructs a new empty find_tModel 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 |
addIdentifier(KeyedReference ref)
Adds a business identifier reference to the identifierBag argument of this search.
|
CategoryBag |
getCategoryBag()
Returns the CategoryBag
|
FindQualifiers |
getFindQualifiers() |
java.lang.String |
getGeneric() |
IdentifierBag |
getIdentifierBag()
Returns the list of business identifier references as an enumeration.
|
int |
getMaxRows() |
Name |
getName()
Returns the name argument of the search.
|
java.lang.String |
getNameString()
Returns the name argument of the search.
|
void |
setCategoryBag(CategoryBag bag)
Sets the CategoryBag
|
void |
setFindQualifiers(FindQualifiers qualifiers) |
void |
setGeneric(java.lang.String genericValue) |
void |
setIdentifierBag(IdentifierBag bag)
Sets this TModels IdentifierBag the the new TModelBag object passed in.
|
void |
setMaxRows(int maxRows) |
void |
setMaxRows(java.lang.String maxRows) |
void |
setName(Name newname)
Sets the name argument of the search to the given name.
|
void |
setName(java.lang.String newName)
Sets the name argument of the search to the given name.
|
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public void setName(java.lang.String newName)
newName
- The name argument of the search.public void setName(Name newname)
newname
- The name argument of the search.public Name getName()
public java.lang.String getNameString()
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
- The new CategoryBagpublic CategoryBag getCategoryBag()
public int getMaxRows()
public void setMaxRows(int maxRows)
public void setMaxRows(java.lang.String maxRows)
public void addFindQualifier(FindQualifier findQualifier)
public void setFindQualifiers(FindQualifiers qualifiers)
public FindQualifiers getFindQualifiers()
Copyright ? 2003 Apache Software Foundation. All rights reserved.