Interface CTPCDKPIs

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTPCDKPIs
    extends XmlObject
    An XML CT_PCDKPIs(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getKpiList

        java.util.List<CTPCDKPI> getKpiList()
        Gets a List of "kpi" elements
      • getKpiArray

        @Deprecated
        CTPCDKPI[] getKpiArray()
        Deprecated.
        Gets array of all "kpi" elements
      • getKpiArray

        CTPCDKPI getKpiArray​(int i)
        Gets ith "kpi" element
      • sizeOfKpiArray

        int sizeOfKpiArray()
        Returns number of "kpi" element
      • setKpiArray

        void setKpiArray​(CTPCDKPI[] kpiArray)
        Sets array of all "kpi" element
      • setKpiArray

        void setKpiArray​(int i,
                         CTPCDKPI kpi)
        Sets ith "kpi" element
      • insertNewKpi

        CTPCDKPI insertNewKpi​(int i)
        Inserts and returns a new empty value (as xml) as the ith "kpi" element
      • addNewKpi

        CTPCDKPI addNewKpi()
        Appends and returns a new empty value (as xml) as the last "kpi" element
      • removeKpi

        void removeKpi​(int i)
        Removes the ith "kpi" element
      • getCount

        long getCount()
        Gets the "count" attribute
      • xgetCount

        XmlUnsignedInt xgetCount()
        Gets (as xml) the "count" attribute
      • isSetCount

        boolean isSetCount()
        True if has "count" attribute
      • setCount

        void setCount​(long count)
        Sets the "count" attribute
      • xsetCount

        void xsetCount​(XmlUnsignedInt count)
        Sets (as xml) the "count" attribute
      • unsetCount

        void unsetCount()
        Unsets the "count" attribute