Class FindService


  • public class FindService
    extends Object

    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_v2}findQualifiers" minOccurs="0"/>
             <element ref="{urn:uddi-org:api_v2}name" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:uddi-org:api_v2}categoryBag" minOccurs="0"/>
             <element ref="{urn:uddi-org:api_v2}tModelBag" minOccurs="0"/>
           </sequence>
           <attribute name="businessKey" type="{urn:uddi-org:api_v2}businessKey" />
           <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

      • FindService

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