public abstract class XmlSchemaExternal extends XmlSchemaAnnotated
| Modifier | Constructor and Description |
|---|---|
protected |
XmlSchemaExternal(XmlSchema parent)
Creates new XmlSchemaExternal
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchema |
getSchema() |
String |
getSchemaLocation() |
void |
setSchema(XmlSchema sc)
Store a reference to an XmlSchema corresponding to this item.
|
void |
setSchemaLocation(String schemaLocation) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIprotected XmlSchemaExternal(XmlSchema parent)
public XmlSchema getSchema()
public void setSchema(XmlSchema sc)
sc - schema referencepublic String getSchemaLocation()
public void setSchemaLocation(String schemaLocation)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.