public class FindBusiness extends Object
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_v2}findQualifiers" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v2}name" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v2}identifierBag" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v2}categoryBag" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v2}tModelBag" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v2}discoveryURLs" 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>
| Modifier and Type | Field and Description |
|---|---|
protected CategoryBag |
categoryBag |
protected DiscoveryURLs |
discoveryURLs |
protected FindQualifiers |
findQualifiers |
protected String |
generic |
protected IdentifierBag |
identifierBag |
protected Integer |
maxRows |
protected List<Name> |
name |
protected TModelBag |
tModelBag |
| Constructor and Description |
|---|
FindBusiness() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getGeneric()
Gets the value of the generic property.
|
IdentifierBag |
getIdentifierBag()
Gets the value of the identifierBag property.
|
Integer |
getMaxRows()
Gets the value of the maxRows property.
|
List<Name> |
getName()
Gets the value of the name property.
|
TModelBag |
getTModelBag()
Gets the value of the tModelBag 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 |
setGeneric(String value)
Sets the value of the generic property.
|
void |
setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.
|
void |
setMaxRows(Integer value)
Sets the value of the maxRows property.
|
void |
setTModelBag(TModelBag value)
Sets the value of the tModelBag property.
|
protected FindQualifiers findQualifiers
protected IdentifierBag identifierBag
protected CategoryBag categoryBag
protected TModelBag tModelBag
protected DiscoveryURLs discoveryURLs
protected String generic
protected Integer maxRows
public FindQualifiers getFindQualifiers()
FindQualifierspublic void setFindQualifiers(FindQualifiers value)
value - allowed object is
FindQualifierspublic 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 DiscoveryURLs getDiscoveryURLs()
DiscoveryURLspublic void setDiscoveryURLs(DiscoveryURLs value)
value - allowed object is
DiscoveryURLspublic String getGeneric()
Stringpublic void setGeneric(String value)
value - allowed object is
Stringpublic Integer getMaxRows()
IntegerCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.