public class FindBinding extends Object implements Serializable
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_v3}authInfo" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}findQualifiers" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}tModelBag" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}find_tModel" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}categoryBag" minOccurs="0"/> </sequence> <attribute name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="serviceKey" type="{urn:uddi-org:api_v3}serviceKey" /> <attribute name="listHead" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
authInfo |
protected CategoryBag |
categoryBag |
protected FindQualifiers |
findQualifiers |
protected FindTModel |
findTModel |
protected Integer |
listHead |
protected Integer |
maxRows |
protected String |
serviceKey |
protected TModelBag |
tModelBag |
Constructor and Description |
---|
FindBinding() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthInfo()
Gets the value of the authInfo property.
|
CategoryBag |
getCategoryBag()
Gets the value of the categoryBag property.
|
FindQualifiers |
getFindQualifiers()
Gets the value of the findQualifiers property.
|
FindTModel |
getFindTModel()
Gets the value of the findTModel property.
|
Integer |
getListHead()
Gets the value of the listHead 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 |
setAuthInfo(String value)
Sets the value of the authInfo property.
|
void |
setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property.
|
void |
setFindTModel(FindTModel value)
Sets the value of the findTModel property.
|
void |
setListHead(Integer value)
Sets the value of the listHead 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 String authInfo
protected FindQualifiers findQualifiers
protected TModelBag tModelBag
protected FindTModel findTModel
protected CategoryBag categoryBag
protected Integer maxRows
protected String serviceKey
protected Integer listHead
public String getAuthInfo()
String
public void setAuthInfo(String value)
value
- allowed object is
String
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 FindTModel getFindTModel()
FindTModel
public void setFindTModel(FindTModel value)
value
- allowed object is
FindTModel
public CategoryBag getCategoryBag()
CategoryBag
public void setCategoryBag(CategoryBag value)
value
- allowed object is
CategoryBag
public Integer getMaxRows()
Integer
public void setMaxRows(Integer value)
value
- allowed object is
Integer
public String getServiceKey()
String
public void setServiceKey(String value)
value
- allowed object is
String
public Integer getListHead()
Integer
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.