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
All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaImport
extends XmlSchemaExternal

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


Constructor Summary
XmlSchemaImport(XmlSchema parent)
          Creates new XmlSchemaImport
 
Method Summary
 String getNamespace()
           
 void setNamespace(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, toString
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaImport

public XmlSchemaImport(XmlSchema parent)
Creates new XmlSchemaImport

Method Detail

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.