public abstract class AbstractIncludeImpl<E,S extends AbsItfSchema> extends AbstractSchemaElementImpl<E> implements AbsItfInclude<S>
documentation, model, parent| Constructor and Description |
|---|
AbstractIncludeImpl(E model,
AbstractSchemaElementImpl parent,
Map<URI,AbsItfSchema> imports,
URI baseURI,
AbstractSchemaReader reader)
Default constructor
|
AbstractIncludeImpl(E model,
Map<SchemaReader.FeatureConstants,Object> features,
Map<URI,AbsItfSchema> imports,
URI baseURI,
AbstractSchemaReader reader)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
S |
getParentSchema() |
S |
getSchema()
This property can be used to hang a referenced SchemaImpl, and the
top-level SchemaImpl (i.e. the one with the <import>) will use this
SchemaImpl when resolving referenced parts.
|
void |
setSchema(S schema)
This property can be used to hang a referenced SchemaImpl, and the
top-level SchemaImpl (i.e. the one with the <import>) will use this
SchemaImpl when resolving referenced parts.
|
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, hashCode, setDocumentation, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetLocationURI, setLocationURIcreateDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentationpublic AbstractIncludeImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException
model - the modelparent - the parent descriptionSchemaExceptionpublic AbstractIncludeImpl(E model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException
model - the modelparent - the parent descriptionSchemaExceptionpublic S getSchema()
AbsItfIncludegetSchema in interface AbsItfInclude<S extends AbsItfSchema>getSchema in class AbstractSchemaElementImpl<E>public void setSchema(S schema)
AbsItfIncludesetSchema in interface AbsItfInclude<S extends AbsItfSchema>public S getParentSchema()
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.