Class TPart

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

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

Java class for tPart complex type.

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

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

    • name

      protected String name
    • element

      protected QName element
    • type

      protected QName type
  • Constructor Details

    • TPart

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

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

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