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()
CTCacheSource
public void setCacheSource(CTCacheSource value)
value
- allowed object is
CTCacheSource
public CTCacheFields getCacheFields()
CTCacheFields
public void setCacheFields(CTCacheFields value)
value
- allowed object is
CTCacheFields
public CTCacheHierarchies getCacheHierarchies()
CTCacheHierarchies
public void setCacheHierarchies(CTCacheHierarchies value)
value
- allowed object is
CTCacheHierarchies
public CTPCDKPIs getKpis()
CTPCDKPIs
public void setKpis(CTPCDKPIs value)
value
- allowed object is
CTPCDKPIs
public CTTupleCache getTupleCache()
CTTupleCache
public void setTupleCache(CTTupleCache value)
value
- allowed object is
CTTupleCache
public CTCalculatedItems getCalculatedItems()
CTCalculatedItems
public void setCalculatedItems(CTCalculatedItems value)
value
- allowed object is
CTCalculatedItems
public CTCalculatedMembers getCalculatedMembers()
CTCalculatedMembers
public void setCalculatedMembers(CTCalculatedMembers value)
value
- allowed object is
CTCalculatedMembers
public CTDimensions getDimensions()
CTDimensions
public void setDimensions(CTDimensions value)
value
- allowed object is
CTDimensions
public CTMeasureGroups getMeasureGroups()
CTMeasureGroups
public void setMeasureGroups(CTMeasureGroups value)
value
- allowed object is
CTMeasureGroups
public CTMeasureDimensionMaps getMaps()
CTMeasureDimensionMaps
public void setMaps(CTMeasureDimensionMaps value)
value
- allowed object is
CTMeasureDimensionMaps
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public void setId(String value)
value
- allowed object is
String
public boolean isInvalid()
Boolean
public void setInvalid(Boolean value)
value
- allowed object is
Boolean
public boolean isSaveData()
Boolean
public void setSaveData(Boolean value)
value
- allowed object is
Boolean
public boolean isRefreshOnLoad()
Boolean
public void setRefreshOnLoad(Boolean value)
value
- allowed object is
Boolean
public boolean isOptimizeMemory()
Boolean
public void setOptimizeMemory(Boolean value)
value
- allowed object is
Boolean
public boolean isEnableRefresh()
Boolean
public void setEnableRefresh(Boolean value)
value
- allowed object is
Boolean
public String getRefreshedBy()
String
public void setRefreshedBy(String value)
value
- allowed object is
String
public Double getRefreshedDate()
Double
public void setRefreshedDate(Double value)
value
- allowed object is
Double
public XMLGregorianCalendar getRefreshedDateIso()
XMLGregorianCalendar
public void setRefreshedDateIso(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isBackgroundQuery()
Boolean
public void setBackgroundQuery(Boolean value)
value
- allowed object is
Boolean
public Long getMissingItemsLimit()
Long
public void setMissingItemsLimit(Long value)
value
- allowed object is
Long
public short getCreatedVersion()
Short
public void setCreatedVersion(Short value)
value
- allowed object is
Short
public short getRefreshedVersion()
Short
public void setRefreshedVersion(Short value)
value
- allowed object is
Short
public short getMinRefreshableVersion()
Short
public void setMinRefreshableVersion(Short value)
value
- allowed object is
Short
public Long getRecordCount()
Long
public void setRecordCount(Long value)
value
- allowed object is
Long
public boolean isUpgradeOnRefresh()
Boolean
public void setUpgradeOnRefresh(Boolean value)
value
- allowed object is
Boolean
public boolean isTupleCacheQ()
Boolean
public void setTupleCacheQ(Boolean value)
value
- allowed object is
Boolean
public boolean isSupportSubquery()
Boolean
public void setSupportSubquery(Boolean value)
value
- allowed object is
Boolean
public boolean isSupportAdvancedDrill()
Boolean
public void setSupportAdvancedDrill(Boolean value)
value
- allowed object is
Boolean
public 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.