public class FindTModel extends Object implements Serializable
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_v3}authInfo" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}findQualifiers" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}name" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}identifierBag" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}categoryBag" minOccurs="0"/>
</sequence>
<attribute name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="listHead" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authInfo |
protected CategoryBag |
categoryBag |
protected FindQualifiers |
findQualifiers |
protected IdentifierBag |
identifierBag |
protected Integer |
listHead |
protected Integer |
maxRows |
protected Name |
name |
| Constructor and Description |
|---|
FindTModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthInfo()
Gets the value of the authInfo property.
|
CategoryBag |
getCategoryBag()
Gets the value of the categoryBag property.
|
FindQualifiers |
getFindQualifiers()
Gets the value of the findQualifiers property.
|
IdentifierBag |
getIdentifierBag()
Gets the value of the identifierBag property.
|
Integer |
getListHead()
Gets the value of the listHead property.
|
Integer |
getMaxRows()
Gets the value of the maxRows property.
|
Name |
getName()
Gets the value of the name property.
|
void |
setAuthInfo(String value)
Sets the value of the authInfo property.
|
void |
setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property.
|
void |
setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.
|
void |
setListHead(Integer value)
Sets the value of the listHead property.
|
void |
setMaxRows(Integer value)
Sets the value of the maxRows property.
|
void |
setName(Name value)
Sets the value of the name property.
|
protected String authInfo
protected FindQualifiers findQualifiers
protected Name name
protected IdentifierBag identifierBag
protected CategoryBag categoryBag
protected Integer maxRows
protected Integer listHead
public String getAuthInfo()
Stringpublic void setAuthInfo(String value)
value - allowed object is
Stringpublic FindQualifiers getFindQualifiers()
FindQualifierspublic void setFindQualifiers(FindQualifiers value)
value - allowed object is
FindQualifierspublic 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 Integer getMaxRows()
Integerpublic void setMaxRows(Integer value)
value - allowed object is
Integerpublic Integer getListHead()
IntegerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.