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.
- Author:
- mukund
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schema
XmlSchema schema
schemaLocation
java.lang.String schemaLocation
XmlSchemaExternal
protected XmlSchemaExternal()
- Creates new XmlSchemaExternal
getSchema
public XmlSchema getSchema()
setSchema
public void setSchema(XmlSchema schema)
getSchemaLocation
public java.lang.String getSchemaLocation()
setSchemaLocation
public void setSchemaLocation(java.lang.String schemaLocation)
Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.