org.ow2.easywsdl.wsdl.decorator
Class DecoratorTypesImpl<S extends org.ow2.easywsdl.schema.api.absItf.AbsItfSchema,Impt extends org.ow2.easywsdl.schema.api.absItf.AbsItfImport>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
              extended by org.ow2.easywsdl.wsdl.decorator.Decorator<AbsItfTypes<S,Impt>>
                  extended by org.ow2.easywsdl.wsdl.decorator.DecoratorTypesImpl<S,Impt>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement

public abstract class DecoratorTypesImpl<S extends org.ow2.easywsdl.schema.api.absItf.AbsItfSchema,Impt extends org.ow2.easywsdl.schema.api.absItf.AbsItfImport>
extends Decorator<AbsItfTypes<S,Impt>>

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
internalObject
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DecoratorTypesImpl(AbsItfTypes<S,Impt> types)
           
 
Method Summary
 void addSchema(S schema)
           
 S createSchema()
           
 java.util.List<Impt> getImportedSchemas()
           
 java.util.List<S> getSchemas()
           
 S removeSchema()
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getOtherElements, getParent, hashCode, setDocumentation
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, toString
 
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, wait, wait, wait
 

Constructor Detail

DecoratorTypesImpl

public DecoratorTypesImpl(AbsItfTypes<S,Impt> types)
                   throws WSDLException
Throws:
WSDLException
Method Detail

getSchemas

public java.util.List<S> getSchemas()

getImportedSchemas

public java.util.List<Impt> getImportedSchemas()

addSchema

public void addSchema(S schema)

createSchema

public S createSchema()

removeSchema

public S removeSchema()


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