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.
  • Field Details

  • Method Details

    • getNList

      Gets a List of "n" elements
    • getNArray

      CTMetadataStringIndex[] getNArray()
      Gets array of all "n" elements
    • getNArray

      CTMetadataStringIndex getNArray(int i)
      Gets ith "n" element
    • sizeOfNArray

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

      void setNArray(CTMetadataStringIndex[] nArray)
      Sets array of all "n" element
    • setNArray

      void setNArray(int i, CTMetadataStringIndex n)
      Sets ith "n" element
    • insertNewN

      CTMetadataStringIndex insertNewN(int i)
      Inserts and returns a new empty value (as xml) as the ith "n" element
    • 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
    • xgetNs

      XmlUnsignedInt xgetNs()
      Gets (as xml) 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
    • xgetC

      Gets (as xml) 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
    • getO

      Gets the "o" attribute
    • xgetO

      STMdxSetOrder xgetO()
      Gets (as xml) the "o" attribute
    • isSetO

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

      void setO(STMdxSetOrder.Enum o)
      Sets the "o" attribute
    • xsetO

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

      void unsetO()
      Unsets the "o" attribute