Class FindBinding


  • public class FindBinding
    extends 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>
     
    • 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 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
      • getServiceKey

        public String getServiceKey()
        Gets the value of the serviceKey property.
        Returns:
        possible object is String
      • setServiceKey

        public void setServiceKey​(String value)
        Sets the value of the serviceKey property.
        Parameters:
        value - allowed object is String