Interface DownloadedSchemasDocument.DownloadedSchemas

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
DownloadedSchemasDocumentImpl.DownloadedSchemasImpl
Enclosing interface:
DownloadedSchemasDocument

public static interface DownloadedSchemasDocument.DownloadedSchemas extends XmlObject
An XML downloaded-schemas(@http://www.bea.com/2003/01/xmlbean/xsdownload). This is a complex type.
  • Field Details

  • Method Details

    • getEntryList

      List<DownloadedSchemaEntry> getEntryList()
      Gets a List of "entry" elements
    • getEntryArray

      DownloadedSchemaEntry[] getEntryArray()
      Gets array of all "entry" elements
    • getEntryArray

      DownloadedSchemaEntry getEntryArray(int i)
      Gets ith "entry" element
    • sizeOfEntryArray

      int sizeOfEntryArray()
      Returns number of "entry" element
    • setEntryArray

      void setEntryArray(DownloadedSchemaEntry[] entryArray)
      Sets array of all "entry" element
    • setEntryArray

      void setEntryArray(int i, DownloadedSchemaEntry entry)
      Sets ith "entry" element
    • insertNewEntry

      DownloadedSchemaEntry insertNewEntry(int i)
      Inserts and returns a new empty value (as xml) as the ith "entry" element
    • addNewEntry

      DownloadedSchemaEntry addNewEntry()
      Appends and returns a new empty value (as xml) as the last "entry" element
    • removeEntry

      void removeEntry(int i)
      Removes the ith "entry" element
    • getDefaultDirectory

      String getDefaultDirectory()
      Gets the "defaultDirectory" attribute
    • xgetDefaultDirectory

      XmlToken xgetDefaultDirectory()
      Gets (as xml) the "defaultDirectory" attribute
    • isSetDefaultDirectory

      boolean isSetDefaultDirectory()
      True if has "defaultDirectory" attribute
    • setDefaultDirectory

      void setDefaultDirectory(String defaultDirectory)
      Sets the "defaultDirectory" attribute
    • xsetDefaultDirectory

      void xsetDefaultDirectory(XmlToken defaultDirectory)
      Sets (as xml) the "defaultDirectory" attribute
    • unsetDefaultDirectory

      void unsetDefaultDirectory()
      Unsets the "defaultDirectory" attribute