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

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

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


    /**
     * Gets the "queryTableRefresh" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableRefresh getQueryTableRefresh();

    /**
     * True if has "queryTableRefresh" element
     */
    boolean isSetQueryTableRefresh();

    /**
     * Sets the "queryTableRefresh" element
     */
    void setQueryTableRefresh(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableRefresh queryTableRefresh);

    /**
     * Appends and returns a new empty "queryTableRefresh" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableRefresh addNewQueryTableRefresh();

    /**
     * Unsets the "queryTableRefresh" element
     */
    void unsetQueryTableRefresh();

    /**
     * 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 "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 "headers" attribute
     */
    boolean getHeaders();

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

    /**
     * True if has "headers" attribute
     */
    boolean isSetHeaders();

    /**
     * Sets the "headers" attribute
     */
    void setHeaders(boolean headers);

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

    /**
     * Unsets the "headers" attribute
     */
    void unsetHeaders();

    /**
     * Gets the "rowNumbers" attribute
     */
    boolean getRowNumbers();

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

    /**
     * True if has "rowNumbers" attribute
     */
    boolean isSetRowNumbers();

    /**
     * Sets the "rowNumbers" attribute
     */
    void setRowNumbers(boolean rowNumbers);

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

    /**
     * Unsets the "rowNumbers" attribute
     */
    void unsetRowNumbers();

    /**
     * Gets the "disableRefresh" attribute
     */
    boolean getDisableRefresh();

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

    /**
     * True if has "disableRefresh" attribute
     */
    boolean isSetDisableRefresh();

    /**
     * Sets the "disableRefresh" attribute
     */
    void setDisableRefresh(boolean disableRefresh);

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

    /**
     * Unsets the "disableRefresh" attribute
     */
    void unsetDisableRefresh();

    /**
     * Gets the "backgroundRefresh" attribute
     */
    boolean getBackgroundRefresh();

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

    /**
     * True if has "backgroundRefresh" attribute
     */
    boolean isSetBackgroundRefresh();

    /**
     * Sets the "backgroundRefresh" attribute
     */
    void setBackgroundRefresh(boolean backgroundRefresh);

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

    /**
     * Unsets the "backgroundRefresh" attribute
     */
    void unsetBackgroundRefresh();

    /**
     * Gets the "firstBackgroundRefresh" attribute
     */
    boolean getFirstBackgroundRefresh();

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

    /**
     * True if has "firstBackgroundRefresh" attribute
     */
    boolean isSetFirstBackgroundRefresh();

    /**
     * Sets the "firstBackgroundRefresh" attribute
     */
    void setFirstBackgroundRefresh(boolean firstBackgroundRefresh);

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

    /**
     * Unsets the "firstBackgroundRefresh" attribute
     */
    void unsetFirstBackgroundRefresh();

    /**
     * Gets the "refreshOnLoad" attribute
     */
    boolean getRefreshOnLoad();

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

    /**
     * True if has "refreshOnLoad" attribute
     */
    boolean isSetRefreshOnLoad();

    /**
     * Sets the "refreshOnLoad" attribute
     */
    void setRefreshOnLoad(boolean refreshOnLoad);

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

    /**
     * Unsets the "refreshOnLoad" attribute
     */
    void unsetRefreshOnLoad();

    /**
     * Gets the "growShrinkType" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STGrowShrinkType.Enum getGrowShrinkType();

    /**
     * Gets (as xml) the "growShrinkType" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STGrowShrinkType xgetGrowShrinkType();

    /**
     * True if has "growShrinkType" attribute
     */
    boolean isSetGrowShrinkType();

    /**
     * Sets the "growShrinkType" attribute
     */
    void setGrowShrinkType(org.openxmlformats.schemas.spreadsheetml.x2006.main.STGrowShrinkType.Enum growShrinkType);

    /**
     * Sets (as xml) the "growShrinkType" attribute
     */
    void xsetGrowShrinkType(org.openxmlformats.schemas.spreadsheetml.x2006.main.STGrowShrinkType growShrinkType);

    /**
     * Unsets the "growShrinkType" attribute
     */
    void unsetGrowShrinkType();

    /**
     * Gets the "fillFormulas" attribute
     */
    boolean getFillFormulas();

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

    /**
     * True if has "fillFormulas" attribute
     */
    boolean isSetFillFormulas();

    /**
     * Sets the "fillFormulas" attribute
     */
    void setFillFormulas(boolean fillFormulas);

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

    /**
     * Unsets the "fillFormulas" attribute
     */
    void unsetFillFormulas();

    /**
     * Gets the "removeDataOnSave" attribute
     */
    boolean getRemoveDataOnSave();

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

    /**
     * True if has "removeDataOnSave" attribute
     */
    boolean isSetRemoveDataOnSave();

    /**
     * Sets the "removeDataOnSave" attribute
     */
    void setRemoveDataOnSave(boolean removeDataOnSave);

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

    /**
     * Unsets the "removeDataOnSave" attribute
     */
    void unsetRemoveDataOnSave();

    /**
     * Gets the "disableEdit" attribute
     */
    boolean getDisableEdit();

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

    /**
     * True if has "disableEdit" attribute
     */
    boolean isSetDisableEdit();

    /**
     * Sets the "disableEdit" attribute
     */
    void setDisableEdit(boolean disableEdit);

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

    /**
     * Unsets the "disableEdit" attribute
     */
    void unsetDisableEdit();

    /**
     * Gets the "preserveFormatting" attribute
     */
    boolean getPreserveFormatting();

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

    /**
     * True if has "preserveFormatting" attribute
     */
    boolean isSetPreserveFormatting();

    /**
     * Sets the "preserveFormatting" attribute
     */
    void setPreserveFormatting(boolean preserveFormatting);

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

    /**
     * Unsets the "preserveFormatting" attribute
     */
    void unsetPreserveFormatting();

    /**
     * Gets the "adjustColumnWidth" attribute
     */
    boolean getAdjustColumnWidth();

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

    /**
     * True if has "adjustColumnWidth" attribute
     */
    boolean isSetAdjustColumnWidth();

    /**
     * Sets the "adjustColumnWidth" attribute
     */
    void setAdjustColumnWidth(boolean adjustColumnWidth);

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

    /**
     * Unsets the "adjustColumnWidth" attribute
     */
    void unsetAdjustColumnWidth();

    /**
     * Gets the "intermediate" attribute
     */
    boolean getIntermediate();

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

    /**
     * True if has "intermediate" attribute
     */
    boolean isSetIntermediate();

    /**
     * Sets the "intermediate" attribute
     */
    void setIntermediate(boolean intermediate);

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

    /**
     * Unsets the "intermediate" attribute
     */
    void unsetIntermediate();

    /**
     * Gets the "connectionId" attribute
     */
    long getConnectionId();

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

    /**
     * Sets the "connectionId" attribute
     */
    void setConnectionId(long connectionId);

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

    /**
     * Gets the "autoFormatId" attribute
     */
    long getAutoFormatId();

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

    /**
     * True if has "autoFormatId" attribute
     */
    boolean isSetAutoFormatId();

    /**
     * Sets the "autoFormatId" attribute
     */
    void setAutoFormatId(long autoFormatId);

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

    /**
     * Unsets the "autoFormatId" attribute
     */
    void unsetAutoFormatId();

    /**
     * Gets the "applyNumberFormats" attribute
     */
    boolean getApplyNumberFormats();

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

    /**
     * True if has "applyNumberFormats" attribute
     */
    boolean isSetApplyNumberFormats();

    /**
     * Sets the "applyNumberFormats" attribute
     */
    void setApplyNumberFormats(boolean applyNumberFormats);

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

    /**
     * Unsets the "applyNumberFormats" attribute
     */
    void unsetApplyNumberFormats();

    /**
     * Gets the "applyBorderFormats" attribute
     */
    boolean getApplyBorderFormats();

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

    /**
     * True if has "applyBorderFormats" attribute
     */
    boolean isSetApplyBorderFormats();

    /**
     * Sets the "applyBorderFormats" attribute
     */
    void setApplyBorderFormats(boolean applyBorderFormats);

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

    /**
     * Unsets the "applyBorderFormats" attribute
     */
    void unsetApplyBorderFormats();

    /**
     * Gets the "applyFontFormats" attribute
     */
    boolean getApplyFontFormats();

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

    /**
     * True if has "applyFontFormats" attribute
     */
    boolean isSetApplyFontFormats();

    /**
     * Sets the "applyFontFormats" attribute
     */
    void setApplyFontFormats(boolean applyFontFormats);

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

    /**
     * Unsets the "applyFontFormats" attribute
     */
    void unsetApplyFontFormats();

    /**
     * Gets the "applyPatternFormats" attribute
     */
    boolean getApplyPatternFormats();

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

    /**
     * True if has "applyPatternFormats" attribute
     */
    boolean isSetApplyPatternFormats();

    /**
     * Sets the "applyPatternFormats" attribute
     */
    void setApplyPatternFormats(boolean applyPatternFormats);

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

    /**
     * Unsets the "applyPatternFormats" attribute
     */
    void unsetApplyPatternFormats();

    /**
     * Gets the "applyAlignmentFormats" attribute
     */
    boolean getApplyAlignmentFormats();

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

    /**
     * True if has "applyAlignmentFormats" attribute
     */
    boolean isSetApplyAlignmentFormats();

    /**
     * Sets the "applyAlignmentFormats" attribute
     */
    void setApplyAlignmentFormats(boolean applyAlignmentFormats);

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

    /**
     * Unsets the "applyAlignmentFormats" attribute
     */
    void unsetApplyAlignmentFormats();

    /**
     * Gets the "applyWidthHeightFormats" attribute
     */
    boolean getApplyWidthHeightFormats();

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

    /**
     * True if has "applyWidthHeightFormats" attribute
     */
    boolean isSetApplyWidthHeightFormats();

    /**
     * Sets the "applyWidthHeightFormats" attribute
     */
    void setApplyWidthHeightFormats(boolean applyWidthHeightFormats);

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

    /**
     * Unsets the "applyWidthHeightFormats" attribute
     */
    void unsetApplyWidthHeightFormats();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy