org.uddi.api_v3
Class FindRelatedBusinesses

java.lang.Object
  extended by org.uddi.api_v3.FindRelatedBusinesses
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
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 Summary
FindRelatedBusinesses()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authInfo

protected String authInfo

findQualifiers

protected FindQualifiers findQualifiers

businessKey

protected String businessKey

fromKey

protected String fromKey

toKey

protected String toKey

keyedReference

protected KeyedReference keyedReference

maxRows

protected Integer maxRows

listHead

protected Integer listHead
Constructor Detail

FindRelatedBusinesses

public FindRelatedBusinesses()
Method Detail

getAuthInfo

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

Returns:
possible object is String

setAuthInfo

public void setAuthInfo(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 String getBusinessKey()
Gets the value of the businessKey property.

Returns:
possible object is String

setBusinessKey

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

Parameters:
value - allowed object is String

getFromKey

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

Returns:
possible object is String

setFromKey

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

Parameters:
value - allowed object is String

getToKey

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

Returns:
possible object is String

setToKey

public void setToKey(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 Integer getMaxRows()
Gets the value of the maxRows property.

Returns:
possible object is Integer

setMaxRows

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

Parameters:
value - allowed object is Integer

getListHead

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

Returns:
possible object is Integer

setListHead

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

Parameters:
value - allowed object is Integer


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.