Package org.xlsx4j.sml
Class CTCalcPr
java.lang.Object
org.xlsx4j.sml.CTCalcPr
- All Implemented Interfaces:
Child
public class CTCalcPr extends java.lang.Object implements Child
Java class for CT_CalcPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CalcPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="calcId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="calcMode" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CalcMode" default="auto" />
<attribute name="fullCalcOnLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="refMode" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_RefMode" default="A1" />
<attribute name="iterate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="iterateCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="100" />
<attribute name="iterateDelta" type="{http://www.w3.org/2001/XMLSchema}double" default="0.001" />
<attribute name="fullPrecision" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="calcCompleted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="calcOnSave" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="concurrentCalc" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="concurrentManualCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="forceFullCalc" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleancalcCompletedprotected java.lang.LongcalcIdprotected STCalcModecalcModeprotected java.lang.BooleancalcOnSaveprotected java.lang.BooleanconcurrentCalcprotected java.lang.LongconcurrentManualCountprotected java.lang.BooleanforceFullCalcprotected java.lang.BooleanfullCalcOnLoadprotected java.lang.BooleanfullPrecisionprotected java.lang.Booleaniterateprotected java.lang.LongiterateCountprotected java.lang.DoubleiterateDeltaprotected STRefModerefMode -
Constructor Summary
Constructors Constructor Description CTCalcPr() -
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.LonggetCalcId()Gets the value of the calcId property.STCalcModegetCalcMode()Gets the value of the calcMode property.java.lang.LonggetConcurrentManualCount()Gets the value of the concurrentManualCount property.longgetIterateCount()Gets the value of the iterateCount property.doublegetIterateDelta()Gets the value of the iterateDelta property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STRefModegetRefMode()Gets the value of the refMode property.booleanisCalcCompleted()Gets the value of the calcCompleted property.booleanisCalcOnSave()Gets the value of the calcOnSave property.booleanisConcurrentCalc()Gets the value of the concurrentCalc property.java.lang.BooleanisForceFullCalc()Gets the value of the forceFullCalc property.booleanisFullCalcOnLoad()Gets the value of the fullCalcOnLoad property.booleanisFullPrecision()Gets the value of the fullPrecision property.booleanisIterate()Gets the value of the iterate property.voidsetCalcCompleted(java.lang.Boolean value)Sets the value of the calcCompleted property.voidsetCalcId(java.lang.Long value)Sets the value of the calcId property.voidsetCalcMode(STCalcMode value)Sets the value of the calcMode property.voidsetCalcOnSave(java.lang.Boolean value)Sets the value of the calcOnSave property.voidsetConcurrentCalc(java.lang.Boolean value)Sets the value of the concurrentCalc property.voidsetConcurrentManualCount(java.lang.Long value)Sets the value of the concurrentManualCount property.voidsetForceFullCalc(java.lang.Boolean value)Sets the value of the forceFullCalc property.voidsetFullCalcOnLoad(java.lang.Boolean value)Sets the value of the fullCalcOnLoad property.voidsetFullPrecision(java.lang.Boolean value)Sets the value of the fullPrecision property.voidsetIterate(java.lang.Boolean value)Sets the value of the iterate property.voidsetIterateCount(java.lang.Long value)Sets the value of the iterateCount property.voidsetIterateDelta(java.lang.Double value)Sets the value of the iterateDelta property.voidsetParent(java.lang.Object parent)voidsetRefMode(STRefMode value)Sets the value of the refMode property.
-
Field Details
-
calcId
protected java.lang.Long calcId -
calcMode
-
fullCalcOnLoad
protected java.lang.Boolean fullCalcOnLoad -
refMode
-
iterate
protected java.lang.Boolean iterate -
iterateCount
protected java.lang.Long iterateCount -
iterateDelta
protected java.lang.Double iterateDelta -
fullPrecision
protected java.lang.Boolean fullPrecision -
calcCompleted
protected java.lang.Boolean calcCompleted -
calcOnSave
protected java.lang.Boolean calcOnSave -
concurrentCalc
protected java.lang.Boolean concurrentCalc -
concurrentManualCount
protected java.lang.Long concurrentManualCount -
forceFullCalc
protected java.lang.Boolean forceFullCalc
-
-
Constructor Details
-
CTCalcPr
public CTCalcPr()
-
-
Method Details
-
getCalcId
public java.lang.Long getCalcId()Gets the value of the calcId property.- Returns:
- possible object is
Long
-
setCalcId
public void setCalcId(java.lang.Long value)Sets the value of the calcId property.- Parameters:
value- allowed object isLong
-
getCalcMode
Gets the value of the calcMode property.- Returns:
- possible object is
STCalcMode
-
setCalcMode
Sets the value of the calcMode property.- Parameters:
value- allowed object isSTCalcMode
-
isFullCalcOnLoad
public boolean isFullCalcOnLoad()Gets the value of the fullCalcOnLoad property.- Returns:
- possible object is
Boolean
-
setFullCalcOnLoad
public void setFullCalcOnLoad(java.lang.Boolean value)Sets the value of the fullCalcOnLoad property.- Parameters:
value- allowed object isBoolean
-
getRefMode
Gets the value of the refMode property.- Returns:
- possible object is
STRefMode
-
setRefMode
Sets the value of the refMode property.- Parameters:
value- allowed object isSTRefMode
-
isIterate
public boolean isIterate()Gets the value of the iterate property.- Returns:
- possible object is
Boolean
-
setIterate
public void setIterate(java.lang.Boolean value)Sets the value of the iterate property.- Parameters:
value- allowed object isBoolean
-
getIterateCount
public long getIterateCount()Gets the value of the iterateCount property.- Returns:
- possible object is
Long
-
setIterateCount
public void setIterateCount(java.lang.Long value)Sets the value of the iterateCount property.- Parameters:
value- allowed object isLong
-
getIterateDelta
public double getIterateDelta()Gets the value of the iterateDelta property.- Returns:
- possible object is
Double
-
setIterateDelta
public void setIterateDelta(java.lang.Double value)Sets the value of the iterateDelta property.- Parameters:
value- allowed object isDouble
-
isFullPrecision
public boolean isFullPrecision()Gets the value of the fullPrecision property.- Returns:
- possible object is
Boolean
-
setFullPrecision
public void setFullPrecision(java.lang.Boolean value)Sets the value of the fullPrecision property.- Parameters:
value- allowed object isBoolean
-
isCalcCompleted
public boolean isCalcCompleted()Gets the value of the calcCompleted property.- Returns:
- possible object is
Boolean
-
setCalcCompleted
public void setCalcCompleted(java.lang.Boolean value)Sets the value of the calcCompleted property.- Parameters:
value- allowed object isBoolean
-
isCalcOnSave
public boolean isCalcOnSave()Gets the value of the calcOnSave property.- Returns:
- possible object is
Boolean
-
setCalcOnSave
public void setCalcOnSave(java.lang.Boolean value)Sets the value of the calcOnSave property.- Parameters:
value- allowed object isBoolean
-
isConcurrentCalc
public boolean isConcurrentCalc()Gets the value of the concurrentCalc property.- Returns:
- possible object is
Boolean
-
setConcurrentCalc
public void setConcurrentCalc(java.lang.Boolean value)Sets the value of the concurrentCalc property.- Parameters:
value- allowed object isBoolean
-
getConcurrentManualCount
public java.lang.Long getConcurrentManualCount()Gets the value of the concurrentManualCount property.- Returns:
- possible object is
Long
-
setConcurrentManualCount
public void setConcurrentManualCount(java.lang.Long value)Sets the value of the concurrentManualCount property.- Parameters:
value- allowed object isLong
-
isForceFullCalc
public java.lang.Boolean isForceFullCalc()Gets the value of the forceFullCalc property.- Returns:
- possible object is
Boolean
-
setForceFullCalc
public void setForceFullCalc(java.lang.Boolean value)Sets the value of the forceFullCalc 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.
-