public class FindRelatedBusinesses extends Object implements Serializable
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_v3}authInfo" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}findQualifiers" minOccurs="0"/> <choice> <element ref="{urn:uddi-org:api_v3}businessKey"/> <element ref="{urn:uddi-org:api_v3}fromKey"/> <element ref="{urn:uddi-org:api_v3}toKey"/> </choice> <element ref="{urn:uddi-org:api_v3}keyedReference" minOccurs="0"/> </sequence> <attribute name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="listHead" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
authInfo |
protected String |
businessKey |
protected FindQualifiers |
findQualifiers |
protected String |
fromKey |
protected KeyedReference |
keyedReference |
protected Integer |
listHead |
protected Integer |
maxRows |
protected String |
toKey |
Constructor and Description |
---|
FindRelatedBusinesses() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthInfo()
Gets the value of the authInfo property.
|
String |
getBusinessKey()
Gets the value of the businessKey property.
|
FindQualifiers |
getFindQualifiers()
Gets the value of the findQualifiers property.
|
String |
getFromKey()
Gets the value of the fromKey property.
|
KeyedReference |
getKeyedReference()
Gets the value of the keyedReference property.
|
Integer |
getListHead()
Gets the value of the listHead property.
|
Integer |
getMaxRows()
Gets the value of the maxRows property.
|
String |
getToKey()
Gets the value of the toKey property.
|
void |
setAuthInfo(String value)
Sets the value of the authInfo property.
|
void |
setBusinessKey(String value)
Sets the value of the businessKey property.
|
void |
setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property.
|
void |
setFromKey(String value)
Sets the value of the fromKey property.
|
void |
setKeyedReference(KeyedReference value)
Sets the value of the keyedReference property.
|
void |
setListHead(Integer value)
Sets the value of the listHead property.
|
void |
setMaxRows(Integer value)
Sets the value of the maxRows property.
|
void |
setToKey(String value)
Sets the value of the toKey property.
|
protected String authInfo
protected FindQualifiers findQualifiers
protected String businessKey
protected String fromKey
protected String toKey
protected KeyedReference keyedReference
protected Integer maxRows
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 String getBusinessKey()
String
public void setBusinessKey(String value)
value
- allowed object is
String
public String getFromKey()
String
public void setFromKey(String value)
value
- allowed object is
String
public String getToKey()
String
public void setToKey(String value)
value
- allowed object is
String
public KeyedReference getKeyedReference()
KeyedReference
public void setKeyedReference(KeyedReference value)
value
- allowed object is
KeyedReference
public Integer getMaxRows()
Integer
public void setMaxRows(Integer value)
value
- allowed object is
Integer
public Integer getListHead()
Integer
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.