Class FindRelatedBusinesses
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.FindRelatedBusinesses
-
public class FindRelatedBusinesses extends Object
Java class for find_relatedBusinesses complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="find_relatedBusinesses"> <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}businessKey"/> <element ref="{urn:uddi-org:api_v2}keyedReference" 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 StringbusinessKeyprotected FindQualifiersfindQualifiersprotected Stringgenericprotected KeyedReferencekeyedReferenceprotected IntegermaxRows
-
Constructor Summary
Constructors Constructor Description FindRelatedBusinesses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusinessKey()Gets the value of the businessKey property.FindQualifiersgetFindQualifiers()Gets the value of the findQualifiers property.StringgetGeneric()Gets the value of the generic property.KeyedReferencegetKeyedReference()Gets the value of the keyedReference property.IntegergetMaxRows()Gets the value of the maxRows property.voidsetBusinessKey(String value)Sets the value of the businessKey property.voidsetFindQualifiers(FindQualifiers value)Sets the value of the findQualifiers property.voidsetGeneric(String value)Sets the value of the generic property.voidsetKeyedReference(KeyedReference value)Sets the value of the keyedReference property.voidsetMaxRows(Integer value)Sets the value of the maxRows property.
-
-
-
Field Detail
-
findQualifiers
protected FindQualifiers findQualifiers
-
businessKey
protected String businessKey
-
keyedReference
protected KeyedReference keyedReference
-
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
-
getBusinessKey
public String getBusinessKey()
Gets the value of the businessKey property.- Returns:
- possible object is
String
-
setBusinessKey
public void setBusinessKey(String value)
Sets the value of the businessKey property.- Parameters:
value- allowed object isString
-
getKeyedReference
public KeyedReference getKeyedReference()
Gets the value of the keyedReference property.- Returns:
- possible object is
KeyedReference
-
setKeyedReference
public void setKeyedReference(KeyedReference value)
Sets the value of the keyedReference property.- Parameters:
value- allowed object isKeyedReference
-
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
-
-