Class TBinding

All Implemented Interfaces:
Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString

public class TBinding extends TExtensibleDocumented implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString

Java class for tBinding complex type

.

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


 <complexType name="tBinding">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
       <sequence>
         <element name="operation" type="{http://schemas.xmlsoap.org/wsdl/}tBindingOperation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TBinding

      public TBinding()
  • Method Details

    • getOperation

      public List<TBindingOperation> getOperation()
      Gets the value of the operation 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 operation property.

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

       getOperation().add(newItem);
       

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

      Returns:
      The value of the operation property.
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getType

      public QName getType()
      Gets the value of the type property.
      Returns:
      possible object is QName
    • setType

      public void setType(QName value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is QName
    • setOperation

      public void setOperation(List<TBindingOperation> value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class TExtensibleDocumented
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class TExtensibleDocumented
    • toString

      public String toString()
      Overrides:
      toString in class TExtensibleDocumented
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class TExtensibleDocumented
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class TExtensibleDocumented
    • clone

      public Object clone()
      Overrides:
      clone in class TExtensibleDocumented
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class TExtensibleDocumented
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class TExtensibleDocumented
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class TDocumented