Class AbstractImportImpl<E,S extends AbsItfSchema>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl<E,S>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractImportImpl<E,S>
-
- All Implemented Interfaces:
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.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description AbstractImportImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructorAbstractImportImpl(E model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)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, equals, getDocumentation, getModel, getOtherAttributes, getParent, 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.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, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Constructor Detail
-
AbstractImportImpl
public AbstractImportImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException, URISyntaxException
Default constructor- Parameters:
model- the model- Throws:
URISyntaxException- If the schemaLocation attribute of the import is not a valid URI.SchemaException
-
AbstractImportImpl
public AbstractImportImpl(E model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException, URISyntaxException
Default constructor- Parameters:
model- the model- Throws:
URISyntaxException- If the schemaLocation attribute of the import is not a valid URI.SchemaException
-
-