Interface Extensionconfig.Interface

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
ExtensionconfigImpl.InterfaceImpl
Enclosing interface:
Extensionconfig

public static interface Extensionconfig.Interface extends XmlObject
An XML interface(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). This is a complex type.
  • Field Details

  • Method Details

    • getStaticHandler

      String getStaticHandler()
      Gets the "staticHandler" element
    • xgetStaticHandler

      XmlString xgetStaticHandler()
      Gets (as xml) the "staticHandler" element
    • setStaticHandler

      void setStaticHandler(String staticHandler)
      Sets the "staticHandler" element
    • xsetStaticHandler

      void xsetStaticHandler(XmlString staticHandler)
      Sets (as xml) the "staticHandler" element
    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      XmlString xgetName()
      Gets (as xml) the "name" attribute
    • isSetName

      boolean isSetName()
      True if has "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(XmlString name)
      Sets (as xml) the "name" attribute
    • unsetName

      void unsetName()
      Unsets the "name" attribute