public class CTPivotAreaReference extends Object implements Child
Java class for CT_PivotAreaReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PivotAreaReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="x" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Index" maxOccurs="unbounded" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="field" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="selected" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="byPosition" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="relative" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="defaultSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="sumSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="countASubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="avgSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="maxSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="minSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="productSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="countSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="stdDevSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="stdDevPSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="varSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="varPSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
avgSubtotal |
protected Boolean |
byPosition |
protected Long |
count |
protected Boolean |
countASubtotal |
protected Boolean |
countSubtotal |
protected Boolean |
defaultSubtotal |
protected CTExtensionList |
extLst |
protected Long |
field |
protected Boolean |
maxSubtotal |
protected Boolean |
minSubtotal |
protected Boolean |
productSubtotal |
protected Boolean |
relative |
protected Boolean |
selected |
protected Boolean |
stdDevPSubtotal |
protected Boolean |
stdDevSubtotal |
protected Boolean |
sumSubtotal |
protected Boolean |
varPSubtotal |
protected Boolean |
varSubtotal |
protected List<CTIndex> |
x |
| Constructor and Description |
|---|
CTPivotAreaReference() |
| 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.
|
Long |
getCount()
Gets the value of the count property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Long |
getField()
Gets the value of the field property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
List<CTIndex> |
getX()
Gets the value of the x property.
|
boolean |
isAvgSubtotal()
Gets the value of the avgSubtotal property.
|
boolean |
isByPosition()
Gets the value of the byPosition property.
|
boolean |
isCountASubtotal()
Gets the value of the countASubtotal property.
|
boolean |
isCountSubtotal()
Gets the value of the countSubtotal property.
|
boolean |
isDefaultSubtotal()
Gets the value of the defaultSubtotal property.
|
boolean |
isMaxSubtotal()
Gets the value of the maxSubtotal property.
|
boolean |
isMinSubtotal()
Gets the value of the minSubtotal property.
|
boolean |
isProductSubtotal()
Gets the value of the productSubtotal property.
|
boolean |
isRelative()
Gets the value of the relative property.
|
boolean |
isSelected()
Gets the value of the selected property.
|
boolean |
isStdDevPSubtotal()
Gets the value of the stdDevPSubtotal property.
|
boolean |
isStdDevSubtotal()
Gets the value of the stdDevSubtotal property.
|
boolean |
isSumSubtotal()
Gets the value of the sumSubtotal property.
|
boolean |
isVarPSubtotal()
Gets the value of the varPSubtotal property.
|
boolean |
isVarSubtotal()
Gets the value of the varSubtotal property.
|
void |
setAvgSubtotal(Boolean value)
Sets the value of the avgSubtotal property.
|
void |
setByPosition(Boolean value)
Sets the value of the byPosition property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setCountASubtotal(Boolean value)
Sets the value of the countASubtotal property.
|
void |
setCountSubtotal(Boolean value)
Sets the value of the countSubtotal property.
|
void |
setDefaultSubtotal(Boolean value)
Sets the value of the defaultSubtotal property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setField(Long value)
Sets the value of the field property.
|
void |
setMaxSubtotal(Boolean value)
Sets the value of the maxSubtotal property.
|
void |
setMinSubtotal(Boolean value)
Sets the value of the minSubtotal property.
|
void |
setParent(Object parent) |
void |
setProductSubtotal(Boolean value)
Sets the value of the productSubtotal property.
|
void |
setRelative(Boolean value)
Sets the value of the relative property.
|
void |
setSelected(Boolean value)
Sets the value of the selected property.
|
void |
setStdDevPSubtotal(Boolean value)
Sets the value of the stdDevPSubtotal property.
|
void |
setStdDevSubtotal(Boolean value)
Sets the value of the stdDevSubtotal property.
|
void |
setSumSubtotal(Boolean value)
Sets the value of the sumSubtotal property.
|
void |
setVarPSubtotal(Boolean value)
Sets the value of the varPSubtotal property.
|
void |
setVarSubtotal(Boolean value)
Sets the value of the varSubtotal property.
|
protected CTExtensionList extLst
protected Long field
protected Long count
protected Boolean selected
protected Boolean byPosition
protected Boolean relative
protected Boolean defaultSubtotal
protected Boolean sumSubtotal
protected Boolean countASubtotal
protected Boolean avgSubtotal
protected Boolean maxSubtotal
protected Boolean minSubtotal
protected Boolean productSubtotal
protected Boolean countSubtotal
protected Boolean stdDevSubtotal
protected Boolean stdDevPSubtotal
protected Boolean varSubtotal
protected Boolean varPSubtotal
public List<CTIndex> getX()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the x property.
For example, to add a new item, do as follows:
getX().add(newItem);
Objects of the following type(s) are allowed in the list
CTIndex
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Long getField()
Longpublic void setField(Long value)
value - allowed object is
Longpublic Long getCount()
Longpublic void setCount(Long value)
value - allowed object is
Longpublic boolean isSelected()
Booleanpublic void setSelected(Boolean value)
value - allowed object is
Booleanpublic boolean isByPosition()
Booleanpublic void setByPosition(Boolean value)
value - allowed object is
Booleanpublic boolean isRelative()
Booleanpublic void setRelative(Boolean value)
value - allowed object is
Booleanpublic boolean isDefaultSubtotal()
Booleanpublic void setDefaultSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isSumSubtotal()
Booleanpublic void setSumSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isCountASubtotal()
Booleanpublic void setCountASubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isAvgSubtotal()
Booleanpublic void setAvgSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isMaxSubtotal()
Booleanpublic void setMaxSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isMinSubtotal()
Booleanpublic void setMinSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isProductSubtotal()
Booleanpublic void setProductSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isCountSubtotal()
Booleanpublic void setCountSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isStdDevSubtotal()
Booleanpublic void setStdDevSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isStdDevPSubtotal()
Booleanpublic void setStdDevPSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isVarSubtotal()
Booleanpublic void setVarSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isVarPSubtotal()
Booleanpublic void setVarPSubtotal(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-2021. All Rights Reserved.