Package org.xlsx4j.sml
Class CTCalcCell
java.lang.Object
org.xlsx4j.sml.CTCalcCell
- All Implemented Interfaces:
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.intgetI()Gets the value of the i property.Gets the parent object in the object tree representing the unmarshalled xml document.getR()Gets the value of the r property.getRef()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.voidSets the value of the a property.voidSets the value of the i property.voidSets the value of the l property.voidvoidSets the value of the r property.voidSets the value of the ref property.voidSets the value of the s property.voidSets the value of the t property.
-
Field Details
-
r
-
ref
-
i
-
s
-
l
-
t
-
a
-
-
Constructor Details
-
CTCalcCell
public CTCalcCell()
-
-
Method Details
-
getR
Gets the value of the r property.- Returns:
- possible object is
String
-
setR
Sets the value of the r property.- Parameters:
value- allowed object isString
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
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
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
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
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
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
Sets the value of the a property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-