Class TBindingOperationFault

All Implemented Interfaces:
Copyable, PartialCopyable, Cloneable, org.jvnet.jaxb2_commons.lang.ToString2

public class TBindingOperationFault extends TExtensibleDocumented implements Cloneable, Copyable, PartialCopyable, 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 Details

    • name

      protected String name
  • Constructor Details

    • TBindingOperationFault

      public TBindingOperationFault()
      Generated by copy-constructor plugin, JAXB requires public no-arg constructor.
    • TBindingOperationFault

      public TBindingOperationFault(TBindingOperationFault _other)
      Instantiates a TBindingOperationFault copying the state of another TBindingOperationFault
      Parameters:
      _other - The original TBindingOperationFault from which to copy state.
    • TBindingOperationFault

      public TBindingOperationFault(TBindingOperationFault _other, PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse)
      Instantiates a TBindingOperationFault copying the state of another TBindingOperationFault
      Parameters:
      _propertyTreeUse - Meaning of the PropertyPath: Exclude or include members contained in property path.
      _propertyTree - A restricting PropertyPath that defines which nodes of the source object tree should actually be copied.
      _other - The original TBindingOperationFault from which to copy state.
  • Method Details