Interface IncludeDocument.Include

All Superinterfaces:
Annotated, OpenAttrs, XmlObject, XmlTokenSource
All Known Implementing Classes:
IncludeDocumentImpl.IncludeImpl
Enclosing interface:
IncludeDocument

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

  • Method Details

    • getSchemaLocation

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

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

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

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