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

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

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


    /**
     * Gets the "location" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLocation getLocation();

    /**
     * Sets the "location" element
     */
    void setLocation(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLocation location);

    /**
     * Appends and returns a new empty "location" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLocation addNewLocation();

    /**
     * Gets the "pivotFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotFields getPivotFields();

    /**
     * True if has "pivotFields" element
     */
    boolean isSetPivotFields();

    /**
     * Sets the "pivotFields" element
     */
    void setPivotFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotFields pivotFields);

    /**
     * Appends and returns a new empty "pivotFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotFields addNewPivotFields();

    /**
     * Unsets the "pivotFields" element
     */
    void unsetPivotFields();

    /**
     * Gets the "rowFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowFields getRowFields();

    /**
     * True if has "rowFields" element
     */
    boolean isSetRowFields();

    /**
     * Sets the "rowFields" element
     */
    void setRowFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowFields rowFields);

    /**
     * Appends and returns a new empty "rowFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowFields addNewRowFields();

    /**
     * Unsets the "rowFields" element
     */
    void unsetRowFields();

    /**
     * Gets the "rowItems" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowItems getRowItems();

    /**
     * True if has "rowItems" element
     */
    boolean isSetRowItems();

    /**
     * Sets the "rowItems" element
     */
    void setRowItems(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowItems rowItems);

    /**
     * Appends and returns a new empty "rowItems" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowItems addNewRowItems();

    /**
     * Unsets the "rowItems" element
     */
    void unsetRowItems();

    /**
     * Gets the "colFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColFields getColFields();

    /**
     * True if has "colFields" element
     */
    boolean isSetColFields();

    /**
     * Sets the "colFields" element
     */
    void setColFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColFields colFields);

    /**
     * Appends and returns a new empty "colFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColFields addNewColFields();

    /**
     * Unsets the "colFields" element
     */
    void unsetColFields();

    /**
     * Gets the "colItems" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColItems getColItems();

    /**
     * True if has "colItems" element
     */
    boolean isSetColItems();

    /**
     * Sets the "colItems" element
     */
    void setColItems(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColItems colItems);

    /**
     * Appends and returns a new empty "colItems" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColItems addNewColItems();

    /**
     * Unsets the "colItems" element
     */
    void unsetColItems();

    /**
     * Gets the "pageFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageFields getPageFields();

    /**
     * True if has "pageFields" element
     */
    boolean isSetPageFields();

    /**
     * Sets the "pageFields" element
     */
    void setPageFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageFields pageFields);

    /**
     * Appends and returns a new empty "pageFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageFields addNewPageFields();

    /**
     * Unsets the "pageFields" element
     */
    void unsetPageFields();

    /**
     * Gets the "dataFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataFields getDataFields();

    /**
     * True if has "dataFields" element
     */
    boolean isSetDataFields();

    /**
     * Sets the "dataFields" element
     */
    void setDataFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataFields dataFields);

    /**
     * Appends and returns a new empty "dataFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataFields addNewDataFields();

    /**
     * Unsets the "dataFields" element
     */
    void unsetDataFields();

    /**
     * Gets the "formats" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFormats getFormats();

    /**
     * True if has "formats" element
     */
    boolean isSetFormats();

    /**
     * Sets the "formats" element
     */
    void setFormats(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFormats formats);

    /**
     * Appends and returns a new empty "formats" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFormats addNewFormats();

    /**
     * Unsets the "formats" element
     */
    void unsetFormats();

    /**
     * Gets the "conditionalFormats" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormats getConditionalFormats();

    /**
     * True if has "conditionalFormats" element
     */
    boolean isSetConditionalFormats();

    /**
     * Sets the "conditionalFormats" element
     */
    void setConditionalFormats(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormats conditionalFormats);

    /**
     * Appends and returns a new empty "conditionalFormats" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormats addNewConditionalFormats();

    /**
     * Unsets the "conditionalFormats" element
     */
    void unsetConditionalFormats();

    /**
     * Gets the "chartFormats" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartFormats getChartFormats();

    /**
     * True if has "chartFormats" element
     */
    boolean isSetChartFormats();

    /**
     * Sets the "chartFormats" element
     */
    void setChartFormats(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartFormats chartFormats);

    /**
     * Appends and returns a new empty "chartFormats" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartFormats addNewChartFormats();

    /**
     * Unsets the "chartFormats" element
     */
    void unsetChartFormats();

    /**
     * Gets the "pivotHierarchies" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotHierarchies getPivotHierarchies();

    /**
     * True if has "pivotHierarchies" element
     */
    boolean isSetPivotHierarchies();

    /**
     * Sets the "pivotHierarchies" element
     */
    void setPivotHierarchies(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotHierarchies pivotHierarchies);

    /**
     * Appends and returns a new empty "pivotHierarchies" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotHierarchies addNewPivotHierarchies();

    /**
     * Unsets the "pivotHierarchies" element
     */
    void unsetPivotHierarchies();

    /**
     * Gets the "pivotTableStyleInfo" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableStyle getPivotTableStyleInfo();

    /**
     * True if has "pivotTableStyleInfo" element
     */
    boolean isSetPivotTableStyleInfo();

    /**
     * Sets the "pivotTableStyleInfo" element
     */
    void setPivotTableStyleInfo(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableStyle pivotTableStyleInfo);

    /**
     * Appends and returns a new empty "pivotTableStyleInfo" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableStyle addNewPivotTableStyleInfo();

    /**
     * Unsets the "pivotTableStyleInfo" element
     */
    void unsetPivotTableStyleInfo();

    /**
     * Gets the "filters" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotFilters getFilters();

    /**
     * True if has "filters" element
     */
    boolean isSetFilters();

    /**
     * Sets the "filters" element
     */
    void setFilters(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotFilters filters);

    /**
     * Appends and returns a new empty "filters" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotFilters addNewFilters();

    /**
     * Unsets the "filters" element
     */
    void unsetFilters();

    /**
     * Gets the "rowHierarchiesUsage" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowHierarchiesUsage getRowHierarchiesUsage();

    /**
     * True if has "rowHierarchiesUsage" element
     */
    boolean isSetRowHierarchiesUsage();

    /**
     * Sets the "rowHierarchiesUsage" element
     */
    void setRowHierarchiesUsage(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowHierarchiesUsage rowHierarchiesUsage);

    /**
     * Appends and returns a new empty "rowHierarchiesUsage" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRowHierarchiesUsage addNewRowHierarchiesUsage();

    /**
     * Unsets the "rowHierarchiesUsage" element
     */
    void unsetRowHierarchiesUsage();

    /**
     * Gets the "colHierarchiesUsage" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColHierarchiesUsage getColHierarchiesUsage();

    /**
     * True if has "colHierarchiesUsage" element
     */
    boolean isSetColHierarchiesUsage();

    /**
     * Sets the "colHierarchiesUsage" element
     */
    void setColHierarchiesUsage(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColHierarchiesUsage colHierarchiesUsage);

    /**
     * Appends and returns a new empty "colHierarchiesUsage" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColHierarchiesUsage addNewColHierarchiesUsage();

    /**
     * Unsets the "colHierarchiesUsage" element
     */
    void unsetColHierarchiesUsage();

    /**
     * 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 "cacheId" attribute
     */
    long getCacheId();

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

    /**
     * Sets the "cacheId" attribute
     */
    void setCacheId(long cacheId);

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

    /**
     * Gets the "dataOnRows" attribute
     */
    boolean getDataOnRows();

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

    /**
     * True if has "dataOnRows" attribute
     */
    boolean isSetDataOnRows();

    /**
     * Sets the "dataOnRows" attribute
     */
    void setDataOnRows(boolean dataOnRows);

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

    /**
     * Unsets the "dataOnRows" attribute
     */
    void unsetDataOnRows();

    /**
     * Gets the "dataPosition" attribute
     */
    long getDataPosition();

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

    /**
     * True if has "dataPosition" attribute
     */
    boolean isSetDataPosition();

    /**
     * Sets the "dataPosition" attribute
     */
    void setDataPosition(long dataPosition);

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

    /**
     * Unsets the "dataPosition" attribute
     */
    void unsetDataPosition();

    /**
     * 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();

    /**
     * Gets the "dataCaption" attribute
     */
    java.lang.String getDataCaption();

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

    /**
     * Sets the "dataCaption" attribute
     */
    void setDataCaption(java.lang.String dataCaption);

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

    /**
     * Gets the "grandTotalCaption" attribute
     */
    java.lang.String getGrandTotalCaption();

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

    /**
     * True if has "grandTotalCaption" attribute
     */
    boolean isSetGrandTotalCaption();

    /**
     * Sets the "grandTotalCaption" attribute
     */
    void setGrandTotalCaption(java.lang.String grandTotalCaption);

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

    /**
     * Unsets the "grandTotalCaption" attribute
     */
    void unsetGrandTotalCaption();

    /**
     * Gets the "errorCaption" attribute
     */
    java.lang.String getErrorCaption();

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

    /**
     * True if has "errorCaption" attribute
     */
    boolean isSetErrorCaption();

    /**
     * Sets the "errorCaption" attribute
     */
    void setErrorCaption(java.lang.String errorCaption);

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

    /**
     * Unsets the "errorCaption" attribute
     */
    void unsetErrorCaption();

    /**
     * Gets the "showError" attribute
     */
    boolean getShowError();

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

    /**
     * True if has "showError" attribute
     */
    boolean isSetShowError();

    /**
     * Sets the "showError" attribute
     */
    void setShowError(boolean showError);

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

    /**
     * Unsets the "showError" attribute
     */
    void unsetShowError();

    /**
     * Gets the "missingCaption" attribute
     */
    java.lang.String getMissingCaption();

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

    /**
     * True if has "missingCaption" attribute
     */
    boolean isSetMissingCaption();

    /**
     * Sets the "missingCaption" attribute
     */
    void setMissingCaption(java.lang.String missingCaption);

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

    /**
     * Unsets the "missingCaption" attribute
     */
    void unsetMissingCaption();

    /**
     * Gets the "showMissing" attribute
     */
    boolean getShowMissing();

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

    /**
     * True if has "showMissing" attribute
     */
    boolean isSetShowMissing();

    /**
     * Sets the "showMissing" attribute
     */
    void setShowMissing(boolean showMissing);

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

    /**
     * Unsets the "showMissing" attribute
     */
    void unsetShowMissing();

    /**
     * Gets the "pageStyle" attribute
     */
    java.lang.String getPageStyle();

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

    /**
     * True if has "pageStyle" attribute
     */
    boolean isSetPageStyle();

    /**
     * Sets the "pageStyle" attribute
     */
    void setPageStyle(java.lang.String pageStyle);

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

    /**
     * Unsets the "pageStyle" attribute
     */
    void unsetPageStyle();

    /**
     * Gets the "pivotTableStyle" attribute
     */
    java.lang.String getPivotTableStyle();

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

    /**
     * True if has "pivotTableStyle" attribute
     */
    boolean isSetPivotTableStyle();

    /**
     * Sets the "pivotTableStyle" attribute
     */
    void setPivotTableStyle(java.lang.String pivotTableStyle);

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

    /**
     * Unsets the "pivotTableStyle" attribute
     */
    void unsetPivotTableStyle();

    /**
     * Gets the "vacatedStyle" attribute
     */
    java.lang.String getVacatedStyle();

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

    /**
     * True if has "vacatedStyle" attribute
     */
    boolean isSetVacatedStyle();

    /**
     * Sets the "vacatedStyle" attribute
     */
    void setVacatedStyle(java.lang.String vacatedStyle);

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

    /**
     * Unsets the "vacatedStyle" attribute
     */
    void unsetVacatedStyle();

    /**
     * Gets the "tag" attribute
     */
    java.lang.String getTag();

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

    /**
     * True if has "tag" attribute
     */
    boolean isSetTag();

    /**
     * Sets the "tag" attribute
     */
    void setTag(java.lang.String tag);

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

    /**
     * Unsets the "tag" attribute
     */
    void unsetTag();

    /**
     * Gets the "updatedVersion" attribute
     */
    short getUpdatedVersion();

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

    /**
     * True if has "updatedVersion" attribute
     */
    boolean isSetUpdatedVersion();

    /**
     * Sets the "updatedVersion" attribute
     */
    void setUpdatedVersion(short updatedVersion);

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

    /**
     * Unsets the "updatedVersion" attribute
     */
    void unsetUpdatedVersion();

    /**
     * Gets the "minRefreshableVersion" attribute
     */
    short getMinRefreshableVersion();

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

    /**
     * True if has "minRefreshableVersion" attribute
     */
    boolean isSetMinRefreshableVersion();

    /**
     * Sets the "minRefreshableVersion" attribute
     */
    void setMinRefreshableVersion(short minRefreshableVersion);

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

    /**
     * Unsets the "minRefreshableVersion" attribute
     */
    void unsetMinRefreshableVersion();

    /**
     * Gets the "asteriskTotals" attribute
     */
    boolean getAsteriskTotals();

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

    /**
     * True if has "asteriskTotals" attribute
     */
    boolean isSetAsteriskTotals();

    /**
     * Sets the "asteriskTotals" attribute
     */
    void setAsteriskTotals(boolean asteriskTotals);

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

    /**
     * Unsets the "asteriskTotals" attribute
     */
    void unsetAsteriskTotals();

    /**
     * Gets the "showItems" attribute
     */
    boolean getShowItems();

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

    /**
     * True if has "showItems" attribute
     */
    boolean isSetShowItems();

    /**
     * Sets the "showItems" attribute
     */
    void setShowItems(boolean showItems);

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

    /**
     * Unsets the "showItems" attribute
     */
    void unsetShowItems();

    /**
     * Gets the "editData" attribute
     */
    boolean getEditData();

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

    /**
     * True if has "editData" attribute
     */
    boolean isSetEditData();

    /**
     * Sets the "editData" attribute
     */
    void setEditData(boolean editData);

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

    /**
     * Unsets the "editData" attribute
     */
    void unsetEditData();

    /**
     * Gets the "disableFieldList" attribute
     */
    boolean getDisableFieldList();

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

    /**
     * True if has "disableFieldList" attribute
     */
    boolean isSetDisableFieldList();

    /**
     * Sets the "disableFieldList" attribute
     */
    void setDisableFieldList(boolean disableFieldList);

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

    /**
     * Unsets the "disableFieldList" attribute
     */
    void unsetDisableFieldList();

    /**
     * Gets the "showCalcMbrs" attribute
     */
    boolean getShowCalcMbrs();

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

    /**
     * True if has "showCalcMbrs" attribute
     */
    boolean isSetShowCalcMbrs();

    /**
     * Sets the "showCalcMbrs" attribute
     */
    void setShowCalcMbrs(boolean showCalcMbrs);

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

    /**
     * Unsets the "showCalcMbrs" attribute
     */
    void unsetShowCalcMbrs();

    /**
     * Gets the "visualTotals" attribute
     */
    boolean getVisualTotals();

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

    /**
     * True if has "visualTotals" attribute
     */
    boolean isSetVisualTotals();

    /**
     * Sets the "visualTotals" attribute
     */
    void setVisualTotals(boolean visualTotals);

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

    /**
     * Unsets the "visualTotals" attribute
     */
    void unsetVisualTotals();

    /**
     * Gets the "showMultipleLabel" attribute
     */
    boolean getShowMultipleLabel();

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

    /**
     * True if has "showMultipleLabel" attribute
     */
    boolean isSetShowMultipleLabel();

    /**
     * Sets the "showMultipleLabel" attribute
     */
    void setShowMultipleLabel(boolean showMultipleLabel);

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

    /**
     * Unsets the "showMultipleLabel" attribute
     */
    void unsetShowMultipleLabel();

    /**
     * Gets the "showDataDropDown" attribute
     */
    boolean getShowDataDropDown();

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

    /**
     * True if has "showDataDropDown" attribute
     */
    boolean isSetShowDataDropDown();

    /**
     * Sets the "showDataDropDown" attribute
     */
    void setShowDataDropDown(boolean showDataDropDown);

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

    /**
     * Unsets the "showDataDropDown" attribute
     */
    void unsetShowDataDropDown();

    /**
     * Gets the "showDrill" attribute
     */
    boolean getShowDrill();

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

    /**
     * True if has "showDrill" attribute
     */
    boolean isSetShowDrill();

    /**
     * Sets the "showDrill" attribute
     */
    void setShowDrill(boolean showDrill);

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

    /**
     * Unsets the "showDrill" attribute
     */
    void unsetShowDrill();

    /**
     * Gets the "printDrill" attribute
     */
    boolean getPrintDrill();

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

    /**
     * True if has "printDrill" attribute
     */
    boolean isSetPrintDrill();

    /**
     * Sets the "printDrill" attribute
     */
    void setPrintDrill(boolean printDrill);

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

    /**
     * Unsets the "printDrill" attribute
     */
    void unsetPrintDrill();

    /**
     * Gets the "showMemberPropertyTips" attribute
     */
    boolean getShowMemberPropertyTips();

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

    /**
     * True if has "showMemberPropertyTips" attribute
     */
    boolean isSetShowMemberPropertyTips();

    /**
     * Sets the "showMemberPropertyTips" attribute
     */
    void setShowMemberPropertyTips(boolean showMemberPropertyTips);

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

    /**
     * Unsets the "showMemberPropertyTips" attribute
     */
    void unsetShowMemberPropertyTips();

    /**
     * Gets the "showDataTips" attribute
     */
    boolean getShowDataTips();

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

    /**
     * True if has "showDataTips" attribute
     */
    boolean isSetShowDataTips();

    /**
     * Sets the "showDataTips" attribute
     */
    void setShowDataTips(boolean showDataTips);

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

    /**
     * Unsets the "showDataTips" attribute
     */
    void unsetShowDataTips();

    /**
     * Gets the "enableWizard" attribute
     */
    boolean getEnableWizard();

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

    /**
     * True if has "enableWizard" attribute
     */
    boolean isSetEnableWizard();

    /**
     * Sets the "enableWizard" attribute
     */
    void setEnableWizard(boolean enableWizard);

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

    /**
     * Unsets the "enableWizard" attribute
     */
    void unsetEnableWizard();

    /**
     * Gets the "enableDrill" attribute
     */
    boolean getEnableDrill();

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

    /**
     * True if has "enableDrill" attribute
     */
    boolean isSetEnableDrill();

    /**
     * Sets the "enableDrill" attribute
     */
    void setEnableDrill(boolean enableDrill);

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

    /**
     * Unsets the "enableDrill" attribute
     */
    void unsetEnableDrill();

    /**
     * Gets the "enableFieldProperties" attribute
     */
    boolean getEnableFieldProperties();

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

    /**
     * True if has "enableFieldProperties" attribute
     */
    boolean isSetEnableFieldProperties();

    /**
     * Sets the "enableFieldProperties" attribute
     */
    void setEnableFieldProperties(boolean enableFieldProperties);

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

    /**
     * Unsets the "enableFieldProperties" attribute
     */
    void unsetEnableFieldProperties();

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

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

    /**
     * True if has "useAutoFormatting" attribute
     */
    boolean isSetUseAutoFormatting();

    /**
     * Sets the "useAutoFormatting" attribute
     */
    void setUseAutoFormatting(boolean useAutoFormatting);

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

    /**
     * Unsets the "useAutoFormatting" attribute
     */
    void unsetUseAutoFormatting();

    /**
     * Gets the "pageWrap" attribute
     */
    long getPageWrap();

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

    /**
     * True if has "pageWrap" attribute
     */
    boolean isSetPageWrap();

    /**
     * Sets the "pageWrap" attribute
     */
    void setPageWrap(long pageWrap);

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

    /**
     * Unsets the "pageWrap" attribute
     */
    void unsetPageWrap();

    /**
     * Gets the "pageOverThenDown" attribute
     */
    boolean getPageOverThenDown();

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

    /**
     * True if has "pageOverThenDown" attribute
     */
    boolean isSetPageOverThenDown();

    /**
     * Sets the "pageOverThenDown" attribute
     */
    void setPageOverThenDown(boolean pageOverThenDown);

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

    /**
     * Unsets the "pageOverThenDown" attribute
     */
    void unsetPageOverThenDown();

    /**
     * Gets the "subtotalHiddenItems" attribute
     */
    boolean getSubtotalHiddenItems();

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

    /**
     * True if has "subtotalHiddenItems" attribute
     */
    boolean isSetSubtotalHiddenItems();

    /**
     * Sets the "subtotalHiddenItems" attribute
     */
    void setSubtotalHiddenItems(boolean subtotalHiddenItems);

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

    /**
     * Unsets the "subtotalHiddenItems" attribute
     */
    void unsetSubtotalHiddenItems();

    /**
     * Gets the "rowGrandTotals" attribute
     */
    boolean getRowGrandTotals();

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

    /**
     * True if has "rowGrandTotals" attribute
     */
    boolean isSetRowGrandTotals();

    /**
     * Sets the "rowGrandTotals" attribute
     */
    void setRowGrandTotals(boolean rowGrandTotals);

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

    /**
     * Unsets the "rowGrandTotals" attribute
     */
    void unsetRowGrandTotals();

    /**
     * Gets the "colGrandTotals" attribute
     */
    boolean getColGrandTotals();

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

    /**
     * True if has "colGrandTotals" attribute
     */
    boolean isSetColGrandTotals();

    /**
     * Sets the "colGrandTotals" attribute
     */
    void setColGrandTotals(boolean colGrandTotals);

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

    /**
     * Unsets the "colGrandTotals" attribute
     */
    void unsetColGrandTotals();

    /**
     * Gets the "fieldPrintTitles" attribute
     */
    boolean getFieldPrintTitles();

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

    /**
     * True if has "fieldPrintTitles" attribute
     */
    boolean isSetFieldPrintTitles();

    /**
     * Sets the "fieldPrintTitles" attribute
     */
    void setFieldPrintTitles(boolean fieldPrintTitles);

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

    /**
     * Unsets the "fieldPrintTitles" attribute
     */
    void unsetFieldPrintTitles();

    /**
     * Gets the "itemPrintTitles" attribute
     */
    boolean getItemPrintTitles();

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

    /**
     * True if has "itemPrintTitles" attribute
     */
    boolean isSetItemPrintTitles();

    /**
     * Sets the "itemPrintTitles" attribute
     */
    void setItemPrintTitles(boolean itemPrintTitles);

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

    /**
     * Unsets the "itemPrintTitles" attribute
     */
    void unsetItemPrintTitles();

    /**
     * Gets the "mergeItem" attribute
     */
    boolean getMergeItem();

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

    /**
     * True if has "mergeItem" attribute
     */
    boolean isSetMergeItem();

    /**
     * Sets the "mergeItem" attribute
     */
    void setMergeItem(boolean mergeItem);

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

    /**
     * Unsets the "mergeItem" attribute
     */
    void unsetMergeItem();

    /**
     * Gets the "showDropZones" attribute
     */
    boolean getShowDropZones();

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

    /**
     * True if has "showDropZones" attribute
     */
    boolean isSetShowDropZones();

    /**
     * Sets the "showDropZones" attribute
     */
    void setShowDropZones(boolean showDropZones);

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

    /**
     * Unsets the "showDropZones" attribute
     */
    void unsetShowDropZones();

    /**
     * Gets the "createdVersion" attribute
     */
    short getCreatedVersion();

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

    /**
     * True if has "createdVersion" attribute
     */
    boolean isSetCreatedVersion();

    /**
     * Sets the "createdVersion" attribute
     */
    void setCreatedVersion(short createdVersion);

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

    /**
     * Unsets the "createdVersion" attribute
     */
    void unsetCreatedVersion();

    /**
     * Gets the "indent" attribute
     */
    long getIndent();

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

    /**
     * True if has "indent" attribute
     */
    boolean isSetIndent();

    /**
     * Sets the "indent" attribute
     */
    void setIndent(long indent);

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

    /**
     * Unsets the "indent" attribute
     */
    void unsetIndent();

    /**
     * Gets the "showEmptyRow" attribute
     */
    boolean getShowEmptyRow();

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

    /**
     * True if has "showEmptyRow" attribute
     */
    boolean isSetShowEmptyRow();

    /**
     * Sets the "showEmptyRow" attribute
     */
    void setShowEmptyRow(boolean showEmptyRow);

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

    /**
     * Unsets the "showEmptyRow" attribute
     */
    void unsetShowEmptyRow();

    /**
     * Gets the "showEmptyCol" attribute
     */
    boolean getShowEmptyCol();

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

    /**
     * True if has "showEmptyCol" attribute
     */
    boolean isSetShowEmptyCol();

    /**
     * Sets the "showEmptyCol" attribute
     */
    void setShowEmptyCol(boolean showEmptyCol);

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

    /**
     * Unsets the "showEmptyCol" attribute
     */
    void unsetShowEmptyCol();

    /**
     * Gets the "showHeaders" attribute
     */
    boolean getShowHeaders();

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

    /**
     * True if has "showHeaders" attribute
     */
    boolean isSetShowHeaders();

    /**
     * Sets the "showHeaders" attribute
     */
    void setShowHeaders(boolean showHeaders);

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

    /**
     * Unsets the "showHeaders" attribute
     */
    void unsetShowHeaders();

    /**
     * Gets the "compact" attribute
     */
    boolean getCompact();

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

    /**
     * True if has "compact" attribute
     */
    boolean isSetCompact();

    /**
     * Sets the "compact" attribute
     */
    void setCompact(boolean compact);

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

    /**
     * Unsets the "compact" attribute
     */
    void unsetCompact();

    /**
     * Gets the "outline" attribute
     */
    boolean getOutline();

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

    /**
     * True if has "outline" attribute
     */
    boolean isSetOutline();

    /**
     * Sets the "outline" attribute
     */
    void setOutline(boolean outline);

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

    /**
     * Unsets the "outline" attribute
     */
    void unsetOutline();

    /**
     * Gets the "outlineData" attribute
     */
    boolean getOutlineData();

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

    /**
     * True if has "outlineData" attribute
     */
    boolean isSetOutlineData();

    /**
     * Sets the "outlineData" attribute
     */
    void setOutlineData(boolean outlineData);

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

    /**
     * Unsets the "outlineData" attribute
     */
    void unsetOutlineData();

    /**
     * Gets the "compactData" attribute
     */
    boolean getCompactData();

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

    /**
     * True if has "compactData" attribute
     */
    boolean isSetCompactData();

    /**
     * Sets the "compactData" attribute
     */
    void setCompactData(boolean compactData);

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

    /**
     * Unsets the "compactData" attribute
     */
    void unsetCompactData();

    /**
     * Gets the "published" attribute
     */
    boolean getPublished();

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

    /**
     * True if has "published" attribute
     */
    boolean isSetPublished();

    /**
     * Sets the "published" attribute
     */
    void setPublished(boolean published);

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

    /**
     * Unsets the "published" attribute
     */
    void unsetPublished();

    /**
     * Gets the "gridDropZones" attribute
     */
    boolean getGridDropZones();

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

    /**
     * True if has "gridDropZones" attribute
     */
    boolean isSetGridDropZones();

    /**
     * Sets the "gridDropZones" attribute
     */
    void setGridDropZones(boolean gridDropZones);

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

    /**
     * Unsets the "gridDropZones" attribute
     */
    void unsetGridDropZones();

    /**
     * Gets the "immersive" attribute
     */
    boolean getImmersive();

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

    /**
     * True if has "immersive" attribute
     */
    boolean isSetImmersive();

    /**
     * Sets the "immersive" attribute
     */
    void setImmersive(boolean immersive);

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

    /**
     * Unsets the "immersive" attribute
     */
    void unsetImmersive();

    /**
     * Gets the "multipleFieldFilters" attribute
     */
    boolean getMultipleFieldFilters();

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

    /**
     * True if has "multipleFieldFilters" attribute
     */
    boolean isSetMultipleFieldFilters();

    /**
     * Sets the "multipleFieldFilters" attribute
     */
    void setMultipleFieldFilters(boolean multipleFieldFilters);

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

    /**
     * Unsets the "multipleFieldFilters" attribute
     */
    void unsetMultipleFieldFilters();

    /**
     * Gets the "chartFormat" attribute
     */
    long getChartFormat();

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

    /**
     * True if has "chartFormat" attribute
     */
    boolean isSetChartFormat();

    /**
     * Sets the "chartFormat" attribute
     */
    void setChartFormat(long chartFormat);

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

    /**
     * Unsets the "chartFormat" attribute
     */
    void unsetChartFormat();

    /**
     * Gets the "rowHeaderCaption" attribute
     */
    java.lang.String getRowHeaderCaption();

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

    /**
     * True if has "rowHeaderCaption" attribute
     */
    boolean isSetRowHeaderCaption();

    /**
     * Sets the "rowHeaderCaption" attribute
     */
    void setRowHeaderCaption(java.lang.String rowHeaderCaption);

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

    /**
     * Unsets the "rowHeaderCaption" attribute
     */
    void unsetRowHeaderCaption();

    /**
     * Gets the "colHeaderCaption" attribute
     */
    java.lang.String getColHeaderCaption();

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

    /**
     * True if has "colHeaderCaption" attribute
     */
    boolean isSetColHeaderCaption();

    /**
     * Sets the "colHeaderCaption" attribute
     */
    void setColHeaderCaption(java.lang.String colHeaderCaption);

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

    /**
     * Unsets the "colHeaderCaption" attribute
     */
    void unsetColHeaderCaption();

    /**
     * Gets the "fieldListSortAscending" attribute
     */
    boolean getFieldListSortAscending();

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

    /**
     * True if has "fieldListSortAscending" attribute
     */
    boolean isSetFieldListSortAscending();

    /**
     * Sets the "fieldListSortAscending" attribute
     */
    void setFieldListSortAscending(boolean fieldListSortAscending);

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

    /**
     * Unsets the "fieldListSortAscending" attribute
     */
    void unsetFieldListSortAscending();

    /**
     * Gets the "mdxSubqueries" attribute
     */
    boolean getMdxSubqueries();

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

    /**
     * True if has "mdxSubqueries" attribute
     */
    boolean isSetMdxSubqueries();

    /**
     * Sets the "mdxSubqueries" attribute
     */
    void setMdxSubqueries(boolean mdxSubqueries);

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

    /**
     * Unsets the "mdxSubqueries" attribute
     */
    void unsetMdxSubqueries();

    /**
     * Gets the "customListSort" attribute
     */
    boolean getCustomListSort();

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

    /**
     * True if has "customListSort" attribute
     */
    boolean isSetCustomListSort();

    /**
     * Sets the "customListSort" attribute
     */
    void setCustomListSort(boolean customListSort);

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

    /**
     * Unsets the "customListSort" attribute
     */
    void unsetCustomListSort();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy