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()
        Gets the value of the documentation property.
        Returns:
        possible object is TDocumentation
      • setDocumentation

        public void setDocumentation​(TDocumentation value)
        Sets the value of the documentation property.
        Parameters:
        value - allowed object is TDocumentation
      • 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