|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.schema.SchemaImpl
org.apache.woden.internal.schema.ImportedSchemaImpl
public class ImportedSchemaImpl
This interface represents a schema import, <xs:import>. It extends the abstract
class SchemaImpl, adding support for the schemaLocation
attribute.
Constructor Summary | |
---|---|
ImportedSchemaImpl()
|
Method Summary | |
---|---|
java.net.URI |
getSchemaLocation()
|
void |
setSchemaLocation(java.net.URI location)
Set the URI representing the schemaLocation attribute of <xs:import>. |
Methods inherited from class org.apache.woden.internal.schema.SchemaImpl |
---|
getNamespace, getNamespaceAsString, getSchemaDefinition, getXMLElement, isReferenceable, setNamespace, setReferenceable, setSchemaDefinition, setXMLElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.woden.schema.Schema |
---|
getNamespace, getSchemaDefinition, getXMLElement, setNamespace, setSchemaDefinition, setXMLElement |
Constructor Detail |
---|
public ImportedSchemaImpl()
Method Detail |
---|
public void setSchemaLocation(java.net.URI location)
ImportedSchema
schemaLocation
attribute of <xs:import>.
setSchemaLocation
in interface ImportedSchema
public java.net.URI getSchemaLocation()
getSchemaLocation
in interface ImportedSchema
schemaLocation
attribute of <xs:import>.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |