org.apache.ws.commons.schema
Class XmlSchemaImport

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
              extended by org.apache.ws.commons.schema.XmlSchemaImport

public class XmlSchemaImport
extends XmlSchemaExternal

The class to import schema components from any schema. Represents the World Wide Web Consortium (W3C) import element.

Author:
mukund

Field Summary
(package private)  java.lang.String namespace
           
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaExternal
schema, 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
XmlSchemaImport()
          Creates new XmlSchemaImport
 
Method Summary
 java.lang.String getNamespace()
           
 void setNamespace(java.lang.String namespace)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaExternal
getSchema, getSchemaLocation, setSchema, setSchemaLocation
 
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

namespace

java.lang.String namespace
Constructor Detail

XmlSchemaImport

public XmlSchemaImport()
Creates new XmlSchemaImport

Method Detail

getNamespace

public java.lang.String getNamespace()

setNamespace

public void setNamespace(java.lang.String namespace)


Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.