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