|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.request.FindTModel
public class FindTModel
"Used to locate one or more tModel information structures. Returns a tModelList structure."
Constructor Summary | |
---|---|
FindTModel()
Constructs a new empty find_tModel request. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindTModel()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |