org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractExtensionImpl<E extends Annotated,T extends AbsItfType,S extends AbsItfSequence>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractExtensionImpl<E,T,S>
All Implemented Interfaces:
java.io.Serializable, AbsItfExtension<T,S>, SchemaElement
Direct Known Subclasses:
ExtensionImpl

public abstract class AbstractExtensionImpl<E extends Annotated,T extends AbsItfType,S extends AbsItfSequence>
extends AbstractSchemaElementImpl<E>
implements AbsItfExtension<T,S>

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
protected  T baseType
           
protected  S sequence
           
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractExtensionImpl(E model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 T getBase()
           
 S getSequence()
           
 void setBase(T baseType)
           
 void setSequence(S sequence)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfExtension
createSequence
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Field Detail

baseType

protected T extends AbsItfType baseType

sequence

protected S extends AbsItfSequence sequence
Constructor Detail

AbstractExtensionImpl

public AbstractExtensionImpl(E model,
                             AbstractSchemaElementImpl parent)
Method Detail

getSequence

public S getSequence()
Specified by:
getSequence in interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>

setSequence

public void setSequence(S sequence)
Specified by:
setSequence in interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>

getBase

public T getBase()
Specified by:
getBase in interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>

setBase

public void setBase(T baseType)
Specified by:
setBase in interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>


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