org.uddi.api_v3
Class FindRelatedBusinesses

java.lang.Object
  extended by org.uddi.api_v3.FindRelatedBusinesses

public class FindRelatedBusinesses
extends java.lang.Object

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

authInfo

protected java.lang.String authInfo

findQualifiers

protected FindQualifiers findQualifiers

businessKey

protected java.lang.String businessKey

fromKey

protected java.lang.String fromKey

toKey

protected java.lang.String toKey

keyedReference

protected KeyedReference keyedReference

maxRows

protected java.lang.Integer maxRows

listHead

protected java.lang.Integer listHead
Constructor Detail

FindRelatedBusinesses

public FindRelatedBusinesses()
Method Detail

getAuthInfo

public java.lang.String getAuthInfo()
Gets the value of the authInfo property.

Returns:
possible object is String

setAuthInfo

public void setAuthInfo(java.lang.String value)
Sets the value of the authInfo property.

Parameters:
value - allowed object is String

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 is FindQualifiers

getBusinessKey

public java.lang.String getBusinessKey()
Gets the value of the businessKey property.

Returns:
possible object is String

setBusinessKey

public void setBusinessKey(java.lang.String value)
Sets the value of the businessKey property.

Parameters:
value - allowed object is String

getFromKey

public java.lang.String getFromKey()
Gets the value of the fromKey property.

Returns:
possible object is String

setFromKey

public void setFromKey(java.lang.String value)
Sets the value of the fromKey property.

Parameters:
value - allowed object is String

getToKey

public java.lang.String getToKey()
Gets the value of the toKey property.

Returns:
possible object is String

setToKey

public void setToKey(java.lang.String value)
Sets the value of the toKey property.

Parameters:
value - allowed object is String

getKeyedReference

public KeyedReference getKeyedReference()
Gets the value of the keyedReference property.

Returns:
possible object is KeyedReference

setKeyedReference

public void setKeyedReference(KeyedReference value)
Sets the value of the keyedReference property.

Parameters:
value - allowed object is KeyedReference

getMaxRows

public java.lang.Integer getMaxRows()
Gets the value of the maxRows property.

Returns:
possible object is Integer

setMaxRows

public void setMaxRows(java.lang.Integer value)
Sets the value of the maxRows property.

Parameters:
value - allowed object is Integer

getListHead

public java.lang.Integer getListHead()
Gets the value of the listHead property.

Returns:
possible object is Integer

setListHead

public void setListHead(java.lang.Integer value)
Sets the value of the listHead property.

Parameters:
value - allowed object is Integer


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.