|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.FindRelatedBusinesses
public class FindRelatedBusinesses
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>
| Field Summary | |
|---|---|
protected java.lang.String |
authInfo
|
protected java.lang.String |
businessKey
|
protected FindQualifiers |
findQualifiers
|
protected java.lang.String |
fromKey
|
protected KeyedReference |
keyedReference
|
protected java.lang.Integer |
listHead
|
protected java.lang.Integer |
maxRows
|
protected java.lang.String |
toKey
|
| Constructor Summary | |
|---|---|
FindRelatedBusinesses()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property. |
java.lang.String |
getBusinessKey()
Gets the value of the businessKey property. |
FindQualifiers |
getFindQualifiers()
Gets the value of the findQualifiers property. |
java.lang.String |
getFromKey()
Gets the value of the fromKey property. |
KeyedReference |
getKeyedReference()
Gets the value of the keyedReference property. |
java.lang.Integer |
getListHead()
Gets the value of the listHead property. |
java.lang.Integer |
getMaxRows()
Gets the value of the maxRows property. |
java.lang.String |
getToKey()
Gets the value of the toKey property. |
void |
setAuthInfo(java.lang.String value)
Sets the value of the authInfo property. |
void |
setBusinessKey(java.lang.String value)
Sets the value of the businessKey property. |
void |
setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property. |
void |
setFromKey(java.lang.String value)
Sets the value of the fromKey property. |
void |
setKeyedReference(KeyedReference value)
Sets the value of the keyedReference property. |
void |
setListHead(java.lang.Integer value)
Sets the value of the listHead property. |
void |
setMaxRows(java.lang.Integer value)
Sets the value of the maxRows property. |
void |
setToKey(java.lang.String value)
Sets the value of the toKey property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String authInfo
protected FindQualifiers findQualifiers
protected java.lang.String businessKey
protected java.lang.String fromKey
protected java.lang.String toKey
protected KeyedReference keyedReference
protected java.lang.Integer maxRows
protected java.lang.Integer listHead
| Constructor Detail |
|---|
public FindRelatedBusinesses()
| Method Detail |
|---|
public java.lang.String getAuthInfo()
Stringpublic void setAuthInfo(java.lang.String value)
value - allowed object is
Stringpublic FindQualifiers getFindQualifiers()
FindQualifierspublic void setFindQualifiers(FindQualifiers value)
value - allowed object is
FindQualifierspublic java.lang.String getBusinessKey()
Stringpublic void setBusinessKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFromKey()
Stringpublic void setFromKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getToKey()
Stringpublic void setToKey(java.lang.String value)
value - allowed object is
Stringpublic KeyedReference getKeyedReference()
KeyedReferencepublic void setKeyedReference(KeyedReference value)
value - allowed object is
KeyedReferencepublic java.lang.Integer getMaxRows()
Integerpublic void setMaxRows(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getListHead()
Integerpublic void setListHead(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||