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

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

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
/*
 * XML Type:  CT_PCDKPI
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI
 *
 * 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_PCDKPI(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTPCDKPI extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctpcdkpi3f5ctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "uniqueName" attribute
     */
    java.lang.String getUniqueName();

    /**
     * Gets (as xml) the "uniqueName" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUniqueName();

    /**
     * Sets the "uniqueName" attribute
     */
    void setUniqueName(java.lang.String uniqueName);

    /**
     * Sets (as xml) the "uniqueName" attribute
     */
    void xsetUniqueName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring uniqueName);

    /**
     * Gets the "caption" attribute
     */
    java.lang.String getCaption();

    /**
     * Gets (as xml) the "caption" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCaption();

    /**
     * True if has "caption" attribute
     */
    boolean isSetCaption();

    /**
     * Sets the "caption" attribute
     */
    void setCaption(java.lang.String caption);

    /**
     * Sets (as xml) the "caption" attribute
     */
    void xsetCaption(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring caption);

    /**
     * Unsets the "caption" attribute
     */
    void unsetCaption();

    /**
     * Gets the "displayFolder" attribute
     */
    java.lang.String getDisplayFolder();

    /**
     * Gets (as xml) the "displayFolder" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDisplayFolder();

    /**
     * True if has "displayFolder" attribute
     */
    boolean isSetDisplayFolder();

    /**
     * Sets the "displayFolder" attribute
     */
    void setDisplayFolder(java.lang.String displayFolder);

    /**
     * Sets (as xml) the "displayFolder" attribute
     */
    void xsetDisplayFolder(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring displayFolder);

    /**
     * Unsets the "displayFolder" attribute
     */
    void unsetDisplayFolder();

    /**
     * Gets the "measureGroup" attribute
     */
    java.lang.String getMeasureGroup();

    /**
     * Gets (as xml) the "measureGroup" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetMeasureGroup();

    /**
     * True if has "measureGroup" attribute
     */
    boolean isSetMeasureGroup();

    /**
     * Sets the "measureGroup" attribute
     */
    void setMeasureGroup(java.lang.String measureGroup);

    /**
     * Sets (as xml) the "measureGroup" attribute
     */
    void xsetMeasureGroup(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring measureGroup);

    /**
     * Unsets the "measureGroup" attribute
     */
    void unsetMeasureGroup();

    /**
     * Gets the "parent" attribute
     */
    java.lang.String getParent();

    /**
     * Gets (as xml) the "parent" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetParent();

    /**
     * True if has "parent" attribute
     */
    boolean isSetParent();

    /**
     * Sets the "parent" attribute
     */
    void setParent(java.lang.String parent);

    /**
     * Sets (as xml) the "parent" attribute
     */
    void xsetParent(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring parent);

    /**
     * Unsets the "parent" attribute
     */
    void unsetParent();

    /**
     * Gets the "value" attribute
     */
    java.lang.String getValue();

    /**
     * Gets (as xml) the "value" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetValue();

    /**
     * Sets the "value" attribute
     */
    void setValue(java.lang.String value);

    /**
     * Sets (as xml) the "value" attribute
     */
    void xsetValue(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring value);

    /**
     * Gets the "goal" attribute
     */
    java.lang.String getGoal();

    /**
     * Gets (as xml) the "goal" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetGoal();

    /**
     * True if has "goal" attribute
     */
    boolean isSetGoal();

    /**
     * Sets the "goal" attribute
     */
    void setGoal(java.lang.String goal);

    /**
     * Sets (as xml) the "goal" attribute
     */
    void xsetGoal(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring goal);

    /**
     * Unsets the "goal" attribute
     */
    void unsetGoal();

    /**
     * Gets the "status" attribute
     */
    java.lang.String getStatus();

    /**
     * Gets (as xml) the "status" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetStatus();

    /**
     * True if has "status" attribute
     */
    boolean isSetStatus();

    /**
     * Sets the "status" attribute
     */
    void setStatus(java.lang.String status);

    /**
     * Sets (as xml) the "status" attribute
     */
    void xsetStatus(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring status);

    /**
     * Unsets the "status" attribute
     */
    void unsetStatus();

    /**
     * Gets the "trend" attribute
     */
    java.lang.String getTrend();

    /**
     * Gets (as xml) the "trend" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTrend();

    /**
     * True if has "trend" attribute
     */
    boolean isSetTrend();

    /**
     * Sets the "trend" attribute
     */
    void setTrend(java.lang.String trend);

    /**
     * Sets (as xml) the "trend" attribute
     */
    void xsetTrend(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring trend);

    /**
     * Unsets the "trend" attribute
     */
    void unsetTrend();

    /**
     * Gets the "weight" attribute
     */
    java.lang.String getWeight();

    /**
     * Gets (as xml) the "weight" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetWeight();

    /**
     * True if has "weight" attribute
     */
    boolean isSetWeight();

    /**
     * Sets the "weight" attribute
     */
    void setWeight(java.lang.String weight);

    /**
     * Sets (as xml) the "weight" attribute
     */
    void xsetWeight(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring weight);

    /**
     * Unsets the "weight" attribute
     */
    void unsetWeight();

    /**
     * Gets the "time" attribute
     */
    java.lang.String getTime();

    /**
     * Gets (as xml) the "time" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTime();

    /**
     * True if has "time" attribute
     */
    boolean isSetTime();

    /**
     * Sets the "time" attribute
     */
    void setTime(java.lang.String time);

    /**
     * Sets (as xml) the "time" attribute
     */
    void xsetTime(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring time);

    /**
     * Unsets the "time" attribute
     */
    void unsetTime();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy