Package org.xlsx4j.sml
Class CTPivotCacheDefinition
java.lang.Object
org.xlsx4j.sml.CTPivotCacheDefinition
- All Implemented Interfaces:
Child
public class CTPivotCacheDefinition extends java.lang.Object implements Child
Java class for CT_PivotCacheDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PivotCacheDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cacheSource" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CacheSource"/>
<element name="cacheFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CacheFields"/>
<element name="cacheHierarchies" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CacheHierarchies" minOccurs="0"/>
<element name="kpis" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PCDKPIs" minOccurs="0"/>
<element name="tupleCache" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TupleCache" minOccurs="0"/>
<element name="calculatedItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CalculatedItems" minOccurs="0"/>
<element name="calculatedMembers" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CalculatedMembers" minOccurs="0"/>
<element name="dimensions" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Dimensions" minOccurs="0"/>
<element name="measureGroups" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MeasureGroups" minOccurs="0"/>
<element name="maps" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MeasureDimensionMaps" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
<attribute name="invalid" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="saveData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="refreshOnLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="optimizeMemory" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="enableRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="refreshedBy" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="refreshedDate" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="refreshedDateIso" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="backgroundQuery" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="missingItemsLimit" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="createdVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
<attribute name="refreshedVersion" 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="recordCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="upgradeOnRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="tupleCache" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="supportSubquery" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="supportAdvancedDrill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanbackgroundQueryprotected CTCacheFieldscacheFieldsprotected CTCacheHierarchiescacheHierarchiesprotected CTCacheSourcecacheSourceprotected CTCalculatedItemscalculatedItemsprotected CTCalculatedMemberscalculatedMembersprotected java.lang.ShortcreatedVersionprotected CTDimensionsdimensionsprotected java.lang.BooleanenableRefreshprotected CTExtensionListextLstprotected java.lang.Stringidprotected java.lang.Booleaninvalidprotected CTPCDKPIskpisprotected CTMeasureDimensionMapsmapsprotected CTMeasureGroupsmeasureGroupsprotected java.lang.ShortminRefreshableVersionprotected java.lang.LongmissingItemsLimitprotected java.lang.BooleanoptimizeMemoryprotected java.lang.LongrecordCountprotected java.lang.StringrefreshedByprotected java.lang.DoublerefreshedDateprotected javax.xml.datatype.XMLGregorianCalendarrefreshedDateIsoprotected java.lang.ShortrefreshedVersionprotected java.lang.BooleanrefreshOnLoadprotected java.lang.BooleansaveDataprotected java.lang.BooleansupportAdvancedDrillprotected java.lang.BooleansupportSubqueryprotected CTTupleCachetupleCacheprotected java.lang.BooleantupleCacheQprotected java.lang.BooleanupgradeOnRefresh -
Constructor Summary
Constructors Constructor Description CTPivotCacheDefinition() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTCacheFieldsgetCacheFields()Gets the value of the cacheFields property.CTCacheHierarchiesgetCacheHierarchies()Gets the value of the cacheHierarchies property.CTCacheSourcegetCacheSource()Gets the value of the cacheSource property.CTCalculatedItemsgetCalculatedItems()Gets the value of the calculatedItems property.CTCalculatedMembersgetCalculatedMembers()Gets the value of the calculatedMembers property.shortgetCreatedVersion()Gets the value of the createdVersion property.CTDimensionsgetDimensions()Gets the value of the dimensions property.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetId()Gets the value of the id property.CTPCDKPIsgetKpis()Gets the value of the kpis property.CTMeasureDimensionMapsgetMaps()Gets the value of the maps property.CTMeasureGroupsgetMeasureGroups()Gets the value of the measureGroups property.shortgetMinRefreshableVersion()Gets the value of the minRefreshableVersion property.java.lang.LonggetMissingItemsLimit()Gets the value of the missingItemsLimit property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.LonggetRecordCount()Gets the value of the recordCount property.java.lang.StringgetRefreshedBy()Gets the value of the refreshedBy property.java.lang.DoublegetRefreshedDate()Gets the value of the refreshedDate property.javax.xml.datatype.XMLGregorianCalendargetRefreshedDateIso()Gets the value of the refreshedDateIso property.shortgetRefreshedVersion()Gets the value of the refreshedVersion property.CTTupleCachegetTupleCache()Gets the value of the tupleCache property.booleanisBackgroundQuery()Gets the value of the backgroundQuery property.booleanisEnableRefresh()Gets the value of the enableRefresh property.booleanisInvalid()Gets the value of the invalid property.booleanisOptimizeMemory()Gets the value of the optimizeMemory property.booleanisRefreshOnLoad()Gets the value of the refreshOnLoad property.booleanisSaveData()Gets the value of the saveData property.booleanisSupportAdvancedDrill()Gets the value of the supportAdvancedDrill property.booleanisSupportSubquery()Gets the value of the supportSubquery property.booleanisTupleCacheQ()Gets the value of the tupleCacheQ property.booleanisUpgradeOnRefresh()Gets the value of the upgradeOnRefresh property.voidsetBackgroundQuery(java.lang.Boolean value)Sets the value of the backgroundQuery property.voidsetCacheFields(CTCacheFields value)Sets the value of the cacheFields property.voidsetCacheHierarchies(CTCacheHierarchies value)Sets the value of the cacheHierarchies property.voidsetCacheSource(CTCacheSource value)Sets the value of the cacheSource property.voidsetCalculatedItems(CTCalculatedItems value)Sets the value of the calculatedItems property.voidsetCalculatedMembers(CTCalculatedMembers value)Sets the value of the calculatedMembers property.voidsetCreatedVersion(java.lang.Short value)Sets the value of the createdVersion property.voidsetDimensions(CTDimensions value)Sets the value of the dimensions property.voidsetEnableRefresh(java.lang.Boolean value)Sets the value of the enableRefresh property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetInvalid(java.lang.Boolean value)Sets the value of the invalid property.voidsetKpis(CTPCDKPIs value)Sets the value of the kpis property.voidsetMaps(CTMeasureDimensionMaps value)Sets the value of the maps property.voidsetMeasureGroups(CTMeasureGroups value)Sets the value of the measureGroups property.voidsetMinRefreshableVersion(java.lang.Short value)Sets the value of the minRefreshableVersion property.voidsetMissingItemsLimit(java.lang.Long value)Sets the value of the missingItemsLimit property.voidsetOptimizeMemory(java.lang.Boolean value)Sets the value of the optimizeMemory property.voidsetParent(java.lang.Object parent)voidsetRecordCount(java.lang.Long value)Sets the value of the recordCount property.voidsetRefreshedBy(java.lang.String value)Sets the value of the refreshedBy property.voidsetRefreshedDate(java.lang.Double value)Sets the value of the refreshedDate property.voidsetRefreshedDateIso(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the refreshedDateIso property.voidsetRefreshedVersion(java.lang.Short value)Sets the value of the refreshedVersion property.voidsetRefreshOnLoad(java.lang.Boolean value)Sets the value of the refreshOnLoad property.voidsetSaveData(java.lang.Boolean value)Sets the value of the saveData property.voidsetSupportAdvancedDrill(java.lang.Boolean value)Sets the value of the supportAdvancedDrill property.voidsetSupportSubquery(java.lang.Boolean value)Sets the value of the supportSubquery property.voidsetTupleCache(CTTupleCache value)Sets the value of the tupleCache property.voidsetTupleCacheQ(java.lang.Boolean value)Sets the value of the tupleCacheQ property.voidsetUpgradeOnRefresh(java.lang.Boolean value)Sets the value of the upgradeOnRefresh property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
cacheSource
-
cacheFields
-
cacheHierarchies
-
kpis
-
tupleCache
-
calculatedItems
-
calculatedMembers
-
dimensions
-
measureGroups
-
maps
-
extLst
-
id
protected java.lang.String id -
invalid
protected java.lang.Boolean invalid -
saveData
protected java.lang.Boolean saveData -
refreshOnLoad
protected java.lang.Boolean refreshOnLoad -
optimizeMemory
protected java.lang.Boolean optimizeMemory -
enableRefresh
protected java.lang.Boolean enableRefresh -
refreshedBy
protected java.lang.String refreshedBy -
refreshedDate
protected java.lang.Double refreshedDate -
refreshedDateIso
protected javax.xml.datatype.XMLGregorianCalendar refreshedDateIso -
backgroundQuery
protected java.lang.Boolean backgroundQuery -
missingItemsLimit
protected java.lang.Long missingItemsLimit -
createdVersion
protected java.lang.Short createdVersion -
refreshedVersion
protected java.lang.Short refreshedVersion -
minRefreshableVersion
protected java.lang.Short minRefreshableVersion -
recordCount
protected java.lang.Long recordCount -
upgradeOnRefresh
protected java.lang.Boolean upgradeOnRefresh -
tupleCacheQ
protected java.lang.Boolean tupleCacheQ -
supportSubquery
protected java.lang.Boolean supportSubquery -
supportAdvancedDrill
protected java.lang.Boolean supportAdvancedDrill
-
-
Constructor Details
-
CTPivotCacheDefinition
public CTPivotCacheDefinition()
-
-
Method Details
-
getCacheSource
Gets the value of the cacheSource property.- Returns:
- possible object is
CTCacheSource
-
setCacheSource
Sets the value of the cacheSource property.- Parameters:
value- allowed object isCTCacheSource
-
getCacheFields
Gets the value of the cacheFields property.- Returns:
- possible object is
CTCacheFields
-
setCacheFields
Sets the value of the cacheFields property.- Parameters:
value- allowed object isCTCacheFields
-
getCacheHierarchies
Gets the value of the cacheHierarchies property.- Returns:
- possible object is
CTCacheHierarchies
-
setCacheHierarchies
Sets the value of the cacheHierarchies property.- Parameters:
value- allowed object isCTCacheHierarchies
-
getKpis
Gets the value of the kpis property.- Returns:
- possible object is
CTPCDKPIs
-
setKpis
Sets the value of the kpis property.- Parameters:
value- allowed object isCTPCDKPIs
-
getTupleCache
Gets the value of the tupleCache property.- Returns:
- possible object is
CTTupleCache
-
setTupleCache
Sets the value of the tupleCache property.- Parameters:
value- allowed object isCTTupleCache
-
getCalculatedItems
Gets the value of the calculatedItems property.- Returns:
- possible object is
CTCalculatedItems
-
setCalculatedItems
Sets the value of the calculatedItems property.- Parameters:
value- allowed object isCTCalculatedItems
-
getCalculatedMembers
Gets the value of the calculatedMembers property.- Returns:
- possible object is
CTCalculatedMembers
-
setCalculatedMembers
Sets the value of the calculatedMembers property.- Parameters:
value- allowed object isCTCalculatedMembers
-
getDimensions
Gets the value of the dimensions property.- Returns:
- possible object is
CTDimensions
-
setDimensions
Sets the value of the dimensions property.- Parameters:
value- allowed object isCTDimensions
-
getMeasureGroups
Gets the value of the measureGroups property.- Returns:
- possible object is
CTMeasureGroups
-
setMeasureGroups
Sets the value of the measureGroups property.- Parameters:
value- allowed object isCTMeasureGroups
-
getMaps
Gets the value of the maps property.- Returns:
- possible object is
CTMeasureDimensionMaps
-
setMaps
Sets the value of the maps property.- Parameters:
value- allowed object isCTMeasureDimensionMaps
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getId
public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
isInvalid
public boolean isInvalid()Gets the value of the invalid property.- Returns:
- possible object is
Boolean
-
setInvalid
public void setInvalid(java.lang.Boolean value)Sets the value of the invalid property.- Parameters:
value- allowed object isBoolean
-
isSaveData
public boolean isSaveData()Gets the value of the saveData property.- Returns:
- possible object is
Boolean
-
setSaveData
public void setSaveData(java.lang.Boolean value)Sets the value of the saveData property.- Parameters:
value- allowed object isBoolean
-
isRefreshOnLoad
public boolean isRefreshOnLoad()Gets the value of the refreshOnLoad property.- Returns:
- possible object is
Boolean
-
setRefreshOnLoad
public void setRefreshOnLoad(java.lang.Boolean value)Sets the value of the refreshOnLoad property.- Parameters:
value- allowed object isBoolean
-
isOptimizeMemory
public boolean isOptimizeMemory()Gets the value of the optimizeMemory property.- Returns:
- possible object is
Boolean
-
setOptimizeMemory
public void setOptimizeMemory(java.lang.Boolean value)Sets the value of the optimizeMemory property.- Parameters:
value- allowed object isBoolean
-
isEnableRefresh
public boolean isEnableRefresh()Gets the value of the enableRefresh property.- Returns:
- possible object is
Boolean
-
setEnableRefresh
public void setEnableRefresh(java.lang.Boolean value)Sets the value of the enableRefresh property.- Parameters:
value- allowed object isBoolean
-
getRefreshedBy
public java.lang.String getRefreshedBy()Gets the value of the refreshedBy property.- Returns:
- possible object is
String
-
setRefreshedBy
public void setRefreshedBy(java.lang.String value)Sets the value of the refreshedBy property.- Parameters:
value- allowed object isString
-
getRefreshedDate
public java.lang.Double getRefreshedDate()Gets the value of the refreshedDate property.- Returns:
- possible object is
Double
-
setRefreshedDate
public void setRefreshedDate(java.lang.Double value)Sets the value of the refreshedDate property.- Parameters:
value- allowed object isDouble
-
getRefreshedDateIso
public javax.xml.datatype.XMLGregorianCalendar getRefreshedDateIso()Gets the value of the refreshedDateIso property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRefreshedDateIso
public void setRefreshedDateIso(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the refreshedDateIso property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isBackgroundQuery
public boolean isBackgroundQuery()Gets the value of the backgroundQuery property.- Returns:
- possible object is
Boolean
-
setBackgroundQuery
public void setBackgroundQuery(java.lang.Boolean value)Sets the value of the backgroundQuery property.- Parameters:
value- allowed object isBoolean
-
getMissingItemsLimit
public java.lang.Long getMissingItemsLimit()Gets the value of the missingItemsLimit property.- Returns:
- possible object is
Long
-
setMissingItemsLimit
public void setMissingItemsLimit(java.lang.Long value)Sets the value of the missingItemsLimit property.- Parameters:
value- allowed object isLong
-
getCreatedVersion
public short getCreatedVersion()Gets the value of the createdVersion property.- Returns:
- possible object is
Short
-
setCreatedVersion
public void setCreatedVersion(java.lang.Short value)Sets the value of the createdVersion property.- Parameters:
value- allowed object isShort
-
getRefreshedVersion
public short getRefreshedVersion()Gets the value of the refreshedVersion property.- Returns:
- possible object is
Short
-
setRefreshedVersion
public void setRefreshedVersion(java.lang.Short value)Sets the value of the refreshedVersion property.- Parameters:
value- allowed object isShort
-
getMinRefreshableVersion
public short getMinRefreshableVersion()Gets the value of the minRefreshableVersion property.- Returns:
- possible object is
Short
-
setMinRefreshableVersion
public void setMinRefreshableVersion(java.lang.Short value)Sets the value of the minRefreshableVersion property.- Parameters:
value- allowed object isShort
-
getRecordCount
public java.lang.Long getRecordCount()Gets the value of the recordCount property.- Returns:
- possible object is
Long
-
setRecordCount
public void setRecordCount(java.lang.Long value)Sets the value of the recordCount property.- Parameters:
value- allowed object isLong
-
isUpgradeOnRefresh
public boolean isUpgradeOnRefresh()Gets the value of the upgradeOnRefresh property.- Returns:
- possible object is
Boolean
-
setUpgradeOnRefresh
public void setUpgradeOnRefresh(java.lang.Boolean value)Sets the value of the upgradeOnRefresh property.- Parameters:
value- allowed object isBoolean
-
isTupleCacheQ
public boolean isTupleCacheQ()Gets the value of the tupleCacheQ property.- Returns:
- possible object is
Boolean
-
setTupleCacheQ
public void setTupleCacheQ(java.lang.Boolean value)Sets the value of the tupleCacheQ property.- Parameters:
value- allowed object isBoolean
-
isSupportSubquery
public boolean isSupportSubquery()Gets the value of the supportSubquery property.- Returns:
- possible object is
Boolean
-
setSupportSubquery
public void setSupportSubquery(java.lang.Boolean value)Sets the value of the supportSubquery property.- Parameters:
value- allowed object isBoolean
-
isSupportAdvancedDrill
public boolean isSupportAdvancedDrill()Gets the value of the supportAdvancedDrill property.- Returns:
- possible object is
Boolean
-
setSupportAdvancedDrill
public void setSupportAdvancedDrill(java.lang.Boolean value)Sets the value of the supportAdvancedDrill property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.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.
-