Package org.somda.sdc.dpws.wsdl.model
Class TDocumented
java.lang.Object
org.somda.sdc.dpws.wsdl.model.TDocumented
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
TExtensibleAttributesDocumented,TExtensibleDocumented
public class TDocumented
extends Object
implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanGets the value of the documentation property.inthashCode()voidsetDocumentation(TDocumentation value) Sets the value of the documentation property.toString()
-
Field Details
-
documentation
-
-
Constructor Details
-
TDocumented
public TDocumented()
-
-
Method Details
-
getDocumentation
Gets the value of the documentation property.- Returns:
- possible object is
TDocumentation
-
setDocumentation
Sets the value of the documentation property.- Parameters:
value- allowed object isTDocumentation
-
equals
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-