easybox.org.xmlsoap.schemas.wsdl
Class EJaxbTDocumented
java.lang.Object
com.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.xmlsoap.schemas.wsdl.EJaxbTDocumented
- All Implemented Interfaces:
- com.ebmwebsourcing.easybox.api.ModelObject
- Direct Known Subclasses:
- EJaxbTExtensibleAttributesDocumented, EJaxbTExtensibleDocumented
public class EJaxbTDocumented
- extends com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
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>
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
documentation
protected EJaxbTDocumentation documentation
EJaxbTDocumented
public EJaxbTDocumented()
getDocumentation
public EJaxbTDocumentation getDocumentation()
- Gets the value of the documentation property.
- Returns:
- possible object is
EJaxbTDocumentation
setDocumentation
public void setDocumentation(EJaxbTDocumentation value)
- Sets the value of the documentation property.
- Parameters:
value - allowed object is
EJaxbTDocumentation
isSetDocumentation
public boolean isSetDocumentation()
Copyright © 2011 Petals Link. All Rights Reserved.