Interface DataChoiceType

    • Field Detail

      • type

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

      • isSetChoiceValue

        boolean isSetChoiceValue()
        True if has "choiceValue" element
      • unsetChoiceValue

        void unsetChoiceValue()
        Unsets the "choiceValue" element
      • sizeOfItemArray

        int sizeOfItemArray()
        Returns number of "item" element
      • setItemArray

        void setItemArray​(DataChoiceType.Item[] itemArray)
        Sets array of all "item" element
      • setItemArray

        void setItemArray​(int i,
                          DataChoiceType.Item item)
        Sets ith "item" element
      • insertNewItem

        DataChoiceType.Item insertNewItem​(int i)
        Inserts and returns a new empty value (as xml) as the ith "item" element
      • addNewItem

        DataChoiceType.Item addNewItem()
        Appends and returns a new empty value (as xml) as the last "item" element
      • removeItem

        void removeItem​(int i)
        Removes the ith "item" element