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

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

/*
 * XML Type:  CT_RevisionDefinedName
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName
 *
 * 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_RevisionDefinedName(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRevisionDefinedName extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctrevisiondefinednamec9f8type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "formula" element
     */
    java.lang.String getFormula();

    /**
     * Gets (as xml) the "formula" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula xgetFormula();

    /**
     * True if has "formula" element
     */
    boolean isSetFormula();

    /**
     * Sets the "formula" element
     */
    void setFormula(java.lang.String formula);

    /**
     * Sets (as xml) the "formula" element
     */
    void xsetFormula(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula formula);

    /**
     * Unsets the "formula" element
     */
    void unsetFormula();

    /**
     * Gets the "oldFormula" element
     */
    java.lang.String getOldFormula();

    /**
     * Gets (as xml) the "oldFormula" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula xgetOldFormula();

    /**
     * True if has "oldFormula" element
     */
    boolean isSetOldFormula();

    /**
     * Sets the "oldFormula" element
     */
    void setOldFormula(java.lang.String oldFormula);

    /**
     * Sets (as xml) the "oldFormula" element
     */
    void xsetOldFormula(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula oldFormula);

    /**
     * Unsets the "oldFormula" element
     */
    void unsetOldFormula();

    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList getExtLst();

    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();

    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList extLst);

    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList addNewExtLst();

    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();

    /**
     * Gets the "rId" attribute
     */
    long getRId();

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

    /**
     * Sets the "rId" attribute
     */
    void setRId(long rId);

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

    /**
     * Gets the "ua" attribute
     */
    boolean getUa();

    /**
     * Gets (as xml) the "ua" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetUa();

    /**
     * True if has "ua" attribute
     */
    boolean isSetUa();

    /**
     * Sets the "ua" attribute
     */
    void setUa(boolean ua);

    /**
     * Sets (as xml) the "ua" attribute
     */
    void xsetUa(org.apache.xmlbeans.XmlBoolean ua);

    /**
     * Unsets the "ua" attribute
     */
    void unsetUa();

    /**
     * Gets the "ra" attribute
     */
    boolean getRa();

    /**
     * Gets (as xml) the "ra" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRa();

    /**
     * True if has "ra" attribute
     */
    boolean isSetRa();

    /**
     * Sets the "ra" attribute
     */
    void setRa(boolean ra);

    /**
     * Sets (as xml) the "ra" attribute
     */
    void xsetRa(org.apache.xmlbeans.XmlBoolean ra);

    /**
     * Unsets the "ra" attribute
     */
    void unsetRa();

    /**
     * Gets the "localSheetId" attribute
     */
    long getLocalSheetId();

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

    /**
     * True if has "localSheetId" attribute
     */
    boolean isSetLocalSheetId();

    /**
     * Sets the "localSheetId" attribute
     */
    void setLocalSheetId(long localSheetId);

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

    /**
     * Unsets the "localSheetId" attribute
     */
    void unsetLocalSheetId();

    /**
     * Gets the "customView" attribute
     */
    boolean getCustomView();

    /**
     * Gets (as xml) the "customView" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCustomView();

    /**
     * True if has "customView" attribute
     */
    boolean isSetCustomView();

    /**
     * Sets the "customView" attribute
     */
    void setCustomView(boolean customView);

    /**
     * Sets (as xml) the "customView" attribute
     */
    void xsetCustomView(org.apache.xmlbeans.XmlBoolean customView);

    /**
     * Unsets the "customView" attribute
     */
    void unsetCustomView();

    /**
     * Gets the "name" attribute
     */
    java.lang.String getName();

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

    /**
     * Sets the "name" attribute
     */
    void setName(java.lang.String name);

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

    /**
     * Gets the "function" attribute
     */
    boolean getFunction();

    /**
     * Gets (as xml) the "function" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFunction();

    /**
     * True if has "function" attribute
     */
    boolean isSetFunction();

    /**
     * Sets the "function" attribute
     */
    void setFunction(boolean function);

    /**
     * Sets (as xml) the "function" attribute
     */
    void xsetFunction(org.apache.xmlbeans.XmlBoolean function);

    /**
     * Unsets the "function" attribute
     */
    void unsetFunction();

    /**
     * Gets the "oldFunction" attribute
     */
    boolean getOldFunction();

    /**
     * Gets (as xml) the "oldFunction" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOldFunction();

    /**
     * True if has "oldFunction" attribute
     */
    boolean isSetOldFunction();

    /**
     * Sets the "oldFunction" attribute
     */
    void setOldFunction(boolean oldFunction);

    /**
     * Sets (as xml) the "oldFunction" attribute
     */
    void xsetOldFunction(org.apache.xmlbeans.XmlBoolean oldFunction);

    /**
     * Unsets the "oldFunction" attribute
     */
    void unsetOldFunction();

    /**
     * Gets the "functionGroupId" attribute
     */
    short getFunctionGroupId();

    /**
     * Gets (as xml) the "functionGroupId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetFunctionGroupId();

    /**
     * True if has "functionGroupId" attribute
     */
    boolean isSetFunctionGroupId();

    /**
     * Sets the "functionGroupId" attribute
     */
    void setFunctionGroupId(short functionGroupId);

    /**
     * Sets (as xml) the "functionGroupId" attribute
     */
    void xsetFunctionGroupId(org.apache.xmlbeans.XmlUnsignedByte functionGroupId);

    /**
     * Unsets the "functionGroupId" attribute
     */
    void unsetFunctionGroupId();

    /**
     * Gets the "oldFunctionGroupId" attribute
     */
    short getOldFunctionGroupId();

    /**
     * Gets (as xml) the "oldFunctionGroupId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetOldFunctionGroupId();

    /**
     * True if has "oldFunctionGroupId" attribute
     */
    boolean isSetOldFunctionGroupId();

    /**
     * Sets the "oldFunctionGroupId" attribute
     */
    void setOldFunctionGroupId(short oldFunctionGroupId);

    /**
     * Sets (as xml) the "oldFunctionGroupId" attribute
     */
    void xsetOldFunctionGroupId(org.apache.xmlbeans.XmlUnsignedByte oldFunctionGroupId);

    /**
     * Unsets the "oldFunctionGroupId" attribute
     */
    void unsetOldFunctionGroupId();

    /**
     * Gets the "shortcutKey" attribute
     */
    short getShortcutKey();

    /**
     * Gets (as xml) the "shortcutKey" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetShortcutKey();

    /**
     * True if has "shortcutKey" attribute
     */
    boolean isSetShortcutKey();

    /**
     * Sets the "shortcutKey" attribute
     */
    void setShortcutKey(short shortcutKey);

    /**
     * Sets (as xml) the "shortcutKey" attribute
     */
    void xsetShortcutKey(org.apache.xmlbeans.XmlUnsignedByte shortcutKey);

    /**
     * Unsets the "shortcutKey" attribute
     */
    void unsetShortcutKey();

    /**
     * Gets the "oldShortcutKey" attribute
     */
    short getOldShortcutKey();

    /**
     * Gets (as xml) the "oldShortcutKey" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetOldShortcutKey();

    /**
     * True if has "oldShortcutKey" attribute
     */
    boolean isSetOldShortcutKey();

    /**
     * Sets the "oldShortcutKey" attribute
     */
    void setOldShortcutKey(short oldShortcutKey);

    /**
     * Sets (as xml) the "oldShortcutKey" attribute
     */
    void xsetOldShortcutKey(org.apache.xmlbeans.XmlUnsignedByte oldShortcutKey);

    /**
     * Unsets the "oldShortcutKey" attribute
     */
    void unsetOldShortcutKey();

    /**
     * Gets the "hidden" attribute
     */
    boolean getHidden();

    /**
     * Gets (as xml) the "hidden" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHidden();

    /**
     * True if has "hidden" attribute
     */
    boolean isSetHidden();

    /**
     * Sets the "hidden" attribute
     */
    void setHidden(boolean hidden);

    /**
     * Sets (as xml) the "hidden" attribute
     */
    void xsetHidden(org.apache.xmlbeans.XmlBoolean hidden);

    /**
     * Unsets the "hidden" attribute
     */
    void unsetHidden();

    /**
     * Gets the "oldHidden" attribute
     */
    boolean getOldHidden();

    /**
     * Gets (as xml) the "oldHidden" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOldHidden();

    /**
     * True if has "oldHidden" attribute
     */
    boolean isSetOldHidden();

    /**
     * Sets the "oldHidden" attribute
     */
    void setOldHidden(boolean oldHidden);

    /**
     * Sets (as xml) the "oldHidden" attribute
     */
    void xsetOldHidden(org.apache.xmlbeans.XmlBoolean oldHidden);

    /**
     * Unsets the "oldHidden" attribute
     */
    void unsetOldHidden();

    /**
     * Gets the "customMenu" attribute
     */
    java.lang.String getCustomMenu();

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

    /**
     * True if has "customMenu" attribute
     */
    boolean isSetCustomMenu();

    /**
     * Sets the "customMenu" attribute
     */
    void setCustomMenu(java.lang.String customMenu);

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

    /**
     * Unsets the "customMenu" attribute
     */
    void unsetCustomMenu();

    /**
     * Gets the "oldCustomMenu" attribute
     */
    java.lang.String getOldCustomMenu();

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

    /**
     * True if has "oldCustomMenu" attribute
     */
    boolean isSetOldCustomMenu();

    /**
     * Sets the "oldCustomMenu" attribute
     */
    void setOldCustomMenu(java.lang.String oldCustomMenu);

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

    /**
     * Unsets the "oldCustomMenu" attribute
     */
    void unsetOldCustomMenu();

    /**
     * Gets the "description" attribute
     */
    java.lang.String getDescription();

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

    /**
     * True if has "description" attribute
     */
    boolean isSetDescription();

    /**
     * Sets the "description" attribute
     */
    void setDescription(java.lang.String description);

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

    /**
     * Unsets the "description" attribute
     */
    void unsetDescription();

    /**
     * Gets the "oldDescription" attribute
     */
    java.lang.String getOldDescription();

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

    /**
     * True if has "oldDescription" attribute
     */
    boolean isSetOldDescription();

    /**
     * Sets the "oldDescription" attribute
     */
    void setOldDescription(java.lang.String oldDescription);

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

    /**
     * Unsets the "oldDescription" attribute
     */
    void unsetOldDescription();

    /**
     * Gets the "help" attribute
     */
    java.lang.String getHelp();

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

    /**
     * True if has "help" attribute
     */
    boolean isSetHelp();

    /**
     * Sets the "help" attribute
     */
    void setHelp(java.lang.String help);

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

    /**
     * Unsets the "help" attribute
     */
    void unsetHelp();

    /**
     * Gets the "oldHelp" attribute
     */
    java.lang.String getOldHelp();

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

    /**
     * True if has "oldHelp" attribute
     */
    boolean isSetOldHelp();

    /**
     * Sets the "oldHelp" attribute
     */
    void setOldHelp(java.lang.String oldHelp);

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

    /**
     * Unsets the "oldHelp" attribute
     */
    void unsetOldHelp();

    /**
     * Gets the "statusBar" attribute
     */
    java.lang.String getStatusBar();

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

    /**
     * True if has "statusBar" attribute
     */
    boolean isSetStatusBar();

    /**
     * Sets the "statusBar" attribute
     */
    void setStatusBar(java.lang.String statusBar);

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

    /**
     * Unsets the "statusBar" attribute
     */
    void unsetStatusBar();

    /**
     * Gets the "oldStatusBar" attribute
     */
    java.lang.String getOldStatusBar();

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

    /**
     * True if has "oldStatusBar" attribute
     */
    boolean isSetOldStatusBar();

    /**
     * Sets the "oldStatusBar" attribute
     */
    void setOldStatusBar(java.lang.String oldStatusBar);

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

    /**
     * Unsets the "oldStatusBar" attribute
     */
    void unsetOldStatusBar();

    /**
     * Gets the "comment" attribute
     */
    java.lang.String getComment();

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

    /**
     * True if has "comment" attribute
     */
    boolean isSetComment();

    /**
     * Sets the "comment" attribute
     */
    void setComment(java.lang.String comment);

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

    /**
     * Unsets the "comment" attribute
     */
    void unsetComment();

    /**
     * Gets the "oldComment" attribute
     */
    java.lang.String getOldComment();

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

    /**
     * True if has "oldComment" attribute
     */
    boolean isSetOldComment();

    /**
     * Sets the "oldComment" attribute
     */
    void setOldComment(java.lang.String oldComment);

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

    /**
     * Unsets the "oldComment" attribute
     */
    void unsetOldComment();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy