org.apache.ws.commons.schema
Class XmlSchemaExternal

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaAnnotated
          extended by 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.


Field Summary
(package private)  XmlSchema schema
           
(package private)  java.lang.String schemaLocation
           
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
annotation, id, unhandledAttributes
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI
 
Constructor Summary
protected XmlSchemaExternal()
          Creates new XmlSchemaExternal
 
Method Summary
 XmlSchema getSchema()
           
 java.lang.String getSchemaLocation()
           
 void setSchema(XmlSchema schema)
           
 void setSchemaLocation(java.lang.String schemaLocation)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
equals, getLineNumber, getLinePosition, getSourceURI, setLineNumber, setLinePosition, setSourceURI, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schema

XmlSchema schema

schemaLocation

java.lang.String schemaLocation
Constructor Detail

XmlSchemaExternal

protected XmlSchemaExternal()
Creates new XmlSchemaExternal

Method Detail

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.