Interface DocumentationDocument.Documentation

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
DocumentationDocumentImpl.DocumentationImpl
Enclosing interface:
DocumentationDocument

public static interface DocumentationDocument.Documentation extends XmlObject
An XML documentation(@http://www.w3.org/2001/XMLSchema). This is a complex type.
  • Field Details

  • Method Details

    • getSource

      String getSource()
      Gets the "source" attribute
    • xgetSource

      XmlAnyURI xgetSource()
      Gets (as xml) the "source" attribute
    • isSetSource

      boolean isSetSource()
      True if has "source" attribute
    • setSource

      void setSource(String source)
      Sets the "source" attribute
    • xsetSource

      void xsetSource(XmlAnyURI source)
      Sets (as xml) the "source" attribute
    • unsetSource

      void unsetSource()
      Unsets the "source" attribute
    • getLang

      String getLang()
      Gets the "lang" attribute
    • xgetLang

      LangAttribute.Lang xgetLang()
      Gets (as xml) the "lang" attribute
    • isSetLang

      boolean isSetLang()
      True if has "lang" attribute
    • setLang

      void setLang(String lang)
      Sets the "lang" attribute
    • xsetLang

      void xsetLang(LangAttribute.Lang lang)
      Sets (as xml) the "lang" attribute
    • unsetLang

      void unsetLang()
      Unsets the "lang" attribute