public abstract class XmlSchemaExternal extends XmlSchemaAnnotated
| Modifier and Type | Field and Description |
|---|---|
(package private) XmlSchema |
schema |
(package private) java.lang.String |
schemaLocation |
lineNumber, linePosition, sourceURI| Modifier | Constructor and Description |
|---|---|
protected |
XmlSchemaExternal(XmlSchema parent)
Creates new XmlSchemaExternal
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchema |
getSchema() |
java.lang.String |
getSchemaLocation() |
void |
setSchema(XmlSchema sc)
Store a reference to an XmlSchema corresponding to this item.
|
void |
setSchemaLocation(java.lang.String schemaLocation) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIXmlSchema schema
java.lang.String schemaLocation
protected XmlSchemaExternal(XmlSchema parent)
public XmlSchema getSchema()
public void setSchema(XmlSchema sc)
sc - schema referencepublic java.lang.String getSchemaLocation()
public void setSchemaLocation(java.lang.String schemaLocation)