Class DecoratorNotationImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
-
- org.ow2.easywsdl.schema.decorator.Decorator<AbsItfNotation>
-
- org.ow2.easywsdl.schema.decorator.DecoratorNotationImpl
-
- All Implemented Interfaces:
Serializable,SchemaElement
public abstract class DecoratorNotationImpl extends Decorator<AbsItfNotation>
- 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 DecoratorNotationImpl(AbsItfNotation notation)
-
Method Summary
-
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
-
DecoratorNotationImpl
public DecoratorNotationImpl(AbsItfNotation notation)
-
-