Interface CTFileRecoveryPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFileRecoveryPr extends XmlObject
An XML CT_FileRecoveryPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFileRecoveryPr.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 booleangetAutoRecover()Gets the "autoRecover" attributebooleangetCrashSave()Gets the "crashSave" attributebooleangetDataExtractLoad()Gets the "dataExtractLoad" attributebooleangetRepairLoad()Gets the "repairLoad" attributebooleanisSetAutoRecover()True if has "autoRecover" attributebooleanisSetCrashSave()True if has "crashSave" attributebooleanisSetDataExtractLoad()True if has "dataExtractLoad" attributebooleanisSetRepairLoad()True 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" attributevoidunsetAutoRecover()Unsets the "autoRecover" attributevoidunsetCrashSave()Unsets the "crashSave" attributevoidunsetDataExtractLoad()Unsets the "dataExtractLoad" attributevoidunsetRepairLoad()Unsets the "repairLoad" attributeXmlBooleanxgetAutoRecover()Gets (as xml) the "autoRecover" attributeXmlBooleanxgetCrashSave()Gets (as xml) the "crashSave" attributeXmlBooleanxgetDataExtractLoad()Gets (as xml) the "dataExtractLoad" attributeXmlBooleanxgetRepairLoad()Gets (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" 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
-
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
void xsetAutoRecover(XmlBoolean autoRecover)
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
void xsetCrashSave(XmlBoolean crashSave)
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
void xsetDataExtractLoad(XmlBoolean dataExtractLoad)
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
void xsetRepairLoad(XmlBoolean repairLoad)
Sets (as xml) the "repairLoad" attribute
-
unsetRepairLoad
void unsetRepairLoad()
Unsets the "repairLoad" attribute
-
-