Interface CTFileRecoveryPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FileRecoveryPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFileRecoveryPr> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "autoRecover" attributebooleanGets the "crashSave" attributebooleanGets the "dataExtractLoad" attributebooleanGets the "repairLoad" attributebooleanTrue if has "autoRecover" attributebooleanTrue if has "crashSave" attributebooleanTrue if has "dataExtractLoad" attributebooleanTrue if has "repairLoad" attributevoidsetAutoRecover(boolean autoRecover) Sets the "autoRecover" attributevoidsetCrashSave(boolean crashSave) Sets the "crashSave" attributevoidsetDataExtractLoad(boolean dataExtractLoad) Sets the "dataExtractLoad" attributevoidsetRepairLoad(boolean repairLoad) Sets the "repairLoad" attributevoidUnsets the "autoRecover" attributevoidUnsets the "crashSave" attributevoidUnsets the "dataExtractLoad" attributevoidUnsets the "repairLoad" attributeGets (as xml) the "autoRecover" attributeGets (as xml) the "crashSave" attributeGets (as xml) the "dataExtractLoad" attributeGets (as xml) the "repairLoad" attributevoidxsetAutoRecover(XmlBoolean autoRecover) Sets (as xml) the "autoRecover" attributevoidxsetCrashSave(XmlBoolean crashSave) Sets (as xml) the "crashSave" attributevoidxsetDataExtractLoad(XmlBoolean dataExtractLoad) Sets (as xml) the "dataExtractLoad" attributevoidxsetRepairLoad(XmlBoolean repairLoad) Sets (as xml) the "repairLoad" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getAutoRecover
boolean getAutoRecover()Gets the "autoRecover" attribute -
xgetAutoRecover
XmlBoolean xgetAutoRecover()Gets (as xml) the "autoRecover" attribute -
isSetAutoRecover
boolean isSetAutoRecover()True if has "autoRecover" attribute -
setAutoRecover
void setAutoRecover(boolean autoRecover) Sets the "autoRecover" attribute -
xsetAutoRecover
Sets (as xml) the "autoRecover" attribute -
unsetAutoRecover
void unsetAutoRecover()Unsets the "autoRecover" attribute -
getCrashSave
boolean getCrashSave()Gets the "crashSave" attribute -
xgetCrashSave
XmlBoolean xgetCrashSave()Gets (as xml) the "crashSave" attribute -
isSetCrashSave
boolean isSetCrashSave()True if has "crashSave" attribute -
setCrashSave
void setCrashSave(boolean crashSave) Sets the "crashSave" attribute -
xsetCrashSave
Sets (as xml) the "crashSave" attribute -
unsetCrashSave
void unsetCrashSave()Unsets the "crashSave" attribute -
getDataExtractLoad
boolean getDataExtractLoad()Gets the "dataExtractLoad" attribute -
xgetDataExtractLoad
XmlBoolean xgetDataExtractLoad()Gets (as xml) the "dataExtractLoad" attribute -
isSetDataExtractLoad
boolean isSetDataExtractLoad()True if has "dataExtractLoad" attribute -
setDataExtractLoad
void setDataExtractLoad(boolean dataExtractLoad) Sets the "dataExtractLoad" attribute -
xsetDataExtractLoad
Sets (as xml) the "dataExtractLoad" attribute -
unsetDataExtractLoad
void unsetDataExtractLoad()Unsets the "dataExtractLoad" attribute -
getRepairLoad
boolean getRepairLoad()Gets the "repairLoad" attribute -
xgetRepairLoad
XmlBoolean xgetRepairLoad()Gets (as xml) the "repairLoad" attribute -
isSetRepairLoad
boolean isSetRepairLoad()True if has "repairLoad" attribute -
setRepairLoad
void setRepairLoad(boolean repairLoad) Sets the "repairLoad" attribute -
xsetRepairLoad
Sets (as xml) the "repairLoad" attribute -
unsetRepairLoad
void unsetRepairLoad()Unsets the "repairLoad" attribute
-