Package org.ow2.easywsdl.schema.impl
Class SimpleContentImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSimpleContentImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleContent,Extension>
-
- org.ow2.easywsdl.schema.impl.SimpleContentImpl
-
- All Implemented Interfaces:
Serializable,AbsItfSimpleContent<Extension>,SchemaElement,SimpleContent
public class SimpleContentImpl extends AbstractSimpleContentImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleContent,Extension> implements SimpleContent
- Author:
- Christophe DENEUX - Capgemini Sud
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSimpleContentImpl
extension
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description SimpleContentImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleContent model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensioncreateExtension()voidsetExtension(Extension extension)-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSimpleContentImpl
getExtension
-
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.absItf.AbsItfSimpleContent
getExtension
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Constructor Detail
-
SimpleContentImpl
public SimpleContentImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleContent model, AbstractSchemaElementImpl parent)
-
-
Method Detail
-
setExtension
public void setExtension(Extension extension)
- Specified by:
setExtensionin interfaceAbsItfSimpleContent<Extension>- Overrides:
setExtensionin classAbstractSimpleContentImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleContent,Extension>
-
createExtension
public Extension createExtension()
- Specified by:
createExtensionin interfaceAbsItfSimpleContent<Extension>
-
-