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

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

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


    /**
     * Gets the "queryTableFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableFields getQueryTableFields();

    /**
     * Sets the "queryTableFields" element
     */
    void setQueryTableFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableFields queryTableFields);

    /**
     * Appends and returns a new empty "queryTableFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableFields addNewQueryTableFields();

    /**
     * Gets the "queryTableDeletedFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableDeletedFields getQueryTableDeletedFields();

    /**
     * True if has "queryTableDeletedFields" element
     */
    boolean isSetQueryTableDeletedFields();

    /**
     * Sets the "queryTableDeletedFields" element
     */
    void setQueryTableDeletedFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableDeletedFields queryTableDeletedFields);

    /**
     * Appends and returns a new empty "queryTableDeletedFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableDeletedFields addNewQueryTableDeletedFields();

    /**
     * Unsets the "queryTableDeletedFields" element
     */
    void unsetQueryTableDeletedFields();

    /**
     * Gets the "sortState" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState getSortState();

    /**
     * True if has "sortState" element
     */
    boolean isSetSortState();

    /**
     * Sets the "sortState" element
     */
    void setSortState(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState sortState);

    /**
     * Appends and returns a new empty "sortState" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState addNewSortState();

    /**
     * Unsets the "sortState" element
     */
    void unsetSortState();

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

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

    /**
     * True if has "preserveSortFilterLayout" attribute
     */
    boolean isSetPreserveSortFilterLayout();

    /**
     * Sets the "preserveSortFilterLayout" attribute
     */
    void setPreserveSortFilterLayout(boolean preserveSortFilterLayout);

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

    /**
     * Unsets the "preserveSortFilterLayout" attribute
     */
    void unsetPreserveSortFilterLayout();

    /**
     * Gets the "fieldIdWrapped" attribute
     */
    boolean getFieldIdWrapped();

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

    /**
     * True if has "fieldIdWrapped" attribute
     */
    boolean isSetFieldIdWrapped();

    /**
     * Sets the "fieldIdWrapped" attribute
     */
    void setFieldIdWrapped(boolean fieldIdWrapped);

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

    /**
     * Unsets the "fieldIdWrapped" attribute
     */
    void unsetFieldIdWrapped();

    /**
     * Gets the "headersInLastRefresh" attribute
     */
    boolean getHeadersInLastRefresh();

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

    /**
     * True if has "headersInLastRefresh" attribute
     */
    boolean isSetHeadersInLastRefresh();

    /**
     * Sets the "headersInLastRefresh" attribute
     */
    void setHeadersInLastRefresh(boolean headersInLastRefresh);

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

    /**
     * Unsets the "headersInLastRefresh" attribute
     */
    void unsetHeadersInLastRefresh();

    /**
     * Gets the "minimumVersion" attribute
     */
    short getMinimumVersion();

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

    /**
     * True if has "minimumVersion" attribute
     */
    boolean isSetMinimumVersion();

    /**
     * Sets the "minimumVersion" attribute
     */
    void setMinimumVersion(short minimumVersion);

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

    /**
     * Unsets the "minimumVersion" attribute
     */
    void unsetMinimumVersion();

    /**
     * Gets the "nextId" attribute
     */
    long getNextId();

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

    /**
     * True if has "nextId" attribute
     */
    boolean isSetNextId();

    /**
     * Sets the "nextId" attribute
     */
    void setNextId(long nextId);

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

    /**
     * Unsets the "nextId" attribute
     */
    void unsetNextId();

    /**
     * Gets the "unboundColumnsLeft" attribute
     */
    long getUnboundColumnsLeft();

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

    /**
     * True if has "unboundColumnsLeft" attribute
     */
    boolean isSetUnboundColumnsLeft();

    /**
     * Sets the "unboundColumnsLeft" attribute
     */
    void setUnboundColumnsLeft(long unboundColumnsLeft);

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

    /**
     * Unsets the "unboundColumnsLeft" attribute
     */
    void unsetUnboundColumnsLeft();

    /**
     * Gets the "unboundColumnsRight" attribute
     */
    long getUnboundColumnsRight();

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

    /**
     * True if has "unboundColumnsRight" attribute
     */
    boolean isSetUnboundColumnsRight();

    /**
     * Sets the "unboundColumnsRight" attribute
     */
    void setUnboundColumnsRight(long unboundColumnsRight);

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

    /**
     * Unsets the "unboundColumnsRight" attribute
     */
    void unsetUnboundColumnsRight();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy