public class TDocumented extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected TDocumentation |
documentation |
| Constructor and Description |
|---|
TDocumented() |
| Modifier and Type | Method and Description |
|---|---|
TDocumentation |
getDocumentation()
Gets the value of the documentation property.
|
boolean |
isSetDocumentation() |
void |
setDocumentation(TDocumentation value)
Sets the value of the documentation property.
|
protected TDocumentation documentation
public TDocumentation getDocumentation()
TDocumentationpublic void setDocumentation(TDocumentation value)
value - allowed object is
TDocumentationpublic boolean isSetDocumentation()
Apache CXF