org.apache.ws.commons.schema
Class XmlSchemaExternal
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaExternal
- Direct Known Subclasses:
- XmlSchemaImport, XmlSchemaInclude, XmlSchemaRedefine
public abstract class XmlSchemaExternal
- extends XmlSchemaAnnotated
An abstract class. Provides information about the included schema.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString |
XmlSchemaExternal
protected XmlSchemaExternal()
- Creates new XmlSchemaExternal
getSchema
public XmlSchema getSchema()
setSchema
public void setSchema(XmlSchema schema)
getSchemaLocation
public String getSchemaLocation()
setSchemaLocation
public void setSchemaLocation(String schemaLocation)
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.