Interface CTMdxSet

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • sizeOfNArray

        int sizeOfNArray()
        Returns number of "n" element
      • insertNewN

        CTMetadataStringIndex insertNewN​(int i)
        Inserts and returns a new empty value (as xml) as the ith "n" element
      • addNewN

        CTMetadataStringIndex addNewN()
        Appends and returns a new empty value (as xml) as the last "n" element
      • removeN

        void removeN​(int i)
        Removes the ith "n" element
      • getNs

        long getNs()
        Gets the "ns" attribute
      • setNs

        void setNs​(long ns)
        Sets the "ns" attribute
      • xsetNs

        void xsetNs​(XmlUnsignedInt ns)
        Sets (as xml) the "ns" attribute
      • getC

        long getC()
        Gets the "c" attribute
      • isSetC

        boolean isSetC()
        True if has "c" attribute
      • setC

        void setC​(long c)
        Sets the "c" attribute
      • xsetC

        void xsetC​(XmlUnsignedInt c)
        Sets (as xml) the "c" attribute
      • unsetC

        void unsetC()
        Unsets the "c" attribute
      • isSetO

        boolean isSetO()
        True if has "o" attribute
      • xsetO

        void xsetO​(STMdxSetOrder o)
        Sets (as xml) the "o" attribute
      • unsetO

        void unsetO()
        Unsets the "o" attribute