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.Boolean calcCompleted  
    protected java.lang.Long calcId  
    protected STCalcMode calcMode  
    protected java.lang.Boolean calcOnSave  
    protected java.lang.Boolean concurrentCalc  
    protected java.lang.Long concurrentManualCount  
    protected java.lang.Boolean forceFullCalc  
    protected java.lang.Boolean fullCalcOnLoad  
    protected java.lang.Boolean fullPrecision  
    protected java.lang.Boolean iterate  
    protected java.lang.Long iterateCount  
    protected java.lang.Double iterateDelta  
    protected STRefMode refMode  
  • Constructor Summary

    Constructors
    Constructor Description
    CTCalcPr()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.Long getCalcId()
    Gets the value of the calcId property.
    STCalcMode getCalcMode()
    Gets the value of the calcMode property.
    java.lang.Long getConcurrentManualCount()
    Gets the value of the concurrentManualCount property.
    long getIterateCount()
    Gets the value of the iterateCount property.
    double getIterateDelta()
    Gets the value of the iterateDelta property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    STRefMode getRefMode()
    Gets the value of the refMode property.
    boolean isCalcCompleted()
    Gets the value of the calcCompleted property.
    boolean isCalcOnSave()
    Gets the value of the calcOnSave property.
    boolean isConcurrentCalc()
    Gets the value of the concurrentCalc property.
    java.lang.Boolean isForceFullCalc()
    Gets the value of the forceFullCalc property.
    boolean isFullCalcOnLoad()
    Gets the value of the fullCalcOnLoad property.
    boolean isFullPrecision()
    Gets the value of the fullPrecision property.
    boolean isIterate()
    Gets the value of the iterate property.
    void setCalcCompleted​(java.lang.Boolean value)
    Sets the value of the calcCompleted property.
    void setCalcId​(java.lang.Long value)
    Sets the value of the calcId property.
    void setCalcMode​(STCalcMode value)
    Sets the value of the calcMode property.
    void setCalcOnSave​(java.lang.Boolean value)
    Sets the value of the calcOnSave property.
    void setConcurrentCalc​(java.lang.Boolean value)
    Sets the value of the concurrentCalc property.
    void setConcurrentManualCount​(java.lang.Long value)
    Sets the value of the concurrentManualCount property.
    void setForceFullCalc​(java.lang.Boolean value)
    Sets the value of the forceFullCalc property.
    void setFullCalcOnLoad​(java.lang.Boolean value)
    Sets the value of the fullCalcOnLoad property.
    void setFullPrecision​(java.lang.Boolean value)
    Sets the value of the fullPrecision property.
    void setIterate​(java.lang.Boolean value)
    Sets the value of the iterate property.
    void setIterateCount​(java.lang.Long value)
    Sets the value of the iterateCount property.
    void setIterateDelta​(java.lang.Double value)
    Sets the value of the iterateDelta property.
    void setParent​(java.lang.Object parent)  
    void setRefMode​(STRefMode value)
    Sets the value of the refMode property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • calcId

      protected java.lang.Long calcId
    • calcMode

      protected STCalcMode calcMode
    • fullCalcOnLoad

      protected java.lang.Boolean fullCalcOnLoad
    • refMode

      protected STRefMode 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 is Long
    • getCalcMode

      public STCalcMode getCalcMode()
      Gets the value of the calcMode property.
      Returns:
      possible object is STCalcMode
    • setCalcMode

      public void setCalcMode​(STCalcMode value)
      Sets the value of the calcMode property.
      Parameters:
      value - allowed object is STCalcMode
    • 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 is Boolean
    • getRefMode

      public STRefMode getRefMode()
      Gets the value of the refMode property.
      Returns:
      possible object is STRefMode
    • setRefMode

      public void setRefMode​(STRefMode value)
      Sets the value of the refMode property.
      Parameters:
      value - allowed object is STRefMode
    • 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 is Boolean
    • 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 is Long
    • 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 is Double
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Long
    • 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 is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.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.