Class DecoratorTypeImpl<T extends AbsItfType>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
-
- org.ow2.easywsdl.schema.decorator.Decorator<T>
-
- org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl<T>
-
- All Implemented Interfaces:
Serializable,SchemaElement
- Direct Known Subclasses:
DecoratorComplexTypeImpl,DecoratorSimpleTypeImpl
public abstract class DecoratorTypeImpl<T extends AbsItfType> extends Decorator<T>
- 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 DecoratorTypeImpl(AbsItfType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetQName()voidsetQName(QName name)-
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
-
DecoratorTypeImpl
public DecoratorTypeImpl(AbsItfType type)
-
-