easybox.org.xmlsoap.schemas.wsdl
Class EJaxbTDocumented

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by 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>
 


Field Summary
protected  EJaxbTDocumentation documentation
           
 
Constructor Summary
EJaxbTDocumented()
           
 
Method Summary
 EJaxbTDocumentation getDocumentation()
          Gets the value of the documentation property.
 boolean isSetDocumentation()
           
 void setDocumentation(EJaxbTDocumentation value)
          Sets the value of the documentation property.
 
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
 

Field Detail

documentation

protected EJaxbTDocumentation documentation
Constructor Detail

EJaxbTDocumented

public EJaxbTDocumented()
Method Detail

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.