Class DecoratorSimpleContentImpl<Ex extends AbsItfExtension>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
-
- org.ow2.easywsdl.schema.decorator.Decorator<AbsItfSimpleContent>
-
- org.ow2.easywsdl.schema.decorator.DecoratorSimpleContentImpl<Ex>
-
- All Implemented Interfaces:
Serializable,SchemaElement
public abstract class DecoratorSimpleContentImpl<Ex extends AbsItfExtension> extends Decorator<AbsItfSimpleContent>
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.decorator.Decorator
internalObject
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description DecoratorSimpleContentImpl(AbsItfSimpleContent<Ex> simpleContent, Class<? extends Ex> exImpl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExcreateExtension()ExgetExtension()voidsetExtension(Ex extension)-
Methods inherited from class org.ow2.easywsdl.schema.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getParent, hashCode, setDocumentation
-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getSchema, getTopParent, setParent
-
-
-
-
Constructor Detail
-
DecoratorSimpleContentImpl
public DecoratorSimpleContentImpl(AbsItfSimpleContent<Ex> simpleContent, Class<? extends Ex> exImpl) throws SchemaException
- Throws:
SchemaException
-
-