org.ow2.easywsdl.schema.decorator
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:
- java.io.Serializable, SchemaElement
public abstract class DecoratorAttributeImpl<T extends AbsItfType>
- extends Decorator<AbsItfAttribute<T>>
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DecoratorAttributeImpl
public DecoratorAttributeImpl(AbsItfAttribute<T> attribute,
java.lang.Class<? extends T> tSImpl,
java.lang.Class<? extends T> tCImpl)
throws SchemaException
- Throws:
SchemaException
getType
public T getType()
setType
public void setType(T type)
getName
public java.lang.String getName()
getNamespaceUri
public java.lang.String getNamespaceUri()
getValue
public java.lang.String getValue()
getUse
public AbsItfAttribute.Use getUse()
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.