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>
Modifier and Type | Field and Description |
---|---|
protected FindQualifiers |
findQualifiers |
protected String |
generic |
protected Integer |
maxRows |
protected String |
serviceKey |
protected TModelBag |
tModelBag |
Constructor and Description |
---|
FindBinding() |
Modifier and Type | Method and Description |
---|---|
FindQualifiers |
getFindQualifiers()
Gets the value of the findQualifiers property.
|
String |
getGeneric()
Gets the value of the generic property.
|
Integer |
getMaxRows()
Gets the value of the maxRows property.
|
String |
getServiceKey()
Gets the value of the serviceKey property.
|
TModelBag |
getTModelBag()
Gets the value of the tModelBag property.
|
void |
setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property.
|
void |
setGeneric(String value)
Sets the value of the generic property.
|
void |
setMaxRows(Integer value)
Sets the value of the maxRows property.
|
void |
setServiceKey(String value)
Sets the value of the serviceKey property.
|
void |
setTModelBag(TModelBag value)
Sets the value of the tModelBag property.
|
protected FindQualifiers findQualifiers
protected TModelBag tModelBag
protected String generic
protected Integer maxRows
protected String serviceKey
public FindQualifiers getFindQualifiers()
FindQualifiers
public void setFindQualifiers(FindQualifiers value)
value
- allowed object is
FindQualifiers
public TModelBag getTModelBag()
TModelBag
public void setTModelBag(TModelBag value)
value
- allowed object is
TModelBag
public String getGeneric()
String
public void setGeneric(String value)
value
- allowed object is
String
public Integer getMaxRows()
Integer
public void setMaxRows(Integer value)
value
- allowed object is
Integer
public String getServiceKey()
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.