Class TPart

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

    public class TPart
    extends TExtensibleAttributesDocumented
    implements 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 Detail

      • element

        protected QName element
      • type

        protected QName type
    • Constructor Detail

      • TPart

        public TPart()
    • Method Detail

      • getName

        public String getName()
        Ruft den Wert der name-Eigenschaft ab.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Legt den Wert der name-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getElement

        public QName getElement()
        Ruft den Wert der element-Eigenschaft ab.
        Returns:
        possible object is QName
      • setElement

        public void setElement​(QName value)
        Legt den Wert der element-Eigenschaft fest.
        Parameters:
        value - allowed object is QName
      • getType

        public QName getType()
        Ruft den Wert der type-Eigenschaft ab.
        Returns:
        possible object is QName
      • setType

        public void setType​(QName value)
        Legt den Wert der type-Eigenschaft fest.
        Parameters:
        value - allowed object is QName