Interface CTCalcPr
- 
- All Superinterfaces:
 XmlObject,XmlTokenSource
public interface CTCalcPr extends XmlObject
An XML CT_CalcPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTCalcPr.FactoryA factory class with static methods for creating instances of this type. 
- 
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype- 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCalcCompleted()Gets the "calcCompleted" attributelonggetCalcId()Gets the "calcId" attributeSTCalcMode.EnumgetCalcMode()Gets the "calcMode" attributebooleangetCalcOnSave()Gets the "calcOnSave" attributebooleangetConcurrentCalc()Gets the "concurrentCalc" attributelonggetConcurrentManualCount()Gets the "concurrentManualCount" attributebooleangetForceFullCalc()Gets the "forceFullCalc" attributebooleangetFullCalcOnLoad()Gets the "fullCalcOnLoad" attributebooleangetFullPrecision()Gets the "fullPrecision" attributebooleangetIterate()Gets the "iterate" attributelonggetIterateCount()Gets the "iterateCount" attributedoublegetIterateDelta()Gets the "iterateDelta" attributeSTRefMode.EnumgetRefMode()Gets the "refMode" attributebooleanisSetCalcCompleted()True if has "calcCompleted" attributebooleanisSetCalcId()True if has "calcId" attributebooleanisSetCalcMode()True if has "calcMode" attributebooleanisSetCalcOnSave()True if has "calcOnSave" attributebooleanisSetConcurrentCalc()True if has "concurrentCalc" attributebooleanisSetConcurrentManualCount()True if has "concurrentManualCount" attributebooleanisSetForceFullCalc()True if has "forceFullCalc" attributebooleanisSetFullCalcOnLoad()True if has "fullCalcOnLoad" attributebooleanisSetFullPrecision()True if has "fullPrecision" attributebooleanisSetIterate()True if has "iterate" attributebooleanisSetIterateCount()True if has "iterateCount" attributebooleanisSetIterateDelta()True if has "iterateDelta" attributebooleanisSetRefMode()True if has "refMode" attributevoidsetCalcCompleted(boolean calcCompleted)Sets the "calcCompleted" attributevoidsetCalcId(long calcId)Sets the "calcId" attributevoidsetCalcMode(STCalcMode.Enum calcMode)Sets the "calcMode" attributevoidsetCalcOnSave(boolean calcOnSave)Sets the "calcOnSave" attributevoidsetConcurrentCalc(boolean concurrentCalc)Sets the "concurrentCalc" attributevoidsetConcurrentManualCount(long concurrentManualCount)Sets the "concurrentManualCount" attributevoidsetForceFullCalc(boolean forceFullCalc)Sets the "forceFullCalc" attributevoidsetFullCalcOnLoad(boolean fullCalcOnLoad)Sets the "fullCalcOnLoad" attributevoidsetFullPrecision(boolean fullPrecision)Sets the "fullPrecision" attributevoidsetIterate(boolean iterate)Sets the "iterate" attributevoidsetIterateCount(long iterateCount)Sets the "iterateCount" attributevoidsetIterateDelta(double iterateDelta)Sets the "iterateDelta" attributevoidsetRefMode(STRefMode.Enum refMode)Sets the "refMode" attributevoidunsetCalcCompleted()Unsets the "calcCompleted" attributevoidunsetCalcId()Unsets the "calcId" attributevoidunsetCalcMode()Unsets the "calcMode" attributevoidunsetCalcOnSave()Unsets the "calcOnSave" attributevoidunsetConcurrentCalc()Unsets the "concurrentCalc" attributevoidunsetConcurrentManualCount()Unsets the "concurrentManualCount" attributevoidunsetForceFullCalc()Unsets the "forceFullCalc" attributevoidunsetFullCalcOnLoad()Unsets the "fullCalcOnLoad" attributevoidunsetFullPrecision()Unsets the "fullPrecision" attributevoidunsetIterate()Unsets the "iterate" attributevoidunsetIterateCount()Unsets the "iterateCount" attributevoidunsetIterateDelta()Unsets the "iterateDelta" attributevoidunsetRefMode()Unsets the "refMode" attributeXmlBooleanxgetCalcCompleted()Gets (as xml) the "calcCompleted" attributeXmlUnsignedIntxgetCalcId()Gets (as xml) the "calcId" attributeSTCalcModexgetCalcMode()Gets (as xml) the "calcMode" attributeXmlBooleanxgetCalcOnSave()Gets (as xml) the "calcOnSave" attributeXmlBooleanxgetConcurrentCalc()Gets (as xml) the "concurrentCalc" attributeXmlUnsignedIntxgetConcurrentManualCount()Gets (as xml) the "concurrentManualCount" attributeXmlBooleanxgetForceFullCalc()Gets (as xml) the "forceFullCalc" attributeXmlBooleanxgetFullCalcOnLoad()Gets (as xml) the "fullCalcOnLoad" attributeXmlBooleanxgetFullPrecision()Gets (as xml) the "fullPrecision" attributeXmlBooleanxgetIterate()Gets (as xml) the "iterate" attributeXmlUnsignedIntxgetIterateCount()Gets (as xml) the "iterateCount" attributeXmlDoublexgetIterateDelta()Gets (as xml) the "iterateDelta" attributeSTRefModexgetRefMode()Gets (as xml) the "refMode" attributevoidxsetCalcCompleted(XmlBoolean calcCompleted)Sets (as xml) the "calcCompleted" attributevoidxsetCalcId(XmlUnsignedInt calcId)Sets (as xml) the "calcId" attributevoidxsetCalcMode(STCalcMode calcMode)Sets (as xml) the "calcMode" attributevoidxsetCalcOnSave(XmlBoolean calcOnSave)Sets (as xml) the "calcOnSave" attributevoidxsetConcurrentCalc(XmlBoolean concurrentCalc)Sets (as xml) the "concurrentCalc" attributevoidxsetConcurrentManualCount(XmlUnsignedInt concurrentManualCount)Sets (as xml) the "concurrentManualCount" attributevoidxsetForceFullCalc(XmlBoolean forceFullCalc)Sets (as xml) the "forceFullCalc" attributevoidxsetFullCalcOnLoad(XmlBoolean fullCalcOnLoad)Sets (as xml) the "fullCalcOnLoad" attributevoidxsetFullPrecision(XmlBoolean fullPrecision)Sets (as xml) the "fullPrecision" attributevoidxsetIterate(XmlBoolean iterate)Sets (as xml) the "iterate" attributevoidxsetIterateCount(XmlUnsignedInt iterateCount)Sets (as xml) the "iterateCount" attributevoidxsetIterateDelta(XmlDouble iterateDelta)Sets (as xml) the "iterateDelta" attributevoidxsetRefMode(STRefMode refMode)Sets (as xml) the "refMode" attribute- 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode 
- 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText 
 - 
 
 - 
 
- 
- 
Field Detail
- 
type
static final SchemaType type
 
 - 
 
- 
Method Detail
- 
getCalcId
long getCalcId()
Gets the "calcId" attribute 
- 
xgetCalcId
XmlUnsignedInt xgetCalcId()
Gets (as xml) the "calcId" attribute 
- 
isSetCalcId
boolean isSetCalcId()
True if has "calcId" attribute 
- 
setCalcId
void setCalcId(long calcId)
Sets the "calcId" attribute 
- 
xsetCalcId
void xsetCalcId(XmlUnsignedInt calcId)
Sets (as xml) the "calcId" attribute 
- 
unsetCalcId
void unsetCalcId()
Unsets the "calcId" attribute 
- 
getCalcMode
STCalcMode.Enum getCalcMode()
Gets the "calcMode" attribute 
- 
xgetCalcMode
STCalcMode xgetCalcMode()
Gets (as xml) the "calcMode" attribute 
- 
isSetCalcMode
boolean isSetCalcMode()
True if has "calcMode" attribute 
- 
setCalcMode
void setCalcMode(STCalcMode.Enum calcMode)
Sets the "calcMode" attribute 
- 
xsetCalcMode
void xsetCalcMode(STCalcMode calcMode)
Sets (as xml) the "calcMode" attribute 
- 
unsetCalcMode
void unsetCalcMode()
Unsets the "calcMode" attribute 
- 
getFullCalcOnLoad
boolean getFullCalcOnLoad()
Gets the "fullCalcOnLoad" attribute 
- 
xgetFullCalcOnLoad
XmlBoolean xgetFullCalcOnLoad()
Gets (as xml) the "fullCalcOnLoad" attribute 
- 
isSetFullCalcOnLoad
boolean isSetFullCalcOnLoad()
True if has "fullCalcOnLoad" attribute 
- 
setFullCalcOnLoad
void setFullCalcOnLoad(boolean fullCalcOnLoad)
Sets the "fullCalcOnLoad" attribute 
- 
xsetFullCalcOnLoad
void xsetFullCalcOnLoad(XmlBoolean fullCalcOnLoad)
Sets (as xml) the "fullCalcOnLoad" attribute 
- 
unsetFullCalcOnLoad
void unsetFullCalcOnLoad()
Unsets the "fullCalcOnLoad" attribute 
- 
getRefMode
STRefMode.Enum getRefMode()
Gets the "refMode" attribute 
- 
xgetRefMode
STRefMode xgetRefMode()
Gets (as xml) the "refMode" attribute 
- 
isSetRefMode
boolean isSetRefMode()
True if has "refMode" attribute 
- 
setRefMode
void setRefMode(STRefMode.Enum refMode)
Sets the "refMode" attribute 
- 
xsetRefMode
void xsetRefMode(STRefMode refMode)
Sets (as xml) the "refMode" attribute 
- 
unsetRefMode
void unsetRefMode()
Unsets the "refMode" attribute 
- 
getIterate
boolean getIterate()
Gets the "iterate" attribute 
- 
xgetIterate
XmlBoolean xgetIterate()
Gets (as xml) the "iterate" attribute 
- 
isSetIterate
boolean isSetIterate()
True if has "iterate" attribute 
- 
setIterate
void setIterate(boolean iterate)
Sets the "iterate" attribute 
- 
xsetIterate
void xsetIterate(XmlBoolean iterate)
Sets (as xml) the "iterate" attribute 
- 
unsetIterate
void unsetIterate()
Unsets the "iterate" attribute 
- 
getIterateCount
long getIterateCount()
Gets the "iterateCount" attribute 
- 
xgetIterateCount
XmlUnsignedInt xgetIterateCount()
Gets (as xml) the "iterateCount" attribute 
- 
isSetIterateCount
boolean isSetIterateCount()
True if has "iterateCount" attribute 
- 
setIterateCount
void setIterateCount(long iterateCount)
Sets the "iterateCount" attribute 
- 
xsetIterateCount
void xsetIterateCount(XmlUnsignedInt iterateCount)
Sets (as xml) the "iterateCount" attribute 
- 
unsetIterateCount
void unsetIterateCount()
Unsets the "iterateCount" attribute 
- 
getIterateDelta
double getIterateDelta()
Gets the "iterateDelta" attribute 
- 
xgetIterateDelta
XmlDouble xgetIterateDelta()
Gets (as xml) the "iterateDelta" attribute 
- 
isSetIterateDelta
boolean isSetIterateDelta()
True if has "iterateDelta" attribute 
- 
setIterateDelta
void setIterateDelta(double iterateDelta)
Sets the "iterateDelta" attribute 
- 
xsetIterateDelta
void xsetIterateDelta(XmlDouble iterateDelta)
Sets (as xml) the "iterateDelta" attribute 
- 
unsetIterateDelta
void unsetIterateDelta()
Unsets the "iterateDelta" attribute 
- 
getFullPrecision
boolean getFullPrecision()
Gets the "fullPrecision" attribute 
- 
xgetFullPrecision
XmlBoolean xgetFullPrecision()
Gets (as xml) the "fullPrecision" attribute 
- 
isSetFullPrecision
boolean isSetFullPrecision()
True if has "fullPrecision" attribute 
- 
setFullPrecision
void setFullPrecision(boolean fullPrecision)
Sets the "fullPrecision" attribute 
- 
xsetFullPrecision
void xsetFullPrecision(XmlBoolean fullPrecision)
Sets (as xml) the "fullPrecision" attribute 
- 
unsetFullPrecision
void unsetFullPrecision()
Unsets the "fullPrecision" attribute 
- 
getCalcCompleted
boolean getCalcCompleted()
Gets the "calcCompleted" attribute 
- 
xgetCalcCompleted
XmlBoolean xgetCalcCompleted()
Gets (as xml) the "calcCompleted" attribute 
- 
isSetCalcCompleted
boolean isSetCalcCompleted()
True if has "calcCompleted" attribute 
- 
setCalcCompleted
void setCalcCompleted(boolean calcCompleted)
Sets the "calcCompleted" attribute 
- 
xsetCalcCompleted
void xsetCalcCompleted(XmlBoolean calcCompleted)
Sets (as xml) the "calcCompleted" attribute 
- 
unsetCalcCompleted
void unsetCalcCompleted()
Unsets the "calcCompleted" attribute 
- 
getCalcOnSave
boolean getCalcOnSave()
Gets the "calcOnSave" attribute 
- 
xgetCalcOnSave
XmlBoolean xgetCalcOnSave()
Gets (as xml) the "calcOnSave" attribute 
- 
isSetCalcOnSave
boolean isSetCalcOnSave()
True if has "calcOnSave" attribute 
- 
setCalcOnSave
void setCalcOnSave(boolean calcOnSave)
Sets the "calcOnSave" attribute 
- 
xsetCalcOnSave
void xsetCalcOnSave(XmlBoolean calcOnSave)
Sets (as xml) the "calcOnSave" attribute 
- 
unsetCalcOnSave
void unsetCalcOnSave()
Unsets the "calcOnSave" attribute 
- 
getConcurrentCalc
boolean getConcurrentCalc()
Gets the "concurrentCalc" attribute 
- 
xgetConcurrentCalc
XmlBoolean xgetConcurrentCalc()
Gets (as xml) the "concurrentCalc" attribute 
- 
isSetConcurrentCalc
boolean isSetConcurrentCalc()
True if has "concurrentCalc" attribute 
- 
setConcurrentCalc
void setConcurrentCalc(boolean concurrentCalc)
Sets the "concurrentCalc" attribute 
- 
xsetConcurrentCalc
void xsetConcurrentCalc(XmlBoolean concurrentCalc)
Sets (as xml) the "concurrentCalc" attribute 
- 
unsetConcurrentCalc
void unsetConcurrentCalc()
Unsets the "concurrentCalc" attribute 
- 
getConcurrentManualCount
long getConcurrentManualCount()
Gets the "concurrentManualCount" attribute 
- 
xgetConcurrentManualCount
XmlUnsignedInt xgetConcurrentManualCount()
Gets (as xml) the "concurrentManualCount" attribute 
- 
isSetConcurrentManualCount
boolean isSetConcurrentManualCount()
True if has "concurrentManualCount" attribute 
- 
setConcurrentManualCount
void setConcurrentManualCount(long concurrentManualCount)
Sets the "concurrentManualCount" attribute 
- 
xsetConcurrentManualCount
void xsetConcurrentManualCount(XmlUnsignedInt concurrentManualCount)
Sets (as xml) the "concurrentManualCount" attribute 
- 
unsetConcurrentManualCount
void unsetConcurrentManualCount()
Unsets the "concurrentManualCount" attribute 
- 
getForceFullCalc
boolean getForceFullCalc()
Gets the "forceFullCalc" attribute 
- 
xgetForceFullCalc
XmlBoolean xgetForceFullCalc()
Gets (as xml) the "forceFullCalc" attribute 
- 
isSetForceFullCalc
boolean isSetForceFullCalc()
True if has "forceFullCalc" attribute 
- 
setForceFullCalc
void setForceFullCalc(boolean forceFullCalc)
Sets the "forceFullCalc" attribute 
- 
xsetForceFullCalc
void xsetForceFullCalc(XmlBoolean forceFullCalc)
Sets (as xml) the "forceFullCalc" attribute 
- 
unsetForceFullCalc
void unsetForceFullCalc()
Unsets the "forceFullCalc" attribute 
 - 
 
 -