Interface ModeChoiceType

    • Field Detail

      • type

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

      • getModeArray

        ModePropertyType[] getModeArray()
        Gets array of all "mode" elements
      • getModeArray

        ModePropertyType getModeArray​(int i)
        Gets ith "mode" element
      • sizeOfModeArray

        int sizeOfModeArray()
        Returns number of "mode" element
      • setModeArray

        void setModeArray​(ModePropertyType[] modeArray)
        Sets array of all "mode" element
      • setModeArray

        void setModeArray​(int i,
                          ModePropertyType mode)
        Sets ith "mode" element
      • insertNewMode

        ModePropertyType insertNewMode​(int i)
        Inserts and returns a new empty value (as xml) as the ith "mode" element
      • addNewMode

        ModePropertyType addNewMode()
        Appends and returns a new empty value (as xml) as the last "mode" element
      • removeMode

        void removeMode​(int i)
        Removes the ith "mode" element