Package org.xlsx4j.sml
Class CTCalcCell
java.lang.Object
org.xlsx4j.sml.CTCalcCell
- All Implemented Interfaces:
Child
public class CTCalcCell extends java.lang.Object implements Child
Java class for CT_CalcCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CalcCell">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="r" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="ref" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="i" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="l" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CTCalcCell() -
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.intgetI()Gets the value of the i property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetR()Gets the value of the r property.java.lang.StringgetRef()Gets the value of the ref property.booleanisA()Gets the value of the a property.booleanisL()Gets the value of the l property.booleanisS()Gets the value of the s property.booleanisT()Gets the value of the t property.voidsetA(java.lang.Boolean value)Sets the value of the a property.voidsetI(java.lang.Integer value)Sets the value of the i property.voidsetL(java.lang.Boolean value)Sets the value of the l property.voidsetParent(java.lang.Object parent)voidsetR(java.lang.String value)Sets the value of the r property.voidsetRef(java.lang.String value)Sets the value of the ref property.voidsetS(java.lang.Boolean value)Sets the value of the s property.voidsetT(java.lang.Boolean value)Sets the value of the t property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
r
protected java.lang.String r -
ref
protected java.lang.String ref -
i
protected java.lang.Integer i -
s
protected java.lang.Boolean s -
l
protected java.lang.Boolean l -
t
protected java.lang.Boolean t -
a
protected java.lang.Boolean a
-
-
Constructor Details
-
CTCalcCell
public CTCalcCell()
-
-
Method Details
-
getR
public java.lang.String getR()Gets the value of the r property.- Returns:
- possible object is
String
-
setR
public void setR(java.lang.String value)Sets the value of the r property.- Parameters:
value- allowed object isString
-
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
-
getI
public int getI()Gets the value of the i property.- Returns:
- possible object is
Integer
-
setI
public void setI(java.lang.Integer value)Sets the value of the i property.- Parameters:
value- allowed object isInteger
-
isS
public boolean isS()Gets the value of the s property.- Returns:
- possible object is
Boolean
-
setS
public void setS(java.lang.Boolean value)Sets the value of the s property.- Parameters:
value- allowed object isBoolean
-
isL
public boolean isL()Gets the value of the l property.- Returns:
- possible object is
Boolean
-
setL
public void setL(java.lang.Boolean value)Sets the value of the l property.- Parameters:
value- allowed object isBoolean
-
isT
public boolean isT()Gets the value of the t property.- Returns:
- possible object is
Boolean
-
setT
public void setT(java.lang.Boolean value)Sets the value of the t property.- Parameters:
value- allowed object isBoolean
-
isA
public boolean isA()Gets the value of the a property.- Returns:
- possible object is
Boolean
-
setA
public void setA(java.lang.Boolean value)Sets the value of the a 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.
-