Interface CompositeValueType

    • Field Detail

      • type

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

      • getValueComponentArray

        ValuePropertyType[] getValueComponentArray()
        Gets array of all "valueComponent" elements
      • getValueComponentArray

        ValuePropertyType getValueComponentArray​(int i)
        Gets ith "valueComponent" element
      • sizeOfValueComponentArray

        int sizeOfValueComponentArray()
        Returns number of "valueComponent" element
      • setValueComponentArray

        void setValueComponentArray​(ValuePropertyType[] valueComponentArray)
        Sets array of all "valueComponent" element
      • setValueComponentArray

        void setValueComponentArray​(int i,
                                    ValuePropertyType valueComponent)
        Sets ith "valueComponent" element
      • insertNewValueComponent

        ValuePropertyType insertNewValueComponent​(int i)
        Inserts and returns a new empty value (as xml) as the ith "valueComponent" element
      • addNewValueComponent

        ValuePropertyType addNewValueComponent()
        Appends and returns a new empty value (as xml) as the last "valueComponent" element
      • removeValueComponent

        void removeValueComponent​(int i)
        Removes the ith "valueComponent" element
      • isSetValueComponents

        boolean isSetValueComponents()
        True if has "valueComponents" element
      • setValueComponents

        void setValueComponents​(ValueArrayPropertyType valueComponents)
        Sets the "valueComponents" element
      • addNewValueComponents

        ValueArrayPropertyType addNewValueComponents()
        Appends and returns a new empty "valueComponents" element
      • unsetValueComponents

        void unsetValueComponents()
        Unsets the "valueComponents" 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