org.uddi.api_v3
Class FindTModel

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

public class FindTModel
extends Object
implements Serializable

Java class for find_tModel complex type.

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

 <complexType name="find_tModel">
   <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" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v3}identifierBag" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v3}categoryBag" 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  CategoryBag categoryBag
           
protected  FindQualifiers findQualifiers
           
protected  IdentifierBag identifierBag
           
protected  Integer listHead
           
protected  Integer maxRows
           
protected  Name name
           
 
Constructor Summary
FindTModel()
           
 
Method Summary
 String getAuthInfo()
          Gets the value of the authInfo property.
 CategoryBag getCategoryBag()
          Gets the value of the categoryBag property.
 FindQualifiers getFindQualifiers()
          Gets the value of the findQualifiers property.
 IdentifierBag getIdentifierBag()
          Gets the value of the identifierBag property.
 Integer getListHead()
          Gets the value of the listHead property.
 Integer getMaxRows()
          Gets the value of the maxRows property.
 Name getName()
          Gets the value of the name property.
 void setAuthInfo(String value)
          Sets the value of the authInfo property.
 void setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void setFindQualifiers(FindQualifiers value)
          Sets the value of the findQualifiers property.
 void setIdentifierBag(IdentifierBag value)
          Sets the value of the identifierBag property.
 void setListHead(Integer value)
          Sets the value of the listHead property.
 void setMaxRows(Integer value)
          Sets the value of the maxRows property.
 void setName(Name value)
          Sets the value of the name 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 Name name

identifierBag

protected IdentifierBag identifierBag

categoryBag

protected CategoryBag categoryBag

maxRows

protected Integer maxRows

listHead

protected Integer listHead
Constructor Detail

FindTModel

public FindTModel()
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 Name getName()
Gets the value of the name property.

Returns:
possible object is Name

setName

public void setName(Name value)
Sets the value of the name property.

Parameters:
value - allowed object is Name

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the value of the identifierBag property.

Returns:
possible object is IdentifierBag

setIdentifierBag

public void setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.

Parameters:
value - allowed object is IdentifierBag

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

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.