Class FindBinding
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.FindBinding
-
public class FindBinding extends Object
Java class for find_binding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="find_binding"> <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}tModelBag"/> </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" /> <attribute name="serviceKey" use="required" type="{urn:uddi-org:api_v2}serviceKey" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FindQualifiersfindQualifiersprotected Stringgenericprotected IntegermaxRowsprotected StringserviceKeyprotected TModelBagtModelBag
-
Constructor Summary
Constructors Constructor Description FindBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindQualifiersgetFindQualifiers()Gets the value of the findQualifiers property.StringgetGeneric()Gets the value of the generic property.IntegergetMaxRows()Gets the value of the maxRows property.StringgetServiceKey()Gets the value of the serviceKey property.TModelBaggetTModelBag()Gets the value of the tModelBag property.voidsetFindQualifiers(FindQualifiers value)Sets the value of the findQualifiers property.voidsetGeneric(String value)Sets the value of the generic property.voidsetMaxRows(Integer value)Sets the value of the maxRows property.voidsetServiceKey(String value)Sets the value of the serviceKey property.voidsetTModelBag(TModelBag value)Sets the value of the tModelBag property.
-
-
-
Field Detail
-
findQualifiers
protected FindQualifiers findQualifiers
-
tModelBag
protected TModelBag tModelBag
-
generic
protected String generic
-
maxRows
protected Integer maxRows
-
serviceKey
protected String serviceKey
-
-
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
-
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
-
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
-
setMaxRows
public void setMaxRows(Integer value)
Sets the value of the maxRows property.- Parameters:
value- allowed object isInteger
-
getServiceKey
public String getServiceKey()
Gets the value of the serviceKey property.- Returns:
- possible object is
String
-
-