Interface ImportDocument.Import

All Superinterfaces:
Annotated, OpenAttrs, XmlObject, XmlTokenSource
All Known Implementing Classes:
ImportDocumentImpl.ImportImpl
Enclosing interface:
ImportDocument

public static interface ImportDocument.Import extends Annotated
An XML import(@http://www.w3.org/2001/XMLSchema). This is a complex type.
  • Field Details

  • Method Details

    • getNamespace

      String getNamespace()
      Gets the "namespace" attribute
    • xgetNamespace

      XmlAnyURI xgetNamespace()
      Gets (as xml) the "namespace" attribute
    • isSetNamespace

      boolean isSetNamespace()
      True if has "namespace" attribute
    • setNamespace

      void setNamespace(String namespace)
      Sets the "namespace" attribute
    • xsetNamespace

      void xsetNamespace(XmlAnyURI namespace)
      Sets (as xml) the "namespace" attribute
    • unsetNamespace

      void unsetNamespace()
      Unsets the "namespace" attribute
    • getSchemaLocation

      String getSchemaLocation()
      Gets the "schemaLocation" attribute
    • xgetSchemaLocation

      XmlAnyURI xgetSchemaLocation()
      Gets (as xml) the "schemaLocation" attribute
    • isSetSchemaLocation

      boolean isSetSchemaLocation()
      True if has "schemaLocation" attribute
    • setSchemaLocation

      void setSchemaLocation(String schemaLocation)
      Sets the "schemaLocation" attribute
    • xsetSchemaLocation

      void xsetSchemaLocation(XmlAnyURI schemaLocation)
      Sets (as xml) the "schemaLocation" attribute
    • unsetSchemaLocation

      void unsetSchemaLocation()
      Unsets the "schemaLocation" attribute