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

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
      extended by org.ow2.easywsdl.schema.decorator.Decorator<T>
          extended by org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl<T>
All Implemented Interfaces:
java.io.Serializable, SchemaElement
Direct Known Subclasses:
DecoratorComplexTypeImpl, DecoratorSimpleTypeImpl

public abstract class DecoratorTypeImpl<T extends AbsItfType>
extends Decorator<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
DecoratorTypeImpl(AbsItfType type)
           
 
Method Summary
 javax.xml.namespace.QName getQName()
           
 void setQName(javax.xml.namespace.QName name)
           
 
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

DecoratorTypeImpl

public DecoratorTypeImpl(AbsItfType type)
Method Detail

getQName

public javax.xml.namespace.QName getQName()

setQName

public void setQName(javax.xml.namespace.QName name)


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.