Interface AppinfoDocument.Appinfo

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
AppinfoDocumentImpl.AppinfoImpl
Enclosing interface:
AppinfoDocument

public static interface AppinfoDocument.Appinfo extends XmlObject
An XML appinfo(@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