Class TDocumented

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    TExtensibleAttributesDocumented, TExtensibleDocumented

    public class TDocumented
    extends Object
    implements org.jvnet.jaxb2_commons.lang.ToString2
    This type is extended by component types to allow them to be documented

    Java class for tDocumented complex type.

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

     <complexType name="tDocumented">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="documentation" type="{http://schemas.xmlsoap.org/wsdl/}tDocumentation" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TDocumented

        public TDocumented()
    • Method Detail

      • getDocumentation

        public TDocumentation getDocumentation()
        Ruft den Wert der documentation-Eigenschaft ab.
        Returns:
        possible object is TDocumentation
      • setDocumentation

        public void setDocumentation​(TDocumentation value)
        Legt den Wert der documentation-Eigenschaft fest.
        Parameters:
        value - allowed object is TDocumentation
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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
      • 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