Class TBindingOperationFault

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

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

    Java class for tBindingOperationFault complex type.

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

     <complexType name="tBindingOperationFault">
       <complexContent>
         <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • TBindingOperationFault

        public TBindingOperationFault()
    • Method Detail

      • 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
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class TExtensibleDocumented
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class TExtensibleDocumented