public class CTCalcPr extends Object implements Child
Java class for CT_CalcPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CalcPr"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="calcId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="calcMode" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CalcMode" default="auto" /> <attribute name="fullCalcOnLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="refMode" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_RefMode" default="A1" /> <attribute name="iterate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="iterateCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="100" /> <attribute name="iterateDelta" type="{http://www.w3.org/2001/XMLSchema}double" default="0.001" /> <attribute name="fullPrecision" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="calcCompleted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="calcOnSave" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="concurrentCalc" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="concurrentManualCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="forceFullCalc" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
calcCompleted |
protected Long |
calcId |
protected STCalcMode |
calcMode |
protected Boolean |
calcOnSave |
protected Boolean |
concurrentCalc |
protected Long |
concurrentManualCount |
protected Boolean |
forceFullCalc |
protected Boolean |
fullCalcOnLoad |
protected Boolean |
fullPrecision |
protected Boolean |
iterate |
protected Long |
iterateCount |
protected Double |
iterateDelta |
protected STRefMode |
refMode |
Constructor and Description |
---|
CTCalcPr() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Long |
getCalcId()
Gets the value of the calcId property.
|
STCalcMode |
getCalcMode()
Gets the value of the calcMode property.
|
Long |
getConcurrentManualCount()
Gets the value of the concurrentManualCount property.
|
long |
getIterateCount()
Gets the value of the iterateCount property.
|
double |
getIterateDelta()
Gets the value of the iterateDelta property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STRefMode |
getRefMode()
Gets the value of the refMode property.
|
boolean |
isCalcCompleted()
Gets the value of the calcCompleted property.
|
boolean |
isCalcOnSave()
Gets the value of the calcOnSave property.
|
boolean |
isConcurrentCalc()
Gets the value of the concurrentCalc property.
|
Boolean |
isForceFullCalc()
Gets the value of the forceFullCalc property.
|
boolean |
isFullCalcOnLoad()
Gets the value of the fullCalcOnLoad property.
|
boolean |
isFullPrecision()
Gets the value of the fullPrecision property.
|
boolean |
isIterate()
Gets the value of the iterate property.
|
void |
setCalcCompleted(Boolean value)
Sets the value of the calcCompleted property.
|
void |
setCalcId(Long value)
Sets the value of the calcId property.
|
void |
setCalcMode(STCalcMode value)
Sets the value of the calcMode property.
|
void |
setCalcOnSave(Boolean value)
Sets the value of the calcOnSave property.
|
void |
setConcurrentCalc(Boolean value)
Sets the value of the concurrentCalc property.
|
void |
setConcurrentManualCount(Long value)
Sets the value of the concurrentManualCount property.
|
void |
setForceFullCalc(Boolean value)
Sets the value of the forceFullCalc property.
|
void |
setFullCalcOnLoad(Boolean value)
Sets the value of the fullCalcOnLoad property.
|
void |
setFullPrecision(Boolean value)
Sets the value of the fullPrecision property.
|
void |
setIterate(Boolean value)
Sets the value of the iterate property.
|
void |
setIterateCount(Long value)
Sets the value of the iterateCount property.
|
void |
setIterateDelta(Double value)
Sets the value of the iterateDelta property.
|
void |
setParent(Object parent) |
void |
setRefMode(STRefMode value)
Sets the value of the refMode property.
|
protected Long calcId
protected STCalcMode calcMode
protected Boolean fullCalcOnLoad
protected STRefMode refMode
protected Boolean iterate
protected Long iterateCount
protected Double iterateDelta
protected Boolean fullPrecision
protected Boolean calcCompleted
protected Boolean calcOnSave
protected Boolean concurrentCalc
protected Long concurrentManualCount
protected Boolean forceFullCalc
public Long getCalcId()
Long
public void setCalcId(Long value)
value
- allowed object is
Long
public STCalcMode getCalcMode()
STCalcMode
public void setCalcMode(STCalcMode value)
value
- allowed object is
STCalcMode
public boolean isFullCalcOnLoad()
Boolean
public void setFullCalcOnLoad(Boolean value)
value
- allowed object is
Boolean
public STRefMode getRefMode()
STRefMode
public void setRefMode(STRefMode value)
value
- allowed object is
STRefMode
public boolean isIterate()
Boolean
public void setIterate(Boolean value)
value
- allowed object is
Boolean
public long getIterateCount()
Long
public void setIterateCount(Long value)
value
- allowed object is
Long
public double getIterateDelta()
Double
public void setIterateDelta(Double value)
value
- allowed object is
Double
public boolean isFullPrecision()
Boolean
public void setFullPrecision(Boolean value)
value
- allowed object is
Boolean
public boolean isCalcCompleted()
Boolean
public void setCalcCompleted(Boolean value)
value
- allowed object is
Boolean
public boolean isCalcOnSave()
Boolean
public void setCalcOnSave(Boolean value)
value
- allowed object is
Boolean
public boolean isConcurrentCalc()
Boolean
public void setConcurrentCalc(Boolean value)
value
- allowed object is
Boolean
public Long getConcurrentManualCount()
Long
public void setConcurrentManualCount(Long value)
value
- allowed object is
Long
public Boolean isForceFullCalc()
Boolean
public void setForceFullCalc(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.