Package org.xlsx4j.sml
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.Booleanacaprotected java.lang.Booleanbxprotected java.lang.Booleancaprotected java.lang.Booleandel1protected java.lang.Booleandel2protected java.lang.Booleandt2Dprotected java.lang.Booleandtrprotected java.lang.Stringr1protected java.lang.Stringr2protected java.lang.Stringrefprotected java.lang.Longsiprotected STCellFormulaTypetprotected java.lang.Stringvalue -
Constructor Summary
Constructors Constructor Description CTCellFormula() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetR1()Gets the value of the r1 property.java.lang.StringgetR2()Gets the value of the r2 property.java.lang.StringgetRef()Gets the value of the ref property.java.lang.LonggetSi()Gets the value of the si property.STCellFormulaTypegetT()Gets the value of the t property.java.lang.StringgetValue()Gets the value of the value property.booleanisAca()Gets the value of the aca property.booleanisBx()Gets the value of the bx property.booleanisCa()Gets the value of the ca property.booleanisDel1()Gets the value of the del1 property.booleanisDel2()Gets the value of the del2 property.booleanisDt2D()Gets the value of the dt2D property.booleanisDtr()Gets the value of the dtr property.voidsetAca(java.lang.Boolean value)Sets the value of the aca property.voidsetBx(java.lang.Boolean value)Sets the value of the bx property.voidsetCa(java.lang.Boolean value)Sets the value of the ca property.voidsetDel1(java.lang.Boolean value)Sets the value of the del1 property.voidsetDel2(java.lang.Boolean value)Sets the value of the del2 property.voidsetDt2D(java.lang.Boolean value)Sets the value of the dt2D property.voidsetDtr(java.lang.Boolean value)Sets the value of the dtr property.voidsetParent(java.lang.Object parent)voidsetR1(java.lang.String value)Sets the value of the r1 property.voidsetR2(java.lang.String value)Sets the value of the r2 property.voidsetRef(java.lang.String value)Sets the value of the ref property.voidsetSi(java.lang.Long value)Sets the value of the si property.voidsetT(STCellFormulaType value)Sets the value of the t property.voidsetValue(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
-
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
-
CTCellFormula
public CTCellFormula()
-
-
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 isString
-
getT
Gets the value of the t property.- Returns:
- possible object is
STCellFormulaType
-
setT
Sets the value of the t property.- Parameters:
value- allowed object isSTCellFormulaType
-
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 isBoolean
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isLong
-
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 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(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.
-