org.uddi.api_v3
Class FindService

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

public class FindService
extends Object
implements Serializable

Java class for find_service complex type.

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

 <complexType name="find_service">
   <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"/>
         <element ref="{urn:uddi-org:api_v3}name" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v3}categoryBag" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v3}tModelBag" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v3}find_tModel" minOccurs="0"/>
       </sequence>
       <attribute name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="businessKey" type="{urn:uddi-org:api_v3}businessKey" />
       <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  CategoryBag categoryBag
           
protected  FindQualifiers findQualifiers
           
protected  FindTModel findTModel
           
protected  Integer listHead
           
protected  Integer maxRows
           
protected  List<Name> name
           
protected  TModelBag tModelBag
           
 
Constructor Summary
FindService()
           
 
Method Summary
 String getAuthInfo()
          Gets the value of the authInfo property.
 String getBusinessKey()
          Gets the value of the businessKey property.
 CategoryBag getCategoryBag()
          Gets the value of the categoryBag property.
 FindQualifiers getFindQualifiers()
          Gets the value of the findQualifiers property.
 FindTModel getFindTModel()
          Gets the value of the findTModel property.
 Integer getListHead()
          Gets the value of the listHead property.
 Integer getMaxRows()
          Gets the value of the maxRows property.
 List<Name> getName()
          Gets the value of the name property.
 TModelBag getTModelBag()
          Gets the value of the tModelBag property.
 void setAuthInfo(String value)
          Sets the value of the authInfo property.
 void setBusinessKey(String value)
          Sets the value of the businessKey property.
 void setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void setFindQualifiers(FindQualifiers value)
          Sets the value of the findQualifiers property.
 void setFindTModel(FindTModel value)
          Sets the value of the findTModel property.
 void setListHead(Integer value)
          Sets the value of the listHead property.
 void setMaxRows(Integer value)
          Sets the value of the maxRows 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

authInfo

protected String authInfo

findQualifiers

protected FindQualifiers findQualifiers

name

protected List<Name> name

categoryBag

protected CategoryBag categoryBag

tModelBag

protected TModelBag tModelBag

findTModel

protected FindTModel findTModel

maxRows

protected Integer maxRows

businessKey

protected String businessKey

listHead

protected Integer listHead
Constructor Detail

FindService

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

getName

public List<Name> getName()
Gets the value of the name property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list Name


getCategoryBag

public CategoryBag getCategoryBag()
Gets the value of the categoryBag property.

Returns:
possible object is CategoryBag

setCategoryBag

public void setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.

Parameters:
value - allowed object is CategoryBag

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

getFindTModel

public FindTModel getFindTModel()
Gets the value of the findTModel property.

Returns:
possible object is FindTModel

setFindTModel

public void setFindTModel(FindTModel value)
Sets the value of the findTModel property.

Parameters:
value - allowed object is FindTModel

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

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

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.