Class CTCellFormula

java.lang.Object
org.xlsx4j.sml.CTCellFormula
All Implemented Interfaces:
Child

public class CTCellFormula
extends java.lang.Object
implements Child

Java class for CT_CellFormula complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_CellFormula">
   <simpleContent>
     <extension base="<http://schemas.openxmlformats.org/spreadsheetml/2006/main>ST_Formula">
       <attribute name="t" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellFormulaType" default="normal" />
       <attribute name="aca" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="ref" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
       <attribute name="dt2D" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="dtr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="del1" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="del2" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="r1" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
       <attribute name="r2" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
       <attribute name="ca" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="si" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="bx" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Boolean aca  
    protected java.lang.Boolean bx  
    protected java.lang.Boolean ca  
    protected java.lang.Boolean del1  
    protected java.lang.Boolean del2  
    protected java.lang.Boolean dt2D  
    protected java.lang.Boolean dtr  
    protected java.lang.String r1  
    protected java.lang.String r2  
    protected java.lang.String ref  
    protected java.lang.Long si  
    protected STCellFormulaType t  
    protected java.lang.String value  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTCellFormula()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getR1()
    Gets the value of the r1 property.
    java.lang.String getR2()
    Gets the value of the r2 property.
    java.lang.String getRef()
    Gets the value of the ref property.
    java.lang.Long getSi()
    Gets the value of the si property.
    STCellFormulaType getT()
    Gets the value of the t property.
    java.lang.String getValue()
    Gets the value of the value property.
    boolean isAca()
    Gets the value of the aca property.
    boolean isBx()
    Gets the value of the bx property.
    boolean isCa()
    Gets the value of the ca property.
    boolean isDel1()
    Gets the value of the del1 property.
    boolean isDel2()
    Gets the value of the del2 property.
    boolean isDt2D()
    Gets the value of the dt2D property.
    boolean isDtr()
    Gets the value of the dtr property.
    void setAca​(java.lang.Boolean value)
    Sets the value of the aca property.
    void setBx​(java.lang.Boolean value)
    Sets the value of the bx property.
    void setCa​(java.lang.Boolean value)
    Sets the value of the ca property.
    void setDel1​(java.lang.Boolean value)
    Sets the value of the del1 property.
    void setDel2​(java.lang.Boolean value)
    Sets the value of the del2 property.
    void setDt2D​(java.lang.Boolean value)
    Sets the value of the dt2D property.
    void setDtr​(java.lang.Boolean value)
    Sets the value of the dtr property.
    void setParent​(java.lang.Object parent)  
    void setR1​(java.lang.String value)
    Sets the value of the r1 property.
    void setR2​(java.lang.String value)
    Sets the value of the r2 property.
    void setRef​(java.lang.String value)
    Sets the value of the ref property.
    void setSi​(java.lang.Long value)
    Sets the value of the si property.
    void setT​(STCellFormulaType value)
    Sets the value of the t property.
    void setValue​(java.lang.String value)
    Sets the value of the value property.

    Methods inherited from class java.lang.Object

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

    • value

      protected java.lang.String value
    • t

      protected STCellFormulaType t
    • aca

      protected java.lang.Boolean aca
    • ref

      protected java.lang.String ref
    • dt2D

      protected java.lang.Boolean dt2D
    • dtr

      protected java.lang.Boolean dtr
    • del1

      protected java.lang.Boolean del1
    • del2

      protected java.lang.Boolean del2
    • r1

      protected java.lang.String r1
    • r2

      protected java.lang.String r2
    • ca

      protected java.lang.Boolean ca
    • si

      protected java.lang.Long si
    • bx

      protected java.lang.Boolean bx
  • Constructor Details

  • Method Details

    • getValue

      public java.lang.String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue​(java.lang.String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getT

      public STCellFormulaType getT()
      Gets the value of the t property.
      Returns:
      possible object is STCellFormulaType
    • setT

      public void setT​(STCellFormulaType value)
      Sets the value of the t property.
      Parameters:
      value - allowed object is STCellFormulaType
    • isAca

      public boolean isAca()
      Gets the value of the aca property.
      Returns:
      possible object is Boolean
    • setAca

      public void setAca​(java.lang.Boolean value)
      Sets the value of the aca property.
      Parameters:
      value - allowed object is Boolean
    • getRef

      public java.lang.String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

      public void setRef​(java.lang.String value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is String
    • isDt2D

      public boolean isDt2D()
      Gets the value of the dt2D property.
      Returns:
      possible object is Boolean
    • setDt2D

      public void setDt2D​(java.lang.Boolean value)
      Sets the value of the dt2D property.
      Parameters:
      value - allowed object is Boolean
    • isDtr

      public boolean isDtr()
      Gets the value of the dtr property.
      Returns:
      possible object is Boolean
    • setDtr

      public void setDtr​(java.lang.Boolean value)
      Sets the value of the dtr property.
      Parameters:
      value - allowed object is Boolean
    • isDel1

      public boolean isDel1()
      Gets the value of the del1 property.
      Returns:
      possible object is Boolean
    • setDel1

      public void setDel1​(java.lang.Boolean value)
      Sets the value of the del1 property.
      Parameters:
      value - allowed object is Boolean
    • isDel2

      public boolean isDel2()
      Gets the value of the del2 property.
      Returns:
      possible object is Boolean
    • setDel2

      public void setDel2​(java.lang.Boolean value)
      Sets the value of the del2 property.
      Parameters:
      value - allowed object is Boolean
    • getR1

      public java.lang.String getR1()
      Gets the value of the r1 property.
      Returns:
      possible object is String
    • setR1

      public void setR1​(java.lang.String value)
      Sets the value of the r1 property.
      Parameters:
      value - allowed object is String
    • getR2

      public java.lang.String getR2()
      Gets the value of the r2 property.
      Returns:
      possible object is String
    • setR2

      public void setR2​(java.lang.String value)
      Sets the value of the r2 property.
      Parameters:
      value - allowed object is String
    • isCa

      public boolean isCa()
      Gets the value of the ca property.
      Returns:
      possible object is Boolean
    • setCa

      public void setCa​(java.lang.Boolean value)
      Sets the value of the ca property.
      Parameters:
      value - allowed object is Boolean
    • getSi

      public java.lang.Long getSi()
      Gets the value of the si property.
      Returns:
      possible object is Long
    • setSi

      public void setSi​(java.lang.Long value)
      Sets the value of the si property.
      Parameters:
      value - allowed object is Long
    • isBx

      public boolean isBx()
      Gets the value of the bx property.
      Returns:
      possible object is Boolean
    • setBx

      public void setBx​(java.lang.Boolean value)
      Sets the value of the bx 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​(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.