Package org.xlsx4j.sml
Class CTPivotAreaReference
java.lang.Object
org.xlsx4j.sml.CTPivotAreaReference
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Longprotected Booleanprotected Booleanprotected Booleanprotected CTExtensionListprotected Longprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getCount()Gets the value of the count property.Gets the value of the extLst property.getField()Gets the value of the field property.Gets the parent object in the object tree representing the unmarshalled xml document.getX()Gets the value of the x property.booleanGets the value of the avgSubtotal property.booleanGets the value of the byPosition property.booleanGets the value of the countASubtotal property.booleanGets the value of the countSubtotal property.booleanGets the value of the defaultSubtotal property.booleanGets the value of the maxSubtotal property.booleanGets the value of the minSubtotal property.booleanGets the value of the productSubtotal property.booleanGets the value of the relative property.booleanGets the value of the selected property.booleanGets the value of the stdDevPSubtotal property.booleanGets the value of the stdDevSubtotal property.booleanGets the value of the sumSubtotal property.booleanGets the value of the varPSubtotal property.booleanGets the value of the varSubtotal property.voidsetAvgSubtotal(Boolean value) Sets the value of the avgSubtotal property.voidsetByPosition(Boolean value) Sets the value of the byPosition property.voidSets the value of the count property.voidsetCountASubtotal(Boolean value) Sets the value of the countASubtotal property.voidsetCountSubtotal(Boolean value) Sets the value of the countSubtotal property.voidsetDefaultSubtotal(Boolean value) Sets the value of the defaultSubtotal property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets the value of the field property.voidsetMaxSubtotal(Boolean value) Sets the value of the maxSubtotal property.voidsetMinSubtotal(Boolean value) Sets the value of the minSubtotal property.voidvoidsetProductSubtotal(Boolean value) Sets the value of the productSubtotal property.voidsetRelative(Boolean value) Sets the value of the relative property.voidsetSelected(Boolean value) Sets the value of the selected property.voidsetStdDevPSubtotal(Boolean value) Sets the value of the stdDevPSubtotal property.voidsetStdDevSubtotal(Boolean value) Sets the value of the stdDevSubtotal property.voidsetSumSubtotal(Boolean value) Sets the value of the sumSubtotal property.voidsetVarPSubtotal(Boolean value) Sets the value of the varPSubtotal property.voidsetVarSubtotal(Boolean value) Sets the value of the varSubtotal property.
-
Field Details
-
x
-
extLst
-
field
-
count
-
selected
-
byPosition
-
relative
-
defaultSubtotal
-
sumSubtotal
-
countASubtotal
-
avgSubtotal
-
maxSubtotal
-
minSubtotal
-
productSubtotal
-
countSubtotal
-
stdDevSubtotal
-
stdDevPSubtotal
-
varSubtotal
-
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
Gets the value of the field property.- Returns:
- possible object is
Long
-
setField
Sets the value of the field property.- Parameters:
value- allowed object isLong
-
getCount
Gets the value of the count property.- Returns:
- possible object is
Long
-
setCount
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sets the value of the varPSubtotal property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-