Interface DictionaryType

    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getDictionaryEntryArray

        DictionaryEntryType[] getDictionaryEntryArray()
        Gets array of all "dictionaryEntry" elements
      • getDictionaryEntryArray

        DictionaryEntryType getDictionaryEntryArray​(int i)
        Gets ith "dictionaryEntry" element
      • sizeOfDictionaryEntryArray

        int sizeOfDictionaryEntryArray()
        Returns number of "dictionaryEntry" element
      • setDictionaryEntryArray

        void setDictionaryEntryArray​(DictionaryEntryType[] dictionaryEntryArray)
        Sets array of all "dictionaryEntry" element
      • setDictionaryEntryArray

        void setDictionaryEntryArray​(int i,
                                     DictionaryEntryType dictionaryEntry)
        Sets ith "dictionaryEntry" element
      • insertNewDictionaryEntry

        DictionaryEntryType insertNewDictionaryEntry​(int i)
        Inserts and returns a new empty value (as xml) as the ith "dictionaryEntry" element
      • addNewDictionaryEntry

        DictionaryEntryType addNewDictionaryEntry()
        Appends and returns a new empty value (as xml) as the last "dictionaryEntry" element
      • removeDictionaryEntry

        void removeDictionaryEntry​(int i)
        Removes the ith "dictionaryEntry" element
      • getIndirectEntryArray

        IndirectEntryType[] getIndirectEntryArray()
        Gets array of all "indirectEntry" elements
      • getIndirectEntryArray

        IndirectEntryType getIndirectEntryArray​(int i)
        Gets ith "indirectEntry" element
      • sizeOfIndirectEntryArray

        int sizeOfIndirectEntryArray()
        Returns number of "indirectEntry" element
      • setIndirectEntryArray

        void setIndirectEntryArray​(IndirectEntryType[] indirectEntryArray)
        Sets array of all "indirectEntry" element
      • setIndirectEntryArray

        void setIndirectEntryArray​(int i,
                                   IndirectEntryType indirectEntry)
        Sets ith "indirectEntry" element
      • insertNewIndirectEntry

        IndirectEntryType insertNewIndirectEntry​(int i)
        Inserts and returns a new empty value (as xml) as the ith "indirectEntry" element
      • addNewIndirectEntry

        IndirectEntryType addNewIndirectEntry()
        Appends and returns a new empty value (as xml) as the last "indirectEntry" element
      • removeIndirectEntry

        void removeIndirectEntry​(int i)
        Removes the ith "indirectEntry" element
      • getAggregationType

        AggregationType.Enum getAggregationType()
        Gets the "aggregationType" attribute
      • xgetAggregationType

        AggregationType xgetAggregationType()
        Gets (as xml) the "aggregationType" attribute
      • isSetAggregationType

        boolean isSetAggregationType()
        True if has "aggregationType" attribute
      • setAggregationType

        void setAggregationType​(AggregationType.Enum aggregationType)
        Sets the "aggregationType" attribute
      • xsetAggregationType

        void xsetAggregationType​(AggregationType aggregationType)
        Sets (as xml) the "aggregationType" attribute
      • unsetAggregationType

        void unsetAggregationType()
        Unsets the "aggregationType" attribute