Class DecoratorAttributeImpl<T extends AbsItfType>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
-
- org.ow2.easywsdl.schema.decorator.Decorator<AbsItfAttribute<T>>
-
- org.ow2.easywsdl.schema.decorator.DecoratorAttributeImpl<T>
-
- All Implemented Interfaces:
Serializable,SchemaElement
public abstract class DecoratorAttributeImpl<T extends AbsItfType> extends Decorator<AbsItfAttribute<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 DecoratorAttributeImpl(AbsItfAttribute<T> attribute, Class<? extends T> tSImpl, Class<? extends T> tCImpl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetNamespaceUri()TgetType()AbsItfAttribute.UsegetUse()StringgetValue()voidsetType(T type)-
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
-
DecoratorAttributeImpl
public DecoratorAttributeImpl(AbsItfAttribute<T> attribute, Class<? extends T> tSImpl, Class<? extends T> tCImpl) throws SchemaException
- Throws:
SchemaException
-
-