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

java.lang.Object
  extended by org.apache.ws.scout.model.uddi.v2.FindBinding

public class FindBinding
extends java.lang.Object

Java class for find_binding complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="find_binding">
   <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}tModelBag"/>
       </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" />
       <attribute name="serviceKey" use="required" type="{urn:uddi-org:api_v2}serviceKey" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  FindQualifiers findQualifiers
           
protected  java.lang.String generic
           
protected  java.lang.Integer maxRows
           
protected  java.lang.String serviceKey
           
protected  TModelBag tModelBag
           
 
Constructor Summary
FindBinding()
           
 
Method Summary
 FindQualifiers getFindQualifiers()
          Gets the value of the findQualifiers property.
 java.lang.String getGeneric()
          Gets the value of the generic property.
 java.lang.Integer getMaxRows()
          Gets the value of the maxRows property.
 java.lang.String getServiceKey()
          Gets the value of the serviceKey property.
 TModelBag getTModelBag()
          Gets the value of the tModelBag 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 setMaxRows(java.lang.Integer value)
          Sets the value of the maxRows property.
 void setServiceKey(java.lang.String value)
          Sets the value of the serviceKey property.
 void setTModelBag(TModelBag value)
          Sets the value of the tModelBag 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

tModelBag

protected TModelBag tModelBag

generic

protected java.lang.String generic

maxRows

protected java.lang.Integer maxRows

serviceKey

protected java.lang.String serviceKey
Constructor Detail

FindBinding

public FindBinding()
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

getTModelBag

public TModelBag getTModelBag()
Gets the value of the tModelBag property.

Returns:
possible object is TModelBag

setTModelBag

public void setTModelBag(TModelBag value)
Sets the value of the tModelBag property.

Parameters:
value - allowed object is TModelBag

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

getServiceKey

public java.lang.String getServiceKey()
Gets the value of the serviceKey property.

Returns:
possible object is String

setServiceKey

public void setServiceKey(java.lang.String value)
Sets the value of the serviceKey property.

Parameters:
value - allowed object is String


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