public class ImportImpl extends AbstractImportImpl<Import,Schema> implements Import
documentation, model, parent| Constructor and Description |
|---|
ImportImpl(Import impt,
AbstractSchemaElementImpl parent,
Map<URI,AbsItfSchema> imports,
URI baseURI,
AbstractSchemaReader reader) |
ImportImpl(Import impt,
Map<SchemaReader.FeatureConstants,Object> features,
Map<URI,AbsItfSchema> imports,
URI baseURI,
AbstractSchemaReader reader) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getLocationURI()
Get the location URI of this import.
|
String |
getNamespaceURI()
Get the namespace URI of this import.
|
void |
setLocationURI(URI locationURI)
Set the location URI of this import.
|
void |
setNamespaceURI(String namespaceURI)
Set the namespace URI of this import.
|
getParentSchema, getSchema, setSchemacreateDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, hashCode, setDocumentation, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSchema, setSchemacreateDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentationpublic ImportImpl(Import impt, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException, URISyntaxException
impt - features - imports - reader - SchemaExceptionURISyntaxException - If the schemaLocation attribute of the import is not a valid
URI.public ImportImpl(Import impt, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException, URISyntaxException
impt - parent - imports - reader - SchemaExceptionURISyntaxException - If the schemaLocation attribute of the import is not a valid
URI.public String getNamespaceURI()
AbsItfImportgetNamespaceURI in interface AbsItfImport<Schema>public void setNamespaceURI(String namespaceURI)
AbsItfImportsetNamespaceURI in interface AbsItfImport<Schema>namespaceURI - the desired namespace URIpublic URI getLocationURI()
getLocationURI in interface AbsItfInclude<Schema>URI of this import or
null if undefined.public void setLocationURI(URI locationURI)
AbsItfIncludesetLocationURI in interface AbsItfInclude<Schema>locationURI - the desired location URICopyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.