Class TParam

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

public class TParam extends TExtensibleAttributesDocumented implements Cloneable, Copyable, PartialCopyable, org.jvnet.jaxb2_commons.lang.ToString2

Java class for tParam complex type.

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

 <complexType name="tParam">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • message

      protected QName message
  • Constructor Details

    • TParam

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

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

      public TParam(TParam _other, PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse)
      Instantiates a TParam copying the state of another TParam
      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 TParam from which to copy state.
  • Method Details