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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
a |
protected java.lang.Integer |
i |
protected java.lang.Boolean |
l |
protected java.lang.String |
r |
protected java.lang.String |
ref |
protected java.lang.Boolean |
s |
protected java.lang.Boolean |
t |
| Constructor and Description |
|---|
CTCalcCell() |
| Modifier and Type | Method and 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.
|
int |
getI()
Gets the value of the i property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getR()
Gets the value of the r property.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
boolean |
isA()
Gets the value of the a property.
|
boolean |
isL()
Gets the value of the l property.
|
boolean |
isS()
Gets the value of the s property.
|
boolean |
isT()
Gets the value of the t property.
|
void |
setA(java.lang.Boolean value)
Sets the value of the a property.
|
void |
setI(java.lang.Integer value)
Sets the value of the i property.
|
void |
setL(java.lang.Boolean value)
Sets the value of the l property.
|
void |
setParent(java.lang.Object parent) |
void |
setR(java.lang.String value)
Sets the value of the r property.
|
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
void |
setS(java.lang.Boolean value)
Sets the value of the s property.
|
void |
setT(java.lang.Boolean value)
Sets the value of the t property.
|
protected java.lang.String r
protected java.lang.String ref
protected java.lang.Integer i
protected java.lang.Boolean s
protected java.lang.Boolean l
protected java.lang.Boolean t
protected java.lang.Boolean a
public java.lang.String getR()
Stringpublic void setR(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRef()
Stringpublic void setRef(java.lang.String value)
value - allowed object is
Stringpublic int getI()
Integerpublic void setI(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isS()
Booleanpublic void setS(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isL()
Booleanpublic void setL(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isT()
Booleanpublic void setT(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isA()
Booleanpublic void setA(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.