org.ow2.easywsdl.schema.decorator
Class DecoratorSimpleContentImpl<Ex extends AbsItfExtension>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
      extended by org.ow2.easywsdl.schema.decorator.Decorator<AbsItfSimpleContent>
          extended by org.ow2.easywsdl.schema.decorator.DecoratorSimpleContentImpl<Ex>
All Implemented Interfaces:
java.io.Serializable, SchemaElement

public abstract class DecoratorSimpleContentImpl<Ex extends AbsItfExtension>
extends Decorator<AbsItfSimpleContent>

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
DecoratorSimpleContentImpl(AbsItfSimpleContent<Ex> simpleContent, java.lang.Class<? extends Ex> exImpl)
           
 
Method Summary
 Ex createExtension()
           
 Ex getExtension()
           
 void setExtension(Ex extension)
           
 
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

DecoratorSimpleContentImpl

public DecoratorSimpleContentImpl(AbsItfSimpleContent<Ex> simpleContent,
                                  java.lang.Class<? extends Ex> exImpl)
                           throws SchemaException
Throws:
SchemaException
Method Detail

createExtension

public Ex createExtension()

getExtension

public Ex getExtension()

setExtension

public void setExtension(Ex extension)


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