public class CTPivotCacheDefinition extends 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>
| Constructor and Description |
|---|
CTPivotCacheDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTCacheFields |
getCacheFields()
Gets the value of the cacheFields property.
|
CTCacheHierarchies |
getCacheHierarchies()
Gets the value of the cacheHierarchies property.
|
CTCacheSource |
getCacheSource()
Gets the value of the cacheSource property.
|
CTCalculatedItems |
getCalculatedItems()
Gets the value of the calculatedItems property.
|
CTCalculatedMembers |
getCalculatedMembers()
Gets the value of the calculatedMembers property.
|
short |
getCreatedVersion()
Gets the value of the createdVersion property.
|
CTDimensions |
getDimensions()
Gets the value of the dimensions property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getId()
Gets the value of the id property.
|
CTPCDKPIs |
getKpis()
Gets the value of the kpis property.
|
CTMeasureDimensionMaps |
getMaps()
Gets the value of the maps property.
|
CTMeasureGroups |
getMeasureGroups()
Gets the value of the measureGroups property.
|
short |
getMinRefreshableVersion()
Gets the value of the minRefreshableVersion property.
|
Long |
getMissingItemsLimit()
Gets the value of the missingItemsLimit property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Long |
getRecordCount()
Gets the value of the recordCount property.
|
String |
getRefreshedBy()
Gets the value of the refreshedBy property.
|
Double |
getRefreshedDate()
Gets the value of the refreshedDate property.
|
XMLGregorianCalendar |
getRefreshedDateIso()
Gets the value of the refreshedDateIso property.
|
short |
getRefreshedVersion()
Gets the value of the refreshedVersion property.
|
CTTupleCache |
getTupleCache()
Gets the value of the tupleCache property.
|
boolean |
isBackgroundQuery()
Gets the value of the backgroundQuery property.
|
boolean |
isEnableRefresh()
Gets the value of the enableRefresh property.
|
boolean |
isInvalid()
Gets the value of the invalid property.
|
boolean |
isOptimizeMemory()
Gets the value of the optimizeMemory property.
|
boolean |
isRefreshOnLoad()
Gets the value of the refreshOnLoad property.
|
boolean |
isSaveData()
Gets the value of the saveData property.
|
boolean |
isSupportAdvancedDrill()
Gets the value of the supportAdvancedDrill property.
|
boolean |
isSupportSubquery()
Gets the value of the supportSubquery property.
|
boolean |
isTupleCacheQ()
Gets the value of the tupleCacheQ property.
|
boolean |
isUpgradeOnRefresh()
Gets the value of the upgradeOnRefresh property.
|
void |
setBackgroundQuery(Boolean value)
Sets the value of the backgroundQuery property.
|
void |
setCacheFields(CTCacheFields value)
Sets the value of the cacheFields property.
|
void |
setCacheHierarchies(CTCacheHierarchies value)
Sets the value of the cacheHierarchies property.
|
void |
setCacheSource(CTCacheSource value)
Sets the value of the cacheSource property.
|
void |
setCalculatedItems(CTCalculatedItems value)
Sets the value of the calculatedItems property.
|
void |
setCalculatedMembers(CTCalculatedMembers value)
Sets the value of the calculatedMembers property.
|
void |
setCreatedVersion(Short value)
Sets the value of the createdVersion property.
|
void |
setDimensions(CTDimensions value)
Sets the value of the dimensions property.
|
void |
setEnableRefresh(Boolean value)
Sets the value of the enableRefresh property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInvalid(Boolean value)
Sets the value of the invalid property.
|
void |
setKpis(CTPCDKPIs value)
Sets the value of the kpis property.
|
void |
setMaps(CTMeasureDimensionMaps value)
Sets the value of the maps property.
|
void |
setMeasureGroups(CTMeasureGroups value)
Sets the value of the measureGroups property.
|
void |
setMinRefreshableVersion(Short value)
Sets the value of the minRefreshableVersion property.
|
void |
setMissingItemsLimit(Long value)
Sets the value of the missingItemsLimit property.
|
void |
setOptimizeMemory(Boolean value)
Sets the value of the optimizeMemory property.
|
void |
setParent(Object parent) |
void |
setRecordCount(Long value)
Sets the value of the recordCount property.
|
void |
setRefreshedBy(String value)
Sets the value of the refreshedBy property.
|
void |
setRefreshedDate(Double value)
Sets the value of the refreshedDate property.
|
void |
setRefreshedDateIso(XMLGregorianCalendar value)
Sets the value of the refreshedDateIso property.
|
void |
setRefreshedVersion(Short value)
Sets the value of the refreshedVersion property.
|
void |
setRefreshOnLoad(Boolean value)
Sets the value of the refreshOnLoad property.
|
void |
setSaveData(Boolean value)
Sets the value of the saveData property.
|
void |
setSupportAdvancedDrill(Boolean value)
Sets the value of the supportAdvancedDrill property.
|
void |
setSupportSubquery(Boolean value)
Sets the value of the supportSubquery property.
|
void |
setTupleCache(CTTupleCache value)
Sets the value of the tupleCache property.
|
void |
setTupleCacheQ(Boolean value)
Sets the value of the tupleCacheQ property.
|
void |
setUpgradeOnRefresh(Boolean value)
Sets the value of the upgradeOnRefresh property.
|
protected CTCacheSource cacheSource
protected CTCacheFields cacheFields
protected CTCacheHierarchies cacheHierarchies
protected CTPCDKPIs kpis
protected CTTupleCache tupleCache
protected CTCalculatedItems calculatedItems
protected CTCalculatedMembers calculatedMembers
protected CTDimensions dimensions
protected CTMeasureGroups measureGroups
protected CTMeasureDimensionMaps maps
protected CTExtensionList extLst
protected String id
protected Boolean invalid
protected Boolean saveData
protected Boolean refreshOnLoad
protected Boolean optimizeMemory
protected Boolean enableRefresh
protected String refreshedBy
protected Double refreshedDate
protected XMLGregorianCalendar refreshedDateIso
protected Boolean backgroundQuery
protected Long missingItemsLimit
protected Short createdVersion
protected Short refreshedVersion
protected Short minRefreshableVersion
protected Long recordCount
protected Boolean upgradeOnRefresh
protected Boolean tupleCacheQ
protected Boolean supportSubquery
protected Boolean supportAdvancedDrill
public CTCacheSource getCacheSource()
CTCacheSourcepublic void setCacheSource(CTCacheSource value)
value - allowed object is
CTCacheSourcepublic CTCacheFields getCacheFields()
CTCacheFieldspublic void setCacheFields(CTCacheFields value)
value - allowed object is
CTCacheFieldspublic CTCacheHierarchies getCacheHierarchies()
CTCacheHierarchiespublic void setCacheHierarchies(CTCacheHierarchies value)
value - allowed object is
CTCacheHierarchiespublic CTPCDKPIs getKpis()
CTPCDKPIspublic void setKpis(CTPCDKPIs value)
value - allowed object is
CTPCDKPIspublic CTTupleCache getTupleCache()
CTTupleCachepublic void setTupleCache(CTTupleCache value)
value - allowed object is
CTTupleCachepublic CTCalculatedItems getCalculatedItems()
CTCalculatedItemspublic void setCalculatedItems(CTCalculatedItems value)
value - allowed object is
CTCalculatedItemspublic CTCalculatedMembers getCalculatedMembers()
CTCalculatedMemberspublic void setCalculatedMembers(CTCalculatedMembers value)
value - allowed object is
CTCalculatedMemberspublic CTDimensions getDimensions()
CTDimensionspublic void setDimensions(CTDimensions value)
value - allowed object is
CTDimensionspublic CTMeasureGroups getMeasureGroups()
CTMeasureGroupspublic void setMeasureGroups(CTMeasureGroups value)
value - allowed object is
CTMeasureGroupspublic CTMeasureDimensionMaps getMaps()
CTMeasureDimensionMapspublic void setMaps(CTMeasureDimensionMaps value)
value - allowed object is
CTMeasureDimensionMapspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic void setId(String value)
value - allowed object is
Stringpublic boolean isInvalid()
Booleanpublic void setInvalid(Boolean value)
value - allowed object is
Booleanpublic boolean isSaveData()
Booleanpublic void setSaveData(Boolean value)
value - allowed object is
Booleanpublic boolean isRefreshOnLoad()
Booleanpublic void setRefreshOnLoad(Boolean value)
value - allowed object is
Booleanpublic boolean isOptimizeMemory()
Booleanpublic void setOptimizeMemory(Boolean value)
value - allowed object is
Booleanpublic boolean isEnableRefresh()
Booleanpublic void setEnableRefresh(Boolean value)
value - allowed object is
Booleanpublic String getRefreshedBy()
Stringpublic void setRefreshedBy(String value)
value - allowed object is
Stringpublic Double getRefreshedDate()
Doublepublic void setRefreshedDate(Double value)
value - allowed object is
Doublepublic XMLGregorianCalendar getRefreshedDateIso()
XMLGregorianCalendarpublic void setRefreshedDateIso(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isBackgroundQuery()
Booleanpublic void setBackgroundQuery(Boolean value)
value - allowed object is
Booleanpublic Long getMissingItemsLimit()
Longpublic void setMissingItemsLimit(Long value)
value - allowed object is
Longpublic short getCreatedVersion()
Shortpublic void setCreatedVersion(Short value)
value - allowed object is
Shortpublic short getRefreshedVersion()
Shortpublic void setRefreshedVersion(Short value)
value - allowed object is
Shortpublic short getMinRefreshableVersion()
Shortpublic void setMinRefreshableVersion(Short value)
value - allowed object is
Shortpublic Long getRecordCount()
Longpublic void setRecordCount(Long value)
value - allowed object is
Longpublic boolean isUpgradeOnRefresh()
Booleanpublic void setUpgradeOnRefresh(Boolean value)
value - allowed object is
Booleanpublic boolean isTupleCacheQ()
Booleanpublic void setTupleCacheQ(Boolean value)
value - allowed object is
Booleanpublic boolean isSupportSubquery()
Booleanpublic void setSupportSubquery(Boolean value)
value - allowed object is
Booleanpublic boolean isSupportAdvancedDrill()
Booleanpublic void setSupportAdvancedDrill(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.