public interface AbsItfInclude<S extends AbsItfSchema> extends SchemaElement
| Modifier and Type | Method and Description |
|---|---|
URI |
getLocationURI()
Get the location URI of this import.
|
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 |
setLocationURI(URI locationURI)
Set the location URI of this import.
|
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, getOtherAttributes, hashCode, setDocumentationvoid setLocationURI(URI locationURI)
locationURI - the desired location URIURI getLocationURI()
URI of this import or
null if undefined.void setSchema(S schema)
S getSchema()
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.