org.apache.ws.scout.model.uddi.v2
Class FindRelatedBusinesses

java.lang.Object
  extended by org.apache.ws.scout.model.uddi.v2.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_v2}findQualifiers" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v2}businessKey"/>
         <element ref="{urn:uddi-org:api_v2}keyedReference" minOccurs="0"/>
       </sequence>
       <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String businessKey
           
protected  FindQualifiers findQualifiers
           
protected  java.lang.String generic
           
protected  KeyedReference keyedReference
           
protected  java.lang.Integer maxRows
           
 
Constructor Summary
FindRelatedBusinesses()
           
 
Method Summary
 java.lang.String getBusinessKey()
          Gets the value of the businessKey property.
 FindQualifiers getFindQualifiers()
          Gets the value of the findQualifiers property.
 java.lang.String getGeneric()
          Gets the value of the generic property.
 KeyedReference getKeyedReference()
          Gets the value of the keyedReference property.
 java.lang.Integer getMaxRows()
          Gets the value of the maxRows 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 setGeneric(java.lang.String value)
          Sets the value of the generic property.
 void setKeyedReference(KeyedReference value)
          Sets the value of the keyedReference property.
 void setMaxRows(java.lang.Integer value)
          Sets the value of the maxRows property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

findQualifiers

protected FindQualifiers findQualifiers

businessKey

protected java.lang.String businessKey

keyedReference

protected KeyedReference keyedReference

generic

protected java.lang.String generic

maxRows

protected java.lang.Integer maxRows
Constructor Detail

FindRelatedBusinesses

public FindRelatedBusinesses()
Method Detail

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

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

getGeneric

public java.lang.String getGeneric()
Gets the value of the generic property.

Returns:
possible object is String

setGeneric

public void setGeneric(java.lang.String value)
Sets the value of the generic property.

Parameters:
value - allowed object is String

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


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