|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.FindBusiness
public class FindBusiness
Java class for find_business complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="find_business">
<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" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}identifierBag" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}categoryBag" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}tModelBag" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}find_tModel" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}discoveryURLs" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}find_relatedBusinesses" 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>
| Field Summary | |
|---|---|
protected java.lang.String |
authInfo
|
protected CategoryBag |
categoryBag
|
protected DiscoveryURLs |
discoveryURLs
|
protected FindQualifiers |
findQualifiers
|
protected FindRelatedBusinesses |
findRelatedBusinesses
|
protected FindTModel |
findTModel
|
protected IdentifierBag |
identifierBag
|
protected java.lang.Integer |
listHead
|
protected java.lang.Integer |
maxRows
|
protected java.util.List<Name> |
name
|
protected TModelBag |
tModelBag
|
| Constructor Summary | |
|---|---|
FindBusiness()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property. |
CategoryBag |
getCategoryBag()
Gets the value of the categoryBag property. |
DiscoveryURLs |
getDiscoveryURLs()
Gets the value of the discoveryURLs property. |
FindQualifiers |
getFindQualifiers()
Gets the value of the findQualifiers property. |
FindRelatedBusinesses |
getFindRelatedBusinesses()
Gets the value of the findRelatedBusinesses property. |
FindTModel |
getFindTModel()
Gets the value of the findTModel property. |
IdentifierBag |
getIdentifierBag()
Gets the value of the identifierBag property. |
java.lang.Integer |
getListHead()
Gets the value of the listHead property. |
java.lang.Integer |
getMaxRows()
Gets the value of the maxRows property. |
java.util.List<Name> |
getName()
Gets the value of the name property. |
TModelBag |
getTModelBag()
Gets the value of the tModelBag property. |
void |
setAuthInfo(java.lang.String value)
Sets the value of the authInfo property. |
void |
setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property. |
void |
setDiscoveryURLs(DiscoveryURLs value)
Sets the value of the discoveryURLs property. |
void |
setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property. |
void |
setFindRelatedBusinesses(FindRelatedBusinesses value)
Sets the value of the findRelatedBusinesses property. |
void |
setFindTModel(FindTModel value)
Sets the value of the findTModel property. |
void |
setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property. |
void |
setListHead(java.lang.Integer value)
Sets the value of the listHead property. |
void |
setMaxRows(java.lang.Integer value)
Sets the value of the maxRows property. |
void |
setTModelBag(TModelBag value)
Sets the value of the tModelBag property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String authInfo
protected FindQualifiers findQualifiers
protected java.util.List<Name> name
protected IdentifierBag identifierBag
protected CategoryBag categoryBag
protected TModelBag tModelBag
protected FindTModel findTModel
protected DiscoveryURLs discoveryURLs
protected FindRelatedBusinesses findRelatedBusinesses
protected java.lang.Integer maxRows
protected java.lang.Integer listHead
| Constructor Detail |
|---|
public FindBusiness()
| Method Detail |
|---|
public java.lang.String getAuthInfo()
Stringpublic void setAuthInfo(java.lang.String value)
value - allowed object is
Stringpublic FindQualifiers getFindQualifiers()
FindQualifierspublic void setFindQualifiers(FindQualifiers value)
value - allowed object is
FindQualifierspublic java.util.List<Name> getName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
Name
public IdentifierBag getIdentifierBag()
IdentifierBagpublic void setIdentifierBag(IdentifierBag value)
value - allowed object is
IdentifierBagpublic CategoryBag getCategoryBag()
CategoryBagpublic void setCategoryBag(CategoryBag value)
value - allowed object is
CategoryBagpublic TModelBag getTModelBag()
TModelBagpublic void setTModelBag(TModelBag value)
value - allowed object is
TModelBagpublic FindTModel getFindTModel()
FindTModelpublic void setFindTModel(FindTModel value)
value - allowed object is
FindTModelpublic DiscoveryURLs getDiscoveryURLs()
DiscoveryURLspublic void setDiscoveryURLs(DiscoveryURLs value)
value - allowed object is
DiscoveryURLspublic FindRelatedBusinesses getFindRelatedBusinesses()
FindRelatedBusinessespublic void setFindRelatedBusinesses(FindRelatedBusinesses value)
value - allowed object is
FindRelatedBusinessespublic java.lang.Integer getMaxRows()
Integerpublic void setMaxRows(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getListHead()
Integerpublic void setListHead(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 | |||||||||