Interface CTSet

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getTplsList

        java.util.List<CTTuples> getTplsList()
        Gets a List of "tpls" elements
      • getTplsArray

        @Deprecated
        CTTuples[] getTplsArray()
        Deprecated.
        Gets array of all "tpls" elements
      • getTplsArray

        CTTuples getTplsArray​(int i)
        Gets ith "tpls" element
      • sizeOfTplsArray

        int sizeOfTplsArray()
        Returns number of "tpls" element
      • setTplsArray

        void setTplsArray​(CTTuples[] tplsArray)
        Sets array of all "tpls" element
      • setTplsArray

        void setTplsArray​(int i,
                          CTTuples tpls)
        Sets ith "tpls" element
      • insertNewTpls

        CTTuples insertNewTpls​(int i)
        Inserts and returns a new empty value (as xml) as the ith "tpls" element
      • addNewTpls

        CTTuples addNewTpls()
        Appends and returns a new empty value (as xml) as the last "tpls" element
      • removeTpls

        void removeTpls​(int i)
        Removes the ith "tpls" element
      • getSortByTuple

        CTTuples getSortByTuple()
        Gets the "sortByTuple" element
      • isSetSortByTuple

        boolean isSetSortByTuple()
        True if has "sortByTuple" element
      • setSortByTuple

        void setSortByTuple​(CTTuples sortByTuple)
        Sets the "sortByTuple" element
      • addNewSortByTuple

        CTTuples addNewSortByTuple()
        Appends and returns a new empty "sortByTuple" element
      • unsetSortByTuple

        void unsetSortByTuple()
        Unsets the "sortByTuple" 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
      • getMaxRank

        int getMaxRank()
        Gets the "maxRank" attribute
      • xgetMaxRank

        XmlInt xgetMaxRank()
        Gets (as xml) the "maxRank" attribute
      • setMaxRank

        void setMaxRank​(int maxRank)
        Sets the "maxRank" attribute
      • xsetMaxRank

        void xsetMaxRank​(XmlInt maxRank)
        Sets (as xml) the "maxRank" attribute
      • getSetDefinition

        java.lang.String getSetDefinition()
        Gets the "setDefinition" attribute
      • xgetSetDefinition

        STXstring xgetSetDefinition()
        Gets (as xml) the "setDefinition" attribute
      • setSetDefinition

        void setSetDefinition​(java.lang.String setDefinition)
        Sets the "setDefinition" attribute
      • xsetSetDefinition

        void xsetSetDefinition​(STXstring setDefinition)
        Sets (as xml) the "setDefinition" attribute
      • xgetSortType

        STSortType xgetSortType()
        Gets (as xml) the "sortType" attribute
      • isSetSortType

        boolean isSetSortType()
        True if has "sortType" attribute
      • setSortType

        void setSortType​(STSortType.Enum sortType)
        Sets the "sortType" attribute
      • xsetSortType

        void xsetSortType​(STSortType sortType)
        Sets (as xml) the "sortType" attribute
      • unsetSortType

        void unsetSortType()
        Unsets the "sortType" attribute
      • getQueryFailed

        boolean getQueryFailed()
        Gets the "queryFailed" attribute
      • xgetQueryFailed

        XmlBoolean xgetQueryFailed()
        Gets (as xml) the "queryFailed" attribute
      • isSetQueryFailed

        boolean isSetQueryFailed()
        True if has "queryFailed" attribute
      • setQueryFailed

        void setQueryFailed​(boolean queryFailed)
        Sets the "queryFailed" attribute
      • xsetQueryFailed

        void xsetQueryFailed​(XmlBoolean queryFailed)
        Sets (as xml) the "queryFailed" attribute
      • unsetQueryFailed

        void unsetQueryFailed()
        Unsets the "queryFailed" attribute