Interface CTCustomerDataList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCustDataList

        java.util.List<CTCustomerData> getCustDataList()
        Gets a List of "custData" elements
      • getCustDataArray

        @Deprecated
        CTCustomerData[] getCustDataArray()
        Deprecated.
        Gets array of all "custData" elements
      • getCustDataArray

        CTCustomerData getCustDataArray​(int i)
        Gets ith "custData" element
      • sizeOfCustDataArray

        int sizeOfCustDataArray()
        Returns number of "custData" element
      • setCustDataArray

        void setCustDataArray​(CTCustomerData[] custDataArray)
        Sets array of all "custData" element
      • setCustDataArray

        void setCustDataArray​(int i,
                              CTCustomerData custData)
        Sets ith "custData" element
      • insertNewCustData

        CTCustomerData insertNewCustData​(int i)
        Inserts and returns a new empty value (as xml) as the ith "custData" element
      • addNewCustData

        CTCustomerData addNewCustData()
        Appends and returns a new empty value (as xml) as the last "custData" element
      • removeCustData

        void removeCustData​(int i)
        Removes the ith "custData" element
      • getTags

        CTTagsData getTags()
        Gets the "tags" element
      • isSetTags

        boolean isSetTags()
        True if has "tags" element
      • setTags

        void setTags​(CTTagsData tags)
        Sets the "tags" element
      • addNewTags

        CTTagsData addNewTags()
        Appends and returns a new empty "tags" element
      • unsetTags

        void unsetTags()
        Unsets the "tags" element