public class

TDocumented

extends Object
java.lang.Object
   ↳ org.xmlsoap.schemas.wsdl.TDocumented
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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>
 

Summary

Fields
protected TDocumentation documentation
Public Constructors
TDocumented()
Public Methods
TDocumentation getDocumentation()
Gets the value of the documentation property.
void setDocumentation(TDocumentation value)
Sets the value of the documentation property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TDocumentation documentation

Public Constructors

public TDocumented ()

Public Methods

public TDocumentation getDocumentation ()

Gets the value of the documentation property.

Returns

public void setDocumentation (TDocumentation value)

Sets the value of the documentation property.

Parameters
value Allowed object is TDocumentation