|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v2.FindTModel
public class FindTModel
Java class for find_tModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="find_tModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v2}findQualifiers" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v2}name" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v2}identifierBag" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v2}categoryBag" minOccurs="0"/>
</sequence>
<attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CategoryBag |
categoryBag
|
protected FindQualifiers |
findQualifiers
|
protected java.lang.String |
generic
|
protected IdentifierBag |
identifierBag
|
protected java.lang.Integer |
maxRows
|
protected Name |
name
|
| Constructor Summary | |
|---|---|
FindTModel()
|
|
| Method Summary | |
|---|---|
CategoryBag |
getCategoryBag()
Gets the value of the categoryBag property. |
FindQualifiers |
getFindQualifiers()
Gets the value of the findQualifiers property. |
java.lang.String |
getGeneric()
Gets the value of the generic property. |
IdentifierBag |
getIdentifierBag()
Gets the value of the identifierBag property. |
java.lang.Integer |
getMaxRows()
Gets the value of the maxRows property. |
Name |
getName()
Gets the value of the name property. |
void |
setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property. |
void |
setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property. |
void |
setGeneric(java.lang.String value)
Sets the value of the generic property. |
void |
setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property. |
void |
setMaxRows(java.lang.Integer value)
Sets the value of the maxRows property. |
void |
setName(Name value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FindQualifiers findQualifiers
protected Name name
protected IdentifierBag identifierBag
protected CategoryBag categoryBag
protected java.lang.String generic
protected java.lang.Integer maxRows
| Constructor Detail |
|---|
public FindTModel()
| Method Detail |
|---|
public FindQualifiers getFindQualifiers()
FindQualifierspublic void setFindQualifiers(FindQualifiers value)
value - allowed object is
FindQualifierspublic Name getName()
Namepublic void setName(Name value)
value - allowed object is
Namepublic IdentifierBag getIdentifierBag()
IdentifierBagpublic void setIdentifierBag(IdentifierBag value)
value - allowed object is
IdentifierBagpublic CategoryBag getCategoryBag()
CategoryBagpublic void setCategoryBag(CategoryBag value)
value - allowed object is
CategoryBagpublic java.lang.String getGeneric()
Stringpublic void setGeneric(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMaxRows()
Integerpublic void setMaxRows(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||