org.ow2.easywsdl.schema.decorator
Class DecoratorExtensionImpl<T extends AbsItfType,S extends AbsItfSequence>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
      extended by org.ow2.easywsdl.schema.decorator.Decorator<AbsItfExtension<T,S>>
          extended by org.ow2.easywsdl.schema.decorator.DecoratorExtensionImpl<T,S>
All Implemented Interfaces:
java.io.Serializable, SchemaElement

public abstract class DecoratorExtensionImpl<T extends AbsItfType,S extends AbsItfSequence>
extends Decorator<AbsItfExtension<T,S>>

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
DecoratorExtensionImpl(AbsItfExtension<T,S> extension)
           
 
Method Summary
 S createSequence()
           
 T getBase()
           
 S getSequence()
           
 void setBase(T name)
           
 void setSequence(S sequence)
           
 
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

DecoratorExtensionImpl

public DecoratorExtensionImpl(AbsItfExtension<T,S> extension)
Method Detail

createSequence

public S createSequence()

getBase

public T getBase()

getSequence

public S getSequence()

setBase

public void setBase(T name)

setSequence

public void setSequence(S sequence)


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