Interface Extensionconfig

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
ExtensionconfigImpl

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

  • Method Details

    • getInterfaceList

      List<Extensionconfig.Interface> getInterfaceList()
      Gets a List of "interface" elements
    • getInterfaceArray

      Extensionconfig.Interface[] getInterfaceArray()
      Gets array of all "interface" elements
    • getInterfaceArray

      Extensionconfig.Interface getInterfaceArray(int i)
      Gets ith "interface" element
    • sizeOfInterfaceArray

      int sizeOfInterfaceArray()
      Returns number of "interface" element
    • setInterfaceArray

      void setInterfaceArray(Extensionconfig.Interface[] xinterfaceArray)
      Sets array of all "interface" element
    • setInterfaceArray

      void setInterfaceArray(int i, Extensionconfig.Interface xinterface)
      Sets ith "interface" element
    • insertNewInterface

      Extensionconfig.Interface insertNewInterface(int i)
      Inserts and returns a new empty value (as xml) as the ith "interface" element
    • addNewInterface

      Extensionconfig.Interface addNewInterface()
      Appends and returns a new empty value (as xml) as the last "interface" element
    • removeInterface

      void removeInterface(int i)
      Removes the ith "interface" element
    • getPrePostSet

      Gets the "prePostSet" element
    • isSetPrePostSet

      boolean isSetPrePostSet()
      True if has "prePostSet" element
    • setPrePostSet

      void setPrePostSet(Extensionconfig.PrePostSet prePostSet)
      Sets the "prePostSet" element
    • addNewPrePostSet

      Extensionconfig.PrePostSet addNewPrePostSet()
      Appends and returns a new empty "prePostSet" element
    • unsetPrePostSet

      void unsetPrePostSet()
      Unsets the "prePostSet" element
    • getFor

      Object getFor()
      Gets the "for" attribute
    • xgetFor

      JavaNameList xgetFor()
      Gets (as xml) the "for" attribute
    • isSetFor

      boolean isSetFor()
      True if has "for" attribute
    • setFor

      void setFor(Object xfor)
      Sets the "for" attribute
    • xsetFor

      void xsetFor(JavaNameList xfor)
      Sets (as xml) the "for" attribute
    • unsetFor

      void unsetFor()
      Unsets the "for" attribute