org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractComplexContentImpl<E extends Annotated,Ex extends AbsItfExtension>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractComplexContentImpl<E,Ex>
All Implemented Interfaces:
java.io.Serializable, AbsItfComplexContent<Ex>, SchemaElement
Direct Known Subclasses:
ComplexContentImpl

public abstract class AbstractComplexContentImpl<E extends Annotated,Ex extends AbsItfExtension>
extends AbstractSchemaElementImpl<E>
implements AbsItfComplexContent<Ex>

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

Field Summary
protected  Ex extension
           
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractComplexContentImpl(E model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 Ex getExtension()
           
 void setExtension(Ex extension)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfComplexContent
createExtension
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Field Detail

extension

protected Ex extends AbsItfExtension extension
Constructor Detail

AbstractComplexContentImpl

public AbstractComplexContentImpl(E model,
                                  AbstractSchemaElementImpl parent)
Method Detail

getExtension

public Ex getExtension()
Specified by:
getExtension in interface AbsItfComplexContent<Ex extends AbsItfExtension>

setExtension

public void setExtension(Ex extension)
Specified by:
setExtension in interface AbsItfComplexContent<Ex extends AbsItfExtension>


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