Class FindTModel


  • public class FindTModel
    extends Object

    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_v2}findQualifiers" minOccurs="0"/>
             <element ref="{urn:uddi-org:api_v2}name" minOccurs="0"/>
             <element ref="{urn:uddi-org:api_v2}identifierBag" minOccurs="0"/>
             <element ref="{urn:uddi-org:api_v2}categoryBag" 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>
     
    • Constructor Detail

      • FindTModel

        public FindTModel()
    • 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
      • 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
      • getGeneric

        public String getGeneric()
        Gets the value of the generic property.
        Returns:
        possible object is String
      • setGeneric

        public void setGeneric​(String value)
        Sets the value of the generic property.
        Parameters:
        value - allowed object is String
      • 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