Package org.xlsx4j.sml
Class CTPivotAreaReference
java.lang.Object
org.xlsx4j.sml.CTPivotAreaReference
- All Implemented Interfaces:
Child
public class CTPivotAreaReference extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanavgSubtotalprotected java.lang.BooleanbyPositionprotected java.lang.Longcountprotected java.lang.BooleancountASubtotalprotected java.lang.BooleancountSubtotalprotected java.lang.BooleandefaultSubtotalprotected CTExtensionListextLstprotected java.lang.Longfieldprotected java.lang.BooleanmaxSubtotalprotected java.lang.BooleanminSubtotalprotected java.lang.BooleanproductSubtotalprotected java.lang.Booleanrelativeprotected java.lang.Booleanselectedprotected java.lang.BooleanstdDevPSubtotalprotected java.lang.BooleanstdDevSubtotalprotected java.lang.BooleansumSubtotalprotected java.lang.BooleanvarPSubtotalprotected java.lang.BooleanvarSubtotalprotected java.util.List<CTIndex>x -
Constructor Summary
Constructors Constructor Description CTPivotAreaReference() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.LonggetCount()Gets the value of the count property.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.LonggetField()Gets the value of the field property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.util.List<CTIndex>getX()Gets the value of the x property.booleanisAvgSubtotal()Gets the value of the avgSubtotal property.booleanisByPosition()Gets the value of the byPosition property.booleanisCountASubtotal()Gets the value of the countASubtotal property.booleanisCountSubtotal()Gets the value of the countSubtotal property.booleanisDefaultSubtotal()Gets the value of the defaultSubtotal property.booleanisMaxSubtotal()Gets the value of the maxSubtotal property.booleanisMinSubtotal()Gets the value of the minSubtotal property.booleanisProductSubtotal()Gets the value of the productSubtotal property.booleanisRelative()Gets the value of the relative property.booleanisSelected()Gets the value of the selected property.booleanisStdDevPSubtotal()Gets the value of the stdDevPSubtotal property.booleanisStdDevSubtotal()Gets the value of the stdDevSubtotal property.booleanisSumSubtotal()Gets the value of the sumSubtotal property.booleanisVarPSubtotal()Gets the value of the varPSubtotal property.booleanisVarSubtotal()Gets the value of the varSubtotal property.voidsetAvgSubtotal(java.lang.Boolean value)Sets the value of the avgSubtotal property.voidsetByPosition(java.lang.Boolean value)Sets the value of the byPosition property.voidsetCount(java.lang.Long value)Sets the value of the count property.voidsetCountASubtotal(java.lang.Boolean value)Sets the value of the countASubtotal property.voidsetCountSubtotal(java.lang.Boolean value)Sets the value of the countSubtotal property.voidsetDefaultSubtotal(java.lang.Boolean value)Sets the value of the defaultSubtotal property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetField(java.lang.Long value)Sets the value of the field property.voidsetMaxSubtotal(java.lang.Boolean value)Sets the value of the maxSubtotal property.voidsetMinSubtotal(java.lang.Boolean value)Sets the value of the minSubtotal property.voidsetParent(java.lang.Object parent)voidsetProductSubtotal(java.lang.Boolean value)Sets the value of the productSubtotal property.voidsetRelative(java.lang.Boolean value)Sets the value of the relative property.voidsetSelected(java.lang.Boolean value)Sets the value of the selected property.voidsetStdDevPSubtotal(java.lang.Boolean value)Sets the value of the stdDevPSubtotal property.voidsetStdDevSubtotal(java.lang.Boolean value)Sets the value of the stdDevSubtotal property.voidsetSumSubtotal(java.lang.Boolean value)Sets the value of the sumSubtotal property.voidsetVarPSubtotal(java.lang.Boolean value)Sets the value of the varPSubtotal property.voidsetVarSubtotal(java.lang.Boolean value)Sets the value of the varSubtotal property.
-
Field Details
-
x
-
extLst
-
field
protected java.lang.Long field -
count
protected java.lang.Long count -
selected
protected java.lang.Boolean selected -
byPosition
protected java.lang.Boolean byPosition -
relative
protected java.lang.Boolean relative -
defaultSubtotal
protected java.lang.Boolean defaultSubtotal -
sumSubtotal
protected java.lang.Boolean sumSubtotal -
countASubtotal
protected java.lang.Boolean countASubtotal -
avgSubtotal
protected java.lang.Boolean avgSubtotal -
maxSubtotal
protected java.lang.Boolean maxSubtotal -
minSubtotal
protected java.lang.Boolean minSubtotal -
productSubtotal
protected java.lang.Boolean productSubtotal -
countSubtotal
protected java.lang.Boolean countSubtotal -
stdDevSubtotal
protected java.lang.Boolean stdDevSubtotal -
stdDevPSubtotal
protected java.lang.Boolean stdDevPSubtotal -
varSubtotal
protected java.lang.Boolean varSubtotal -
varPSubtotal
protected java.lang.Boolean varPSubtotal
-
-
Constructor Details
-
CTPivotAreaReference
public CTPivotAreaReference()
-
-
Method Details
-
getX
Gets the value of the x property.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
setmethod 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 -
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
-
getField
public java.lang.Long getField()Gets the value of the field property.- Returns:
- possible object is
Long
-
setField
public void setField(java.lang.Long value)Sets the value of the field property.- Parameters:
value- allowed object isLong
-
getCount
public java.lang.Long getCount()Gets the value of the count property.- Returns:
- possible object is
Long
-
setCount
public void setCount(java.lang.Long value)Sets the value of the count property.- Parameters:
value- allowed object isLong
-
isSelected
public boolean isSelected()Gets the value of the selected property.- Returns:
- possible object is
Boolean
-
setSelected
public void setSelected(java.lang.Boolean value)Sets the value of the selected property.- Parameters:
value- allowed object isBoolean
-
isByPosition
public boolean isByPosition()Gets the value of the byPosition property.- Returns:
- possible object is
Boolean
-
setByPosition
public void setByPosition(java.lang.Boolean value)Sets the value of the byPosition property.- Parameters:
value- allowed object isBoolean
-
isRelative
public boolean isRelative()Gets the value of the relative property.- Returns:
- possible object is
Boolean
-
setRelative
public void setRelative(java.lang.Boolean value)Sets the value of the relative property.- Parameters:
value- allowed object isBoolean
-
isDefaultSubtotal
public boolean isDefaultSubtotal()Gets the value of the defaultSubtotal property.- Returns:
- possible object is
Boolean
-
setDefaultSubtotal
public void setDefaultSubtotal(java.lang.Boolean value)Sets the value of the defaultSubtotal property.- Parameters:
value- allowed object isBoolean
-
isSumSubtotal
public boolean isSumSubtotal()Gets the value of the sumSubtotal property.- Returns:
- possible object is
Boolean
-
setSumSubtotal
public void setSumSubtotal(java.lang.Boolean value)Sets the value of the sumSubtotal property.- Parameters:
value- allowed object isBoolean
-
isCountASubtotal
public boolean isCountASubtotal()Gets the value of the countASubtotal property.- Returns:
- possible object is
Boolean
-
setCountASubtotal
public void setCountASubtotal(java.lang.Boolean value)Sets the value of the countASubtotal property.- Parameters:
value- allowed object isBoolean
-
isAvgSubtotal
public boolean isAvgSubtotal()Gets the value of the avgSubtotal property.- Returns:
- possible object is
Boolean
-
setAvgSubtotal
public void setAvgSubtotal(java.lang.Boolean value)Sets the value of the avgSubtotal property.- Parameters:
value- allowed object isBoolean
-
isMaxSubtotal
public boolean isMaxSubtotal()Gets the value of the maxSubtotal property.- Returns:
- possible object is
Boolean
-
setMaxSubtotal
public void setMaxSubtotal(java.lang.Boolean value)Sets the value of the maxSubtotal property.- Parameters:
value- allowed object isBoolean
-
isMinSubtotal
public boolean isMinSubtotal()Gets the value of the minSubtotal property.- Returns:
- possible object is
Boolean
-
setMinSubtotal
public void setMinSubtotal(java.lang.Boolean value)Sets the value of the minSubtotal property.- Parameters:
value- allowed object isBoolean
-
isProductSubtotal
public boolean isProductSubtotal()Gets the value of the productSubtotal property.- Returns:
- possible object is
Boolean
-
setProductSubtotal
public void setProductSubtotal(java.lang.Boolean value)Sets the value of the productSubtotal property.- Parameters:
value- allowed object isBoolean
-
isCountSubtotal
public boolean isCountSubtotal()Gets the value of the countSubtotal property.- Returns:
- possible object is
Boolean
-
setCountSubtotal
public void setCountSubtotal(java.lang.Boolean value)Sets the value of the countSubtotal property.- Parameters:
value- allowed object isBoolean
-
isStdDevSubtotal
public boolean isStdDevSubtotal()Gets the value of the stdDevSubtotal property.- Returns:
- possible object is
Boolean
-
setStdDevSubtotal
public void setStdDevSubtotal(java.lang.Boolean value)Sets the value of the stdDevSubtotal property.- Parameters:
value- allowed object isBoolean
-
isStdDevPSubtotal
public boolean isStdDevPSubtotal()Gets the value of the stdDevPSubtotal property.- Returns:
- possible object is
Boolean
-
setStdDevPSubtotal
public void setStdDevPSubtotal(java.lang.Boolean value)Sets the value of the stdDevPSubtotal property.- Parameters:
value- allowed object isBoolean
-
isVarSubtotal
public boolean isVarSubtotal()Gets the value of the varSubtotal property.- Returns:
- possible object is
Boolean
-
setVarSubtotal
public void setVarSubtotal(java.lang.Boolean value)Sets the value of the varSubtotal property.- Parameters:
value- allowed object isBoolean
-
isVarPSubtotal
public boolean isVarPSubtotal()Gets the value of the varPSubtotal property.- Returns:
- possible object is
Boolean
-
setVarPSubtotal
public void setVarPSubtotal(java.lang.Boolean value)Sets the value of the varPSubtotal 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(javax.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.
-