Class TPart

All Implemented Interfaces:
Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString

public class TPart extends TExtensibleAttributesDocumented implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString

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>