org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractImportImpl<E,S extends AbsItfSchema>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl<E,S>
          extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractImportImpl<E,S>
All Implemented Interfaces:
java.io.Serializable, AbsItfImport<S>, AbsItfInclude<S>, SchemaElement
Direct Known Subclasses:
ImportImpl

public abstract class AbstractImportImpl<E,S extends AbsItfSchema>
extends AbstractIncludeImpl<E,S>
implements AbsItfImport<S>

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl
schema
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractImportImpl(E model, AbstractSchemaElementImpl parent)
          Default constructor
AbstractImportImpl(java.net.URI baseURI, E model, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
          Default constructor
 
Method Summary
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl
getParentSchema, getSchema, setSchema
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, 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.AbsItfImport
getNamespaceURI, setNamespaceURI
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfInclude
getLocationURI, getSchema, setLocationURI, setSchema
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

AbstractImportImpl

public AbstractImportImpl(java.net.URI baseURI,
                          E model,
                          java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
Default constructor

Parameters:
model - the model
parent - the parent description

AbstractImportImpl

public AbstractImportImpl(E model,
                          AbstractSchemaElementImpl parent)
Default constructor

Parameters:
impt - the model
parent - the parent description


Copyright © 2008 eBM WebSourcing. All Rights Reserved.