Class DecoratorSimpleTypeImpl<A extends AbsItfAttribute,R extends AbsItfRestriction>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
-
- org.ow2.easywsdl.schema.decorator.Decorator<T>
-
- org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl<AbsItfSimpleType<A,R>>
-
- org.ow2.easywsdl.schema.decorator.DecoratorSimpleTypeImpl<A,R>
-
- All Implemented Interfaces:
Serializable,SchemaElement
public abstract class DecoratorSimpleTypeImpl<A extends AbsItfAttribute,R extends AbsItfRestriction> extends DecoratorTypeImpl<AbsItfSimpleType<A,R>>
- 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 DecoratorSimpleTypeImpl(AbsItfSimpleType<A,R> simpleType, Class<? extends R> rImpl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RcreateRestriction()RgetRestriction()voidsetRestriction(R restriction)-
Methods inherited from class org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl
getQName, setQName
-
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
-
DecoratorSimpleTypeImpl
public DecoratorSimpleTypeImpl(AbsItfSimpleType<A,R> simpleType, Class<? extends R> rImpl) throws SchemaException
- Throws:
SchemaException
-
-