Package org.somda.sdc.dpws.wsdl.model
Class TDocumented
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.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 documentedJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TDocumentationdocumentation
-
Constructor Summary
Constructors Constructor Description TDocumented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)TDocumentationgetDocumentation()Gets the value of the documentation property.inthashCode()voidsetDocumentation(TDocumentation value)Sets the value of the documentation property.StringtoString()
-
-
-
Field Detail
-
documentation
protected TDocumentation documentation
-
-
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 isTDocumentation
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-