Class BindingTemplate


  • public class BindingTemplate
    extends Object

    Java class for bindingTemplate complex type.

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

     <complexType name="bindingTemplate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:uddi-org:api_v2}description" maxOccurs="unbounded" minOccurs="0"/>
             <choice>
               <element ref="{urn:uddi-org:api_v2}accessPoint"/>
               <element ref="{urn:uddi-org:api_v2}hostingRedirector"/>
             </choice>
             <element ref="{urn:uddi-org:api_v2}tModelInstanceDetails"/>
           </sequence>
           <attribute name="bindingKey" use="required" type="{urn:uddi-org:api_v2}bindingKey" />
           <attribute name="serviceKey" type="{urn:uddi-org:api_v2}serviceKey" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BindingTemplate

        public BindingTemplate()
    • Method Detail

      • getDescription

        public List<Description> getDescription()
        Gets the value of the description 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 description property.

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

            getDescription().add(newItem);
         

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

      • getAccessPoint

        public AccessPoint getAccessPoint()
        Gets the value of the accessPoint property.
        Returns:
        possible object is AccessPoint
      • setAccessPoint

        public void setAccessPoint​(AccessPoint value)
        Sets the value of the accessPoint property.
        Parameters:
        value - allowed object is AccessPoint
      • setHostingRedirector

        public void setHostingRedirector​(HostingRedirector value)
        Sets the value of the hostingRedirector property.
        Parameters:
        value - allowed object is HostingRedirector
      • setTModelInstanceDetails

        public void setTModelInstanceDetails​(TModelInstanceDetails value)
        Sets the value of the tModelInstanceDetails property.
        Parameters:
        value - allowed object is TModelInstanceDetails
      • getBindingKey

        public String getBindingKey()
        Gets the value of the bindingKey property.
        Returns:
        possible object is String
      • setBindingKey

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