Class TBindingOperation

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.ToString2

    public class TBindingOperation
    extends TExtensibleDocumented
    implements org.jvnet.jaxb2_commons.lang.ToString2

    Java class for tBindingOperation complex type.

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

     <complexType name="tBindingOperation">
       <complexContent>
         <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
           <sequence>
             <element name="input" type="{http://schemas.xmlsoap.org/wsdl/}tBindingOperationMessage" minOccurs="0"/>
             <element name="output" type="{http://schemas.xmlsoap.org/wsdl/}tBindingOperationMessage" minOccurs="0"/>
             <element name="fault" type="{http://schemas.xmlsoap.org/wsdl/}tBindingOperationFault" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
         </extension>
       </complexContent>
     </complexType>