Class FindBusiness
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.FindBusiness
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CategoryBagcategoryBagprotected DiscoveryURLsdiscoveryURLsprotected FindQualifiersfindQualifiersprotected Stringgenericprotected IdentifierBagidentifierBagprotected IntegermaxRowsprotected List<Name>nameprotected TModelBagtModelBag
-
Constructor Summary
Constructors Constructor Description FindBusiness()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryBaggetCategoryBag()Gets the value of the categoryBag property.DiscoveryURLsgetDiscoveryURLs()Gets the value of the discoveryURLs property.FindQualifiersgetFindQualifiers()Gets the value of the findQualifiers property.StringgetGeneric()Gets the value of the generic property.IdentifierBaggetIdentifierBag()Gets the value of the identifierBag property.IntegergetMaxRows()Gets the value of the maxRows property.List<Name>getName()Gets the value of the name property.TModelBaggetTModelBag()Gets the value of the tModelBag property.voidsetCategoryBag(CategoryBag value)Sets the value of the categoryBag property.voidsetDiscoveryURLs(DiscoveryURLs value)Sets the value of the discoveryURLs property.voidsetFindQualifiers(FindQualifiers value)Sets the value of the findQualifiers property.voidsetGeneric(String value)Sets the value of the generic property.voidsetIdentifierBag(IdentifierBag value)Sets the value of the identifierBag property.voidsetMaxRows(Integer value)Sets the value of the maxRows property.voidsetTModelBag(TModelBag value)Sets the value of the tModelBag property.
-
-
-
Field Detail
-
findQualifiers
protected FindQualifiers findQualifiers
-
identifierBag
protected IdentifierBag identifierBag
-
categoryBag
protected CategoryBag categoryBag
-
tModelBag
protected TModelBag tModelBag
-
discoveryURLs
protected DiscoveryURLs discoveryURLs
-
generic
protected String generic
-
maxRows
protected Integer maxRows
-
-
Method Detail
-
getFindQualifiers
public FindQualifiers getFindQualifiers()
Gets the value of the findQualifiers property.- Returns:
- possible object is
FindQualifiers
-
setFindQualifiers
public void setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property.- Parameters:
value- allowed object isFindQualifiers
-
getName
public List<Name> getName()
Gets the value of the name property.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
setmethod 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
-
getIdentifierBag
public IdentifierBag getIdentifierBag()
Gets the value of the identifierBag property.- Returns:
- possible object is
IdentifierBag
-
setIdentifierBag
public void setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.- Parameters:
value- allowed object isIdentifierBag
-
getCategoryBag
public CategoryBag getCategoryBag()
Gets the value of the categoryBag property.- Returns:
- possible object is
CategoryBag
-
setCategoryBag
public void setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.- Parameters:
value- allowed object isCategoryBag
-
getTModelBag
public TModelBag getTModelBag()
Gets the value of the tModelBag property.- Returns:
- possible object is
TModelBag
-
setTModelBag
public void setTModelBag(TModelBag value)
Sets the value of the tModelBag property.- Parameters:
value- allowed object isTModelBag
-
getDiscoveryURLs
public DiscoveryURLs getDiscoveryURLs()
Gets the value of the discoveryURLs property.- Returns:
- possible object is
DiscoveryURLs
-
setDiscoveryURLs
public void setDiscoveryURLs(DiscoveryURLs value)
Sets the value of the discoveryURLs property.- Parameters:
value- allowed object isDiscoveryURLs
-
getGeneric
public String getGeneric()
Gets the value of the generic property.- Returns:
- possible object is
String
-
setGeneric
public void setGeneric(String value)
Sets the value of the generic property.- Parameters:
value- allowed object isString
-
getMaxRows
public Integer getMaxRows()
Gets the value of the maxRows property.- Returns:
- possible object is
Integer
-
-