Interface CTMdxMetadata

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTMdxMetadata extends XmlObject
An XML CT_MdxMetadata(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getMdxList

      List<CTMdx> getMdxList()
      Gets a List of "mdx" elements
    • getMdxArray

      CTMdx[] getMdxArray()
      Gets array of all "mdx" elements
    • getMdxArray

      CTMdx getMdxArray(int i)
      Gets ith "mdx" element
    • sizeOfMdxArray

      int sizeOfMdxArray()
      Returns number of "mdx" element
    • setMdxArray

      void setMdxArray(CTMdx[] mdxArray)
      Sets array of all "mdx" element
    • setMdxArray

      void setMdxArray(int i, CTMdx mdx)
      Sets ith "mdx" element
    • insertNewMdx

      CTMdx insertNewMdx(int i)
      Inserts and returns a new empty value (as xml) as the ith "mdx" element
    • addNewMdx

      CTMdx addNewMdx()
      Appends and returns a new empty value (as xml) as the last "mdx" element
    • removeMdx

      void removeMdx(int i)
      Removes the ith "mdx" 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