org.ow2.easywsdl.schema.decorator
Class DecoratorAttributeImpl<T extends AbsItfType>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
      extended by org.ow2.easywsdl.schema.decorator.Decorator<AbsItfAttribute<T>>
          extended by 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

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
DecoratorAttributeImpl(AbsItfAttribute<T> attribute, java.lang.Class<? extends T> tSImpl, java.lang.Class<? extends T> tCImpl)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNamespaceUri()
           
 T getType()
           
 AbsItfAttribute.Use getUse()
           
 java.lang.String getValue()
           
 void setType(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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorAttributeImpl

public DecoratorAttributeImpl(AbsItfAttribute<T> attribute,
                              java.lang.Class<? extends T> tSImpl,
                              java.lang.Class<? extends T> tCImpl)
                       throws SchemaException
Throws:
SchemaException
Method Detail

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.