Interface DownloadedSchemasDocument.DownloadedSchemas

    • Method Detail

      • sizeOfEntryArray

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

        void setEntryArray​(DownloadedSchemaEntry[] entryArray)
        Sets array of all "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

        java.lang.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​(java.lang.String defaultDirectory)
        Sets the "defaultDirectory" attribute
      • xsetDefaultDirectory

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

        void unsetDefaultDirectory()
        Unsets the "defaultDirectory" attribute