All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdx Maven / Gradle / Ivy

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  CT_Mdx
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdx
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * An XML CT_Mdx(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTMdx extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctmdxca60type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "t" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxTuple getT();

    /**
     * True if has "t" element
     */
    boolean isSetT();

    /**
     * Sets the "t" element
     */
    void setT(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxTuple t);

    /**
     * Appends and returns a new empty "t" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxTuple addNewT();

    /**
     * Unsets the "t" element
     */
    void unsetT();

    /**
     * Gets the "ms" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxSet getMs();

    /**
     * True if has "ms" element
     */
    boolean isSetMs();

    /**
     * Sets the "ms" element
     */
    void setMs(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxSet ms);

    /**
     * Appends and returns a new empty "ms" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxSet addNewMs();

    /**
     * Unsets the "ms" element
     */
    void unsetMs();

    /**
     * Gets the "p" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxMemeberProp getP();

    /**
     * True if has "p" element
     */
    boolean isSetP();

    /**
     * Sets the "p" element
     */
    void setP(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxMemeberProp p);

    /**
     * Appends and returns a new empty "p" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxMemeberProp addNewP();

    /**
     * Unsets the "p" element
     */
    void unsetP();

    /**
     * Gets the "k" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxKPI getK();

    /**
     * True if has "k" element
     */
    boolean isSetK();

    /**
     * Sets the "k" element
     */
    void setK(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxKPI k);

    /**
     * Appends and returns a new empty "k" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMdxKPI addNewK();

    /**
     * Unsets the "k" element
     */
    void unsetK();

    /**
     * Gets the "n" attribute
     */
    long getN();

    /**
     * Gets (as xml) the "n" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetN();

    /**
     * Sets the "n" attribute
     */
    void setN(long n);

    /**
     * Sets (as xml) the "n" attribute
     */
    void xsetN(org.apache.xmlbeans.XmlUnsignedInt n);

    /**
     * Gets the "f" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxFunctionType.Enum getF();

    /**
     * Gets (as xml) the "f" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxFunctionType xgetF();

    /**
     * Sets the "f" attribute
     */
    void setF(org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxFunctionType.Enum f);

    /**
     * Sets (as xml) the "f" attribute
     */
    void xsetF(org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxFunctionType f);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy