Class TMessage

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

    public class TMessage
    extends TExtensibleDocumented
    implements org.jvnet.jaxb2_commons.lang.ToString2

    Java class for tMessage complex type.

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

     <complexType name="tMessage">
       <complexContent>
         <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
           <sequence>
             <element name="part" type="{http://schemas.xmlsoap.org/wsdl/}tPart" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TMessage

        public TMessage()
    • Method Detail

      • getPart

        public List<TPart> getPart()
        Gets the value of the part property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the part property.

        For example, to add a new item, do as follows:

            getPart().add(newItem);
         

        Objects of the following type(s) are allowed in the list TPart

      • 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
      • setPart

        public void setPart​(List<TPart> value)
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class TExtensibleDocumented
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class TExtensibleDocumented