Class CTPivotTableDefinition

java.lang.Object
org.xlsx4j.sml.CTPivotTableDefinition
All Implemented Interfaces:
Child

public class CTPivotTableDefinition extends Object implements Child

Java class for CT_pivotTableDefinition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_pivotTableDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="location" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Location"/>
         <element name="pivotFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotFields" minOccurs="0"/>
         <element name="rowFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_RowFields" minOccurs="0"/>
         <element name="rowItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_rowItems" minOccurs="0"/>
         <element name="colFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ColFields" minOccurs="0"/>
         <element name="colItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_colItems" minOccurs="0"/>
         <element name="pageFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PageFields" minOccurs="0"/>
         <element name="dataFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DataFields" minOccurs="0"/>
         <element name="formats" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Formats" minOccurs="0"/>
         <element name="conditionalFormats" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ConditionalFormats" minOccurs="0"/>
         <element name="chartFormats" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ChartFormats" minOccurs="0"/>
         <element name="pivotHierarchies" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotHierarchies" minOccurs="0"/>
         <element name="pivotTableStyleInfo" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotTableStyle" minOccurs="0"/>
         <element name="filters" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotFilters" minOccurs="0"/>
         <element name="rowHierarchiesUsage" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_RowHierarchiesUsage" minOccurs="0"/>
         <element name="colHierarchiesUsage" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ColHierarchiesUsage" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_AutoFormat"/>
       <attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="cacheId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="dataOnRows" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="dataPosition" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="dataCaption" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="grandTotalCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="errorCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="showError" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="missingCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="showMissing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="pageStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="pivotTableStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="vacatedStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="tag" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="updatedVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
       <attribute name="minRefreshableVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
       <attribute name="asteriskTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showItems" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="editData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="disableFieldList" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showCalcMbrs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="visualTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showMultipleLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showDataDropDown" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showDrill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="printDrill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showMemberPropertyTips" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showDataTips" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="enableWizard" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="enableDrill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="enableFieldProperties" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="preserveFormatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="useAutoFormatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pageWrap" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="pageOverThenDown" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="subtotalHiddenItems" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="rowGrandTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="colGrandTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="fieldPrintTitles" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="itemPrintTitles" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="mergeItem" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showDropZones" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="createdVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
       <attribute name="indent" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
       <attribute name="showEmptyRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showEmptyCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showHeaders" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="compact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="outlineData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="compactData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="published" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="gridDropZones" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="immersive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="multipleFieldFilters" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="chartFormat" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="rowHeaderCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="colHeaderCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="fieldListSortAscending" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="mdxSubqueries" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="customListSort" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • location

      protected CTLocation location
    • pivotFields

      protected CTPivotFields pivotFields
    • rowFields

      protected CTRowFields rowFields
    • rowItems

      protected CTRowItems rowItems
    • colFields

      protected CTColFields colFields
    • colItems

      protected CTColItems colItems
    • pageFields

      protected CTPageFields pageFields
    • dataFields

      protected CTDataFields dataFields
    • formats

      protected CTFormats formats
    • conditionalFormats

      protected CTConditionalFormats conditionalFormats
    • chartFormats

      protected CTChartFormats chartFormats
    • pivotHierarchies

      protected CTPivotHierarchies pivotHierarchies
    • pivotTableStyleInfo

      protected CTPivotTableStyle pivotTableStyleInfo
    • filters

      protected CTPivotFilters filters
    • rowHierarchiesUsage

      protected CTRowHierarchiesUsage rowHierarchiesUsage
    • colHierarchiesUsage

      protected CTColHierarchiesUsage colHierarchiesUsage
    • extLst

      protected CTExtensionList extLst
    • name

      protected String name
    • cacheId

      protected long cacheId
    • dataOnRows

      protected Boolean dataOnRows
    • dataPosition

      protected Long dataPosition
    • dataCaption

      protected String dataCaption
    • grandTotalCaption

      protected String grandTotalCaption
    • errorCaption

      protected String errorCaption
    • showError

      protected Boolean showError
    • missingCaption

      protected String missingCaption
    • showMissing

      protected Boolean showMissing
    • pageStyle

      protected String pageStyle
    • pivotTableStyle

      protected String pivotTableStyle
    • vacatedStyle

      protected String vacatedStyle
    • tag

      protected String tag
    • updatedVersion

      protected Short updatedVersion
    • minRefreshableVersion

      protected Short minRefreshableVersion
    • asteriskTotals

      protected Boolean asteriskTotals
    • showItems

      protected Boolean showItems
    • editData

      protected Boolean editData
    • disableFieldList

      protected Boolean disableFieldList
    • showCalcMbrs

      protected Boolean showCalcMbrs
    • visualTotals

      protected Boolean visualTotals
    • showMultipleLabel

      protected Boolean showMultipleLabel
    • showDataDropDown

      protected Boolean showDataDropDown
    • showDrill

      protected Boolean showDrill
    • printDrill

      protected Boolean printDrill
    • showMemberPropertyTips

      protected Boolean showMemberPropertyTips
    • showDataTips

      protected Boolean showDataTips
    • enableWizard

      protected Boolean enableWizard
    • enableDrill

      protected Boolean enableDrill
    • enableFieldProperties

      protected Boolean enableFieldProperties
    • preserveFormatting

      protected Boolean preserveFormatting
    • useAutoFormatting

      protected Boolean useAutoFormatting
    • pageWrap

      protected Long pageWrap
    • pageOverThenDown

      protected Boolean pageOverThenDown
    • subtotalHiddenItems

      protected Boolean subtotalHiddenItems
    • rowGrandTotals

      protected Boolean rowGrandTotals
    • colGrandTotals

      protected Boolean colGrandTotals
    • fieldPrintTitles

      protected Boolean fieldPrintTitles
    • itemPrintTitles

      protected Boolean itemPrintTitles
    • mergeItem

      protected Boolean mergeItem
    • showDropZones

      protected Boolean showDropZones
    • createdVersion

      protected Short createdVersion
    • indent

      protected Long indent
    • showEmptyRow

      protected Boolean showEmptyRow
    • showEmptyCol

      protected Boolean showEmptyCol
    • showHeaders

      protected Boolean showHeaders
    • compact

      protected Boolean compact
    • outline

      protected Boolean outline
    • outlineData

      protected Boolean outlineData
    • compactData

      protected Boolean compactData
    • published

      protected Boolean published
    • gridDropZones

      protected Boolean gridDropZones
    • immersive

      protected Boolean immersive
    • multipleFieldFilters

      protected Boolean multipleFieldFilters
    • chartFormat

      protected Long chartFormat
    • rowHeaderCaption

      protected String rowHeaderCaption
    • colHeaderCaption

      protected String colHeaderCaption
    • fieldListSortAscending

      protected Boolean fieldListSortAscending
    • mdxSubqueries

      protected Boolean mdxSubqueries
    • customListSort

      protected Boolean customListSort
    • autoFormatId

      protected Long autoFormatId
    • applyNumberFormats

      protected Boolean applyNumberFormats
    • applyBorderFormats

      protected Boolean applyBorderFormats
    • applyFontFormats

      protected Boolean applyFontFormats
    • applyPatternFormats

      protected Boolean applyPatternFormats
    • applyAlignmentFormats

      protected Boolean applyAlignmentFormats
    • applyWidthHeightFormats

      protected Boolean applyWidthHeightFormats
  • Constructor Details

    • CTPivotTableDefinition

      public CTPivotTableDefinition()
  • Method Details

    • getLocation

      public CTLocation getLocation()
      Gets the value of the location property.
      Returns:
      possible object is CTLocation
    • setLocation

      public void setLocation(CTLocation value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is CTLocation
    • getPivotFields

      public CTPivotFields getPivotFields()
      Gets the value of the pivotFields property.
      Returns:
      possible object is CTPivotFields
    • setPivotFields

      public void setPivotFields(CTPivotFields value)
      Sets the value of the pivotFields property.
      Parameters:
      value - allowed object is CTPivotFields
    • getRowFields

      public CTRowFields getRowFields()
      Gets the value of the rowFields property.
      Returns:
      possible object is CTRowFields
    • setRowFields

      public void setRowFields(CTRowFields value)
      Sets the value of the rowFields property.
      Parameters:
      value - allowed object is CTRowFields
    • getRowItems

      public CTRowItems getRowItems()
      Gets the value of the rowItems property.
      Returns:
      possible object is CTRowItems
    • setRowItems

      public void setRowItems(CTRowItems value)
      Sets the value of the rowItems property.
      Parameters:
      value - allowed object is CTRowItems
    • getColFields

      public CTColFields getColFields()
      Gets the value of the colFields property.
      Returns:
      possible object is CTColFields
    • setColFields

      public void setColFields(CTColFields value)
      Sets the value of the colFields property.
      Parameters:
      value - allowed object is CTColFields
    • getColItems

      public CTColItems getColItems()
      Gets the value of the colItems property.
      Returns:
      possible object is CTColItems
    • setColItems

      public void setColItems(CTColItems value)
      Sets the value of the colItems property.
      Parameters:
      value - allowed object is CTColItems
    • getPageFields

      public CTPageFields getPageFields()
      Gets the value of the pageFields property.
      Returns:
      possible object is CTPageFields
    • setPageFields

      public void setPageFields(CTPageFields value)
      Sets the value of the pageFields property.
      Parameters:
      value - allowed object is CTPageFields
    • getDataFields

      public CTDataFields getDataFields()
      Gets the value of the dataFields property.
      Returns:
      possible object is CTDataFields
    • setDataFields

      public void setDataFields(CTDataFields value)
      Sets the value of the dataFields property.
      Parameters:
      value - allowed object is CTDataFields
    • getFormats

      public CTFormats getFormats()
      Gets the value of the formats property.
      Returns:
      possible object is CTFormats
    • setFormats

      public void setFormats(CTFormats value)
      Sets the value of the formats property.
      Parameters:
      value - allowed object is CTFormats
    • getConditionalFormats

      public CTConditionalFormats getConditionalFormats()
      Gets the value of the conditionalFormats property.
      Returns:
      possible object is CTConditionalFormats
    • setConditionalFormats

      public void setConditionalFormats(CTConditionalFormats value)
      Sets the value of the conditionalFormats property.
      Parameters:
      value - allowed object is CTConditionalFormats
    • getChartFormats

      public CTChartFormats getChartFormats()
      Gets the value of the chartFormats property.
      Returns:
      possible object is CTChartFormats
    • setChartFormats

      public void setChartFormats(CTChartFormats value)
      Sets the value of the chartFormats property.
      Parameters:
      value - allowed object is CTChartFormats
    • getPivotHierarchies

      public CTPivotHierarchies getPivotHierarchies()
      Gets the value of the pivotHierarchies property.
      Returns:
      possible object is CTPivotHierarchies
    • setPivotHierarchies

      public void setPivotHierarchies(CTPivotHierarchies value)
      Sets the value of the pivotHierarchies property.
      Parameters:
      value - allowed object is CTPivotHierarchies
    • getPivotTableStyleInfo

      public CTPivotTableStyle getPivotTableStyleInfo()
      Gets the value of the pivotTableStyleInfo property.
      Returns:
      possible object is CTPivotTableStyle
    • setPivotTableStyleInfo

      public void setPivotTableStyleInfo(CTPivotTableStyle value)
      Sets the value of the pivotTableStyleInfo property.
      Parameters:
      value - allowed object is CTPivotTableStyle
    • getFilters

      public CTPivotFilters getFilters()
      Gets the value of the filters property.
      Returns:
      possible object is CTPivotFilters
    • setFilters

      public void setFilters(CTPivotFilters value)
      Sets the value of the filters property.
      Parameters:
      value - allowed object is CTPivotFilters
    • getRowHierarchiesUsage

      public CTRowHierarchiesUsage getRowHierarchiesUsage()
      Gets the value of the rowHierarchiesUsage property.
      Returns:
      possible object is CTRowHierarchiesUsage
    • setRowHierarchiesUsage

      public void setRowHierarchiesUsage(CTRowHierarchiesUsage value)
      Sets the value of the rowHierarchiesUsage property.
      Parameters:
      value - allowed object is CTRowHierarchiesUsage
    • getColHierarchiesUsage

      public CTColHierarchiesUsage getColHierarchiesUsage()
      Gets the value of the colHierarchiesUsage property.
      Returns:
      possible object is CTColHierarchiesUsage
    • setColHierarchiesUsage

      public void setColHierarchiesUsage(CTColHierarchiesUsage value)
      Sets the value of the colHierarchiesUsage property.
      Parameters:
      value - allowed object is CTColHierarchiesUsage
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getCacheId

      public long getCacheId()
      Gets the value of the cacheId property.
    • setCacheId

      public void setCacheId(long value)
      Sets the value of the cacheId property.
    • isDataOnRows

      public boolean isDataOnRows()
      Gets the value of the dataOnRows property.
      Returns:
      possible object is Boolean
    • setDataOnRows

      public void setDataOnRows(Boolean value)
      Sets the value of the dataOnRows property.
      Parameters:
      value - allowed object is Boolean
    • getDataPosition

      public Long getDataPosition()
      Gets the value of the dataPosition property.
      Returns:
      possible object is Long
    • setDataPosition

      public void setDataPosition(Long value)
      Sets the value of the dataPosition property.
      Parameters:
      value - allowed object is Long
    • getDataCaption

      public String getDataCaption()
      Gets the value of the dataCaption property.
      Returns:
      possible object is String
    • setDataCaption

      public void setDataCaption(String value)
      Sets the value of the dataCaption property.
      Parameters:
      value - allowed object is String
    • getGrandTotalCaption

      public String getGrandTotalCaption()
      Gets the value of the grandTotalCaption property.
      Returns:
      possible object is String
    • setGrandTotalCaption

      public void setGrandTotalCaption(String value)
      Sets the value of the grandTotalCaption property.
      Parameters:
      value - allowed object is String
    • getErrorCaption

      public String getErrorCaption()
      Gets the value of the errorCaption property.
      Returns:
      possible object is String
    • setErrorCaption

      public void setErrorCaption(String value)
      Sets the value of the errorCaption property.
      Parameters:
      value - allowed object is String
    • isShowError

      public boolean isShowError()
      Gets the value of the showError property.
      Returns:
      possible object is Boolean
    • setShowError

      public void setShowError(Boolean value)
      Sets the value of the showError property.
      Parameters:
      value - allowed object is Boolean
    • getMissingCaption

      public String getMissingCaption()
      Gets the value of the missingCaption property.
      Returns:
      possible object is String
    • setMissingCaption

      public void setMissingCaption(String value)
      Sets the value of the missingCaption property.
      Parameters:
      value - allowed object is String
    • isShowMissing

      public boolean isShowMissing()
      Gets the value of the showMissing property.
      Returns:
      possible object is Boolean
    • setShowMissing

      public void setShowMissing(Boolean value)
      Sets the value of the showMissing property.
      Parameters:
      value - allowed object is Boolean
    • getPageStyle

      public String getPageStyle()
      Gets the value of the pageStyle property.
      Returns:
      possible object is String
    • setPageStyle

      public void setPageStyle(String value)
      Sets the value of the pageStyle property.
      Parameters:
      value - allowed object is String
    • getPivotTableStyle

      public String getPivotTableStyle()
      Gets the value of the pivotTableStyle property.
      Returns:
      possible object is String
    • setPivotTableStyle

      public void setPivotTableStyle(String value)
      Sets the value of the pivotTableStyle property.
      Parameters:
      value - allowed object is String
    • getVacatedStyle

      public String getVacatedStyle()
      Gets the value of the vacatedStyle property.
      Returns:
      possible object is String
    • setVacatedStyle

      public void setVacatedStyle(String value)
      Sets the value of the vacatedStyle property.
      Parameters:
      value - allowed object is String
    • getTag

      public String getTag()
      Gets the value of the tag property.
      Returns:
      possible object is String
    • setTag

      public void setTag(String value)
      Sets the value of the tag property.
      Parameters:
      value - allowed object is String
    • getUpdatedVersion

      public short getUpdatedVersion()
      Gets the value of the updatedVersion property.
      Returns:
      possible object is Short
    • setUpdatedVersion

      public void setUpdatedVersion(Short value)
      Sets the value of the updatedVersion property.
      Parameters:
      value - allowed object is Short
    • getMinRefreshableVersion

      public short getMinRefreshableVersion()
      Gets the value of the minRefreshableVersion property.
      Returns:
      possible object is Short
    • setMinRefreshableVersion

      public void setMinRefreshableVersion(Short value)
      Sets the value of the minRefreshableVersion property.
      Parameters:
      value - allowed object is Short
    • isAsteriskTotals

      public boolean isAsteriskTotals()
      Gets the value of the asteriskTotals property.
      Returns:
      possible object is Boolean
    • setAsteriskTotals

      public void setAsteriskTotals(Boolean value)
      Sets the value of the asteriskTotals property.
      Parameters:
      value - allowed object is Boolean
    • isShowItems

      public boolean isShowItems()
      Gets the value of the showItems property.
      Returns:
      possible object is Boolean
    • setShowItems

      public void setShowItems(Boolean value)
      Sets the value of the showItems property.
      Parameters:
      value - allowed object is Boolean
    • isEditData

      public boolean isEditData()
      Gets the value of the editData property.
      Returns:
      possible object is Boolean
    • setEditData

      public void setEditData(Boolean value)
      Sets the value of the editData property.
      Parameters:
      value - allowed object is Boolean
    • isDisableFieldList

      public boolean isDisableFieldList()
      Gets the value of the disableFieldList property.
      Returns:
      possible object is Boolean
    • setDisableFieldList

      public void setDisableFieldList(Boolean value)
      Sets the value of the disableFieldList property.
      Parameters:
      value - allowed object is Boolean
    • isShowCalcMbrs

      public boolean isShowCalcMbrs()
      Gets the value of the showCalcMbrs property.
      Returns:
      possible object is Boolean
    • setShowCalcMbrs

      public void setShowCalcMbrs(Boolean value)
      Sets the value of the showCalcMbrs property.
      Parameters:
      value - allowed object is Boolean
    • isVisualTotals

      public boolean isVisualTotals()
      Gets the value of the visualTotals property.
      Returns:
      possible object is Boolean
    • setVisualTotals

      public void setVisualTotals(Boolean value)
      Sets the value of the visualTotals property.
      Parameters:
      value - allowed object is Boolean
    • isShowMultipleLabel

      public boolean isShowMultipleLabel()
      Gets the value of the showMultipleLabel property.
      Returns:
      possible object is Boolean
    • setShowMultipleLabel

      public void setShowMultipleLabel(Boolean value)
      Sets the value of the showMultipleLabel property.
      Parameters:
      value - allowed object is Boolean
    • isShowDataDropDown

      public boolean isShowDataDropDown()
      Gets the value of the showDataDropDown property.
      Returns:
      possible object is Boolean
    • setShowDataDropDown

      public void setShowDataDropDown(Boolean value)
      Sets the value of the showDataDropDown property.
      Parameters:
      value - allowed object is Boolean
    • isShowDrill

      public boolean isShowDrill()
      Gets the value of the showDrill property.
      Returns:
      possible object is Boolean
    • setShowDrill

      public void setShowDrill(Boolean value)
      Sets the value of the showDrill property.
      Parameters:
      value - allowed object is Boolean
    • isPrintDrill

      public boolean isPrintDrill()
      Gets the value of the printDrill property.
      Returns:
      possible object is Boolean
    • setPrintDrill

      public void setPrintDrill(Boolean value)
      Sets the value of the printDrill property.
      Parameters:
      value - allowed object is Boolean
    • isShowMemberPropertyTips

      public boolean isShowMemberPropertyTips()
      Gets the value of the showMemberPropertyTips property.
      Returns:
      possible object is Boolean
    • setShowMemberPropertyTips

      public void setShowMemberPropertyTips(Boolean value)
      Sets the value of the showMemberPropertyTips property.
      Parameters:
      value - allowed object is Boolean
    • isShowDataTips

      public boolean isShowDataTips()
      Gets the value of the showDataTips property.
      Returns:
      possible object is Boolean
    • setShowDataTips

      public void setShowDataTips(Boolean value)
      Sets the value of the showDataTips property.
      Parameters:
      value - allowed object is Boolean
    • isEnableWizard

      public boolean isEnableWizard()
      Gets the value of the enableWizard property.
      Returns:
      possible object is Boolean
    • setEnableWizard

      public void setEnableWizard(Boolean value)
      Sets the value of the enableWizard property.
      Parameters:
      value - allowed object is Boolean
    • isEnableDrill

      public boolean isEnableDrill()
      Gets the value of the enableDrill property.
      Returns:
      possible object is Boolean
    • setEnableDrill

      public void setEnableDrill(Boolean value)
      Sets the value of the enableDrill property.
      Parameters:
      value - allowed object is Boolean
    • isEnableFieldProperties

      public boolean isEnableFieldProperties()
      Gets the value of the enableFieldProperties property.
      Returns:
      possible object is Boolean
    • setEnableFieldProperties

      public void setEnableFieldProperties(Boolean value)
      Sets the value of the enableFieldProperties property.
      Parameters:
      value - allowed object is Boolean
    • isPreserveFormatting

      public boolean isPreserveFormatting()
      Gets the value of the preserveFormatting property.
      Returns:
      possible object is Boolean
    • setPreserveFormatting

      public void setPreserveFormatting(Boolean value)
      Sets the value of the preserveFormatting property.
      Parameters:
      value - allowed object is Boolean
    • isUseAutoFormatting

      public boolean isUseAutoFormatting()
      Gets the value of the useAutoFormatting property.
      Returns:
      possible object is Boolean
    • setUseAutoFormatting

      public void setUseAutoFormatting(Boolean value)
      Sets the value of the useAutoFormatting property.
      Parameters:
      value - allowed object is Boolean
    • getPageWrap

      public long getPageWrap()
      Gets the value of the pageWrap property.
      Returns:
      possible object is Long
    • setPageWrap

      public void setPageWrap(Long value)
      Sets the value of the pageWrap property.
      Parameters:
      value - allowed object is Long
    • isPageOverThenDown

      public boolean isPageOverThenDown()
      Gets the value of the pageOverThenDown property.
      Returns:
      possible object is Boolean
    • setPageOverThenDown

      public void setPageOverThenDown(Boolean value)
      Sets the value of the pageOverThenDown property.
      Parameters:
      value - allowed object is Boolean
    • isSubtotalHiddenItems

      public boolean isSubtotalHiddenItems()
      Gets the value of the subtotalHiddenItems property.
      Returns:
      possible object is Boolean
    • setSubtotalHiddenItems

      public void setSubtotalHiddenItems(Boolean value)
      Sets the value of the subtotalHiddenItems property.
      Parameters:
      value - allowed object is Boolean
    • isRowGrandTotals

      public boolean isRowGrandTotals()
      Gets the value of the rowGrandTotals property.
      Returns:
      possible object is Boolean
    • setRowGrandTotals

      public void setRowGrandTotals(Boolean value)
      Sets the value of the rowGrandTotals property.
      Parameters:
      value - allowed object is Boolean
    • isColGrandTotals

      public boolean isColGrandTotals()
      Gets the value of the colGrandTotals property.
      Returns:
      possible object is Boolean
    • setColGrandTotals

      public void setColGrandTotals(Boolean value)
      Sets the value of the colGrandTotals property.
      Parameters:
      value - allowed object is Boolean
    • isFieldPrintTitles

      public boolean isFieldPrintTitles()
      Gets the value of the fieldPrintTitles property.
      Returns:
      possible object is Boolean
    • setFieldPrintTitles

      public void setFieldPrintTitles(Boolean value)
      Sets the value of the fieldPrintTitles property.
      Parameters:
      value - allowed object is Boolean
    • isItemPrintTitles

      public boolean isItemPrintTitles()
      Gets the value of the itemPrintTitles property.
      Returns:
      possible object is Boolean
    • setItemPrintTitles

      public void setItemPrintTitles(Boolean value)
      Sets the value of the itemPrintTitles property.
      Parameters:
      value - allowed object is Boolean
    • isMergeItem

      public boolean isMergeItem()
      Gets the value of the mergeItem property.
      Returns:
      possible object is Boolean
    • setMergeItem

      public void setMergeItem(Boolean value)
      Sets the value of the mergeItem property.
      Parameters:
      value - allowed object is Boolean
    • isShowDropZones

      public boolean isShowDropZones()
      Gets the value of the showDropZones property.
      Returns:
      possible object is Boolean
    • setShowDropZones

      public void setShowDropZones(Boolean value)
      Sets the value of the showDropZones property.
      Parameters:
      value - allowed object is Boolean
    • getCreatedVersion

      public short getCreatedVersion()
      Gets the value of the createdVersion property.
      Returns:
      possible object is Short
    • setCreatedVersion

      public void setCreatedVersion(Short value)
      Sets the value of the createdVersion property.
      Parameters:
      value - allowed object is Short
    • getIndent

      public long getIndent()
      Gets the value of the indent property.
      Returns:
      possible object is Long
    • setIndent

      public void setIndent(Long value)
      Sets the value of the indent property.
      Parameters:
      value - allowed object is Long
    • isShowEmptyRow

      public boolean isShowEmptyRow()
      Gets the value of the showEmptyRow property.
      Returns:
      possible object is Boolean
    • setShowEmptyRow

      public void setShowEmptyRow(Boolean value)
      Sets the value of the showEmptyRow property.
      Parameters:
      value - allowed object is Boolean
    • isShowEmptyCol

      public boolean isShowEmptyCol()
      Gets the value of the showEmptyCol property.
      Returns:
      possible object is Boolean
    • setShowEmptyCol

      public void setShowEmptyCol(Boolean value)
      Sets the value of the showEmptyCol property.
      Parameters:
      value - allowed object is Boolean
    • isShowHeaders

      public boolean isShowHeaders()
      Gets the value of the showHeaders property.
      Returns:
      possible object is Boolean
    • setShowHeaders

      public void setShowHeaders(Boolean value)
      Sets the value of the showHeaders property.
      Parameters:
      value - allowed object is Boolean
    • isCompact

      public boolean isCompact()
      Gets the value of the compact property.
      Returns:
      possible object is Boolean
    • setCompact

      public void setCompact(Boolean value)
      Sets the value of the compact property.
      Parameters:
      value - allowed object is Boolean
    • isOutline

      public boolean isOutline()
      Gets the value of the outline property.
      Returns:
      possible object is Boolean
    • setOutline

      public void setOutline(Boolean value)
      Sets the value of the outline property.
      Parameters:
      value - allowed object is Boolean
    • isOutlineData

      public boolean isOutlineData()
      Gets the value of the outlineData property.
      Returns:
      possible object is Boolean
    • setOutlineData

      public void setOutlineData(Boolean value)
      Sets the value of the outlineData property.
      Parameters:
      value - allowed object is Boolean
    • isCompactData

      public boolean isCompactData()
      Gets the value of the compactData property.
      Returns:
      possible object is Boolean
    • setCompactData

      public void setCompactData(Boolean value)
      Sets the value of the compactData property.
      Parameters:
      value - allowed object is Boolean
    • isPublished

      public boolean isPublished()
      Gets the value of the published property.
      Returns:
      possible object is Boolean
    • setPublished

      public void setPublished(Boolean value)
      Sets the value of the published property.
      Parameters:
      value - allowed object is Boolean
    • isGridDropZones

      public boolean isGridDropZones()
      Gets the value of the gridDropZones property.
      Returns:
      possible object is Boolean
    • setGridDropZones

      public void setGridDropZones(Boolean value)
      Sets the value of the gridDropZones property.
      Parameters:
      value - allowed object is Boolean
    • isImmersive

      public boolean isImmersive()
      Gets the value of the immersive property.
      Returns:
      possible object is Boolean
    • setImmersive

      public void setImmersive(Boolean value)
      Sets the value of the immersive property.
      Parameters:
      value - allowed object is Boolean
    • isMultipleFieldFilters

      public boolean isMultipleFieldFilters()
      Gets the value of the multipleFieldFilters property.
      Returns:
      possible object is Boolean
    • setMultipleFieldFilters

      public void setMultipleFieldFilters(Boolean value)
      Sets the value of the multipleFieldFilters property.
      Parameters:
      value - allowed object is Boolean
    • getChartFormat

      public long getChartFormat()
      Gets the value of the chartFormat property.
      Returns:
      possible object is Long
    • setChartFormat

      public void setChartFormat(Long value)
      Sets the value of the chartFormat property.
      Parameters:
      value - allowed object is Long
    • getRowHeaderCaption

      public String getRowHeaderCaption()
      Gets the value of the rowHeaderCaption property.
      Returns:
      possible object is String
    • setRowHeaderCaption

      public void setRowHeaderCaption(String value)
      Sets the value of the rowHeaderCaption property.
      Parameters:
      value - allowed object is String
    • getColHeaderCaption

      public String getColHeaderCaption()
      Gets the value of the colHeaderCaption property.
      Returns:
      possible object is String
    • setColHeaderCaption

      public void setColHeaderCaption(String value)
      Sets the value of the colHeaderCaption property.
      Parameters:
      value - allowed object is String
    • isFieldListSortAscending

      public boolean isFieldListSortAscending()
      Gets the value of the fieldListSortAscending property.
      Returns:
      possible object is Boolean
    • setFieldListSortAscending

      public void setFieldListSortAscending(Boolean value)
      Sets the value of the fieldListSortAscending property.
      Parameters:
      value - allowed object is Boolean
    • isMdxSubqueries

      public boolean isMdxSubqueries()
      Gets the value of the mdxSubqueries property.
      Returns:
      possible object is Boolean
    • setMdxSubqueries

      public void setMdxSubqueries(Boolean value)
      Sets the value of the mdxSubqueries property.
      Parameters:
      value - allowed object is Boolean
    • isCustomListSort

      public boolean isCustomListSort()
      Gets the value of the customListSort property.
      Returns:
      possible object is Boolean
    • setCustomListSort

      public void setCustomListSort(Boolean value)
      Sets the value of the customListSort property.
      Parameters:
      value - allowed object is Boolean
    • getAutoFormatId

      public Long getAutoFormatId()
      Gets the value of the autoFormatId property.
      Returns:
      possible object is Long
    • setAutoFormatId

      public void setAutoFormatId(Long value)
      Sets the value of the autoFormatId property.
      Parameters:
      value - allowed object is Long
    • isApplyNumberFormats

      public Boolean isApplyNumberFormats()
      Gets the value of the applyNumberFormats property.
      Returns:
      possible object is Boolean
    • setApplyNumberFormats

      public void setApplyNumberFormats(Boolean value)
      Sets the value of the applyNumberFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyBorderFormats

      public Boolean isApplyBorderFormats()
      Gets the value of the applyBorderFormats property.
      Returns:
      possible object is Boolean
    • setApplyBorderFormats

      public void setApplyBorderFormats(Boolean value)
      Sets the value of the applyBorderFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyFontFormats

      public Boolean isApplyFontFormats()
      Gets the value of the applyFontFormats property.
      Returns:
      possible object is Boolean
    • setApplyFontFormats

      public void setApplyFontFormats(Boolean value)
      Sets the value of the applyFontFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyPatternFormats

      public Boolean isApplyPatternFormats()
      Gets the value of the applyPatternFormats property.
      Returns:
      possible object is Boolean
    • setApplyPatternFormats

      public void setApplyPatternFormats(Boolean value)
      Sets the value of the applyPatternFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyAlignmentFormats

      public Boolean isApplyAlignmentFormats()
      Gets the value of the applyAlignmentFormats property.
      Returns:
      possible object is Boolean
    • setApplyAlignmentFormats

      public void setApplyAlignmentFormats(Boolean value)
      Sets the value of the applyAlignmentFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyWidthHeightFormats

      public Boolean isApplyWidthHeightFormats()
      Gets the value of the applyWidthHeightFormats property.
      Returns:
      possible object is Boolean
    • setApplyWidthHeightFormats

      public void setApplyWidthHeightFormats(Boolean value)
      Sets the value of the applyWidthHeightFormats property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.