Package org.ow2.easywsdl.schema.impl
Class DocumentationImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Documentation>
-
- org.ow2.easywsdl.schema.impl.DocumentationImpl
-
- All Implemented Interfaces:
Serializable,Documentation,SchemaElement
public class DocumentationImpl extends AbstractSchemaElementImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Documentation> implements Documentation
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description DocumentationImpl()DocumentationImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Documentation doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Get the content of this documentation.voidsetContent(String content)Set the content of this documentation.-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Method Detail
-
getContent
public String getContent()
Description copied from interface:DocumentationGet the content of this documentation.- Specified by:
getContentin interfaceDocumentation- Returns:
- the content
-
setContent
public void setContent(String content)
Description copied from interface:DocumentationSet the content of this documentation.- Specified by:
setContentin interfaceDocumentation- Parameters:
content- the content
-
-