public class CTCacheHierarchy extends java.lang.Object implements Child
Java class for CT_CacheHierarchy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CacheHierarchy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fieldsUsage" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_FieldsUsage" minOccurs="0"/>
<element name="groupLevels" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_GroupLevels" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="uniqueName" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="caption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="measure" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="set" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="parentSet" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="iconSet" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="attribute" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="keyAttribute" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="defaultMemberUniqueName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="allUniqueName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="allCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="dimensionUniqueName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="displayFolder" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="measureGroup" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="measures" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="oneField" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="memberValueDatatype" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="unbalanced" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="unbalancedGroup" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
allCaption |
protected java.lang.String |
allUniqueName |
protected java.lang.Boolean |
attribute |
protected java.lang.String |
caption |
protected long |
count |
protected java.lang.String |
defaultMemberUniqueName |
protected java.lang.String |
dimensionUniqueName |
protected java.lang.String |
displayFolder |
protected CTExtensionList |
extLst |
protected CTFieldsUsage |
fieldsUsage |
protected CTGroupLevels |
groupLevels |
protected java.lang.Boolean |
hidden |
protected java.lang.Integer |
iconSet |
protected java.lang.Boolean |
keyAttribute |
protected java.lang.Boolean |
measure |
protected java.lang.String |
measureGroup |
protected java.lang.Boolean |
measures |
protected java.lang.Integer |
memberValueDatatype |
protected java.lang.Boolean |
oneField |
protected java.lang.Long |
parentSet |
protected java.lang.Boolean |
set |
protected java.lang.Boolean |
time |
protected java.lang.Boolean |
unbalanced |
protected java.lang.Boolean |
unbalancedGroup |
protected java.lang.String |
uniqueName |
| Constructor and Description |
|---|
CTCacheHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAllCaption()
Gets the value of the allCaption property.
|
java.lang.String |
getAllUniqueName()
Gets the value of the allUniqueName property.
|
java.lang.String |
getCaption()
Gets the value of the caption property.
|
long |
getCount()
Gets the value of the count property.
|
java.lang.String |
getDefaultMemberUniqueName()
Gets the value of the defaultMemberUniqueName property.
|
java.lang.String |
getDimensionUniqueName()
Gets the value of the dimensionUniqueName property.
|
java.lang.String |
getDisplayFolder()
Gets the value of the displayFolder property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTFieldsUsage |
getFieldsUsage()
Gets the value of the fieldsUsage property.
|
CTGroupLevels |
getGroupLevels()
Gets the value of the groupLevels property.
|
int |
getIconSet()
Gets the value of the iconSet property.
|
java.lang.String |
getMeasureGroup()
Gets the value of the measureGroup property.
|
java.lang.Integer |
getMemberValueDatatype()
Gets the value of the memberValueDatatype property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.Long |
getParentSet()
Gets the value of the parentSet property.
|
java.lang.String |
getUniqueName()
Gets the value of the uniqueName property.
|
boolean |
isAttribute()
Gets the value of the attribute property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isKeyAttribute()
Gets the value of the keyAttribute property.
|
boolean |
isMeasure()
Gets the value of the measure property.
|
boolean |
isMeasures()
Gets the value of the measures property.
|
boolean |
isOneField()
Gets the value of the oneField property.
|
boolean |
isSet()
Gets the value of the set property.
|
boolean |
isTime()
Gets the value of the time property.
|
java.lang.Boolean |
isUnbalanced()
Gets the value of the unbalanced property.
|
java.lang.Boolean |
isUnbalancedGroup()
Gets the value of the unbalancedGroup property.
|
void |
setAllCaption(java.lang.String value)
Sets the value of the allCaption property.
|
void |
setAllUniqueName(java.lang.String value)
Sets the value of the allUniqueName property.
|
void |
setAttribute(java.lang.Boolean value)
Sets the value of the attribute property.
|
void |
setCaption(java.lang.String value)
Sets the value of the caption property.
|
void |
setCount(long value)
Sets the value of the count property.
|
void |
setDefaultMemberUniqueName(java.lang.String value)
Sets the value of the defaultMemberUniqueName property.
|
void |
setDimensionUniqueName(java.lang.String value)
Sets the value of the dimensionUniqueName property.
|
void |
setDisplayFolder(java.lang.String value)
Sets the value of the displayFolder property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFieldsUsage(CTFieldsUsage value)
Sets the value of the fieldsUsage property.
|
void |
setGroupLevels(CTGroupLevels value)
Sets the value of the groupLevels property.
|
void |
setHidden(java.lang.Boolean value)
Sets the value of the hidden property.
|
void |
setIconSet(java.lang.Integer value)
Sets the value of the iconSet property.
|
void |
setKeyAttribute(java.lang.Boolean value)
Sets the value of the keyAttribute property.
|
void |
setMeasure(java.lang.Boolean value)
Sets the value of the measure property.
|
void |
setMeasureGroup(java.lang.String value)
Sets the value of the measureGroup property.
|
void |
setMeasures(java.lang.Boolean value)
Sets the value of the measures property.
|
void |
setMemberValueDatatype(java.lang.Integer value)
Sets the value of the memberValueDatatype property.
|
void |
setOneField(java.lang.Boolean value)
Sets the value of the oneField property.
|
void |
setParent(java.lang.Object parent) |
void |
setParentSet(java.lang.Long value)
Sets the value of the parentSet property.
|
void |
setSet(java.lang.Boolean value)
Sets the value of the set property.
|
void |
setTime(java.lang.Boolean value)
Sets the value of the time property.
|
void |
setUnbalanced(java.lang.Boolean value)
Sets the value of the unbalanced property.
|
void |
setUnbalancedGroup(java.lang.Boolean value)
Sets the value of the unbalancedGroup property.
|
void |
setUniqueName(java.lang.String value)
Sets the value of the uniqueName property.
|
protected CTFieldsUsage fieldsUsage
protected CTGroupLevels groupLevels
protected CTExtensionList extLst
protected java.lang.String uniqueName
protected java.lang.String caption
protected java.lang.Boolean measure
protected java.lang.Boolean set
protected java.lang.Long parentSet
protected java.lang.Integer iconSet
protected java.lang.Boolean attribute
protected java.lang.Boolean time
protected java.lang.Boolean keyAttribute
protected java.lang.String defaultMemberUniqueName
protected java.lang.String allUniqueName
protected java.lang.String allCaption
protected java.lang.String dimensionUniqueName
protected java.lang.String displayFolder
protected java.lang.String measureGroup
protected java.lang.Boolean measures
protected long count
protected java.lang.Boolean oneField
protected java.lang.Integer memberValueDatatype
protected java.lang.Boolean unbalanced
protected java.lang.Boolean unbalancedGroup
protected java.lang.Boolean hidden
public CTFieldsUsage getFieldsUsage()
CTFieldsUsagepublic void setFieldsUsage(CTFieldsUsage value)
value - allowed object is
CTFieldsUsagepublic CTGroupLevels getGroupLevels()
CTGroupLevelspublic void setGroupLevels(CTGroupLevels value)
value - allowed object is
CTGroupLevelspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.String getUniqueName()
Stringpublic void setUniqueName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaption()
Stringpublic void setCaption(java.lang.String value)
value - allowed object is
Stringpublic boolean isMeasure()
Booleanpublic void setMeasure(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSet()
Booleanpublic void setSet(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getParentSet()
Longpublic void setParentSet(java.lang.Long value)
value - allowed object is
Longpublic int getIconSet()
Integerpublic void setIconSet(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isAttribute()
Booleanpublic void setAttribute(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isTime()
Booleanpublic void setTime(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isKeyAttribute()
Booleanpublic void setKeyAttribute(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDefaultMemberUniqueName()
Stringpublic void setDefaultMemberUniqueName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAllUniqueName()
Stringpublic void setAllUniqueName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAllCaption()
Stringpublic void setAllCaption(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDimensionUniqueName()
Stringpublic void setDimensionUniqueName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayFolder()
Stringpublic void setDisplayFolder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMeasureGroup()
Stringpublic void setMeasureGroup(java.lang.String value)
value - allowed object is
Stringpublic boolean isMeasures()
Booleanpublic void setMeasures(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getCount()
public void setCount(long value)
public boolean isOneField()
Booleanpublic void setOneField(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMemberValueDatatype()
Integerpublic void setMemberValueDatatype(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isUnbalanced()
Booleanpublic void setUnbalanced(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUnbalancedGroup()
Booleanpublic void setUnbalancedGroup(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isHidden()
Booleanpublic void setHidden(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.