Interface SchemaImport
- All Superinterfaces:
SchemaReference, Serializable
- All Known Implementing Classes:
SchemaImportImpl
Represents an import element within a schema element.
Similar to an include or redefine, but includes a namespace.
- Author:
- Jeremy Hughes invalid input: '<'hughesj@uk.ibm.com>
-
Method Summary
Methods inherited from interface SchemaReference
getId, getReferencedSchema, getSchemaLocationURI, setId, setReferencedSchema, setSchemaLocationURI
-
Method Details
-
getNamespaceURI
String getNamespaceURI()- Returns:
- Returns the namespace.
-
setNamespaceURI
- Parameters:
namespace- The namespace to set.
-