Interface CTCacheHierarchies

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCacheHierarchyList

        java.util.List<CTCacheHierarchy> getCacheHierarchyList()
        Gets a List of "cacheHierarchy" elements
      • getCacheHierarchyArray

        @Deprecated
        CTCacheHierarchy[] getCacheHierarchyArray()
        Deprecated.
        Gets array of all "cacheHierarchy" elements
      • getCacheHierarchyArray

        CTCacheHierarchy getCacheHierarchyArray​(int i)
        Gets ith "cacheHierarchy" element
      • sizeOfCacheHierarchyArray

        int sizeOfCacheHierarchyArray()
        Returns number of "cacheHierarchy" element
      • setCacheHierarchyArray

        void setCacheHierarchyArray​(CTCacheHierarchy[] cacheHierarchyArray)
        Sets array of all "cacheHierarchy" element
      • setCacheHierarchyArray

        void setCacheHierarchyArray​(int i,
                                    CTCacheHierarchy cacheHierarchy)
        Sets ith "cacheHierarchy" element
      • insertNewCacheHierarchy

        CTCacheHierarchy insertNewCacheHierarchy​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cacheHierarchy" element
      • addNewCacheHierarchy

        CTCacheHierarchy addNewCacheHierarchy()
        Appends and returns a new empty value (as xml) as the last "cacheHierarchy" element
      • removeCacheHierarchy

        void removeCacheHierarchy​(int i)
        Removes the ith "cacheHierarchy" 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