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 class
CTFileRecoveryPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 boolean
getAutoRecover()
Gets the "autoRecover" attributeboolean
getCrashSave()
Gets the "crashSave" attributeboolean
getDataExtractLoad()
Gets the "dataExtractLoad" attributeboolean
getRepairLoad()
Gets the "repairLoad" attributeboolean
isSetAutoRecover()
True if has "autoRecover" attributeboolean
isSetCrashSave()
True if has "crashSave" attributeboolean
isSetDataExtractLoad()
True if has "dataExtractLoad" attributeboolean
isSetRepairLoad()
True if has "repairLoad" attributevoid
setAutoRecover(boolean autoRecover)
Sets the "autoRecover" attributevoid
setCrashSave(boolean crashSave)
Sets the "crashSave" attributevoid
setDataExtractLoad(boolean dataExtractLoad)
Sets the "dataExtractLoad" attributevoid
setRepairLoad(boolean repairLoad)
Sets the "repairLoad" attributevoid
unsetAutoRecover()
Unsets the "autoRecover" attributevoid
unsetCrashSave()
Unsets the "crashSave" attributevoid
unsetDataExtractLoad()
Unsets the "dataExtractLoad" attributevoid
unsetRepairLoad()
Unsets the "repairLoad" attributeXmlBoolean
xgetAutoRecover()
Gets (as xml) the "autoRecover" attributeXmlBoolean
xgetCrashSave()
Gets (as xml) the "crashSave" attributeXmlBoolean
xgetDataExtractLoad()
Gets (as xml) the "dataExtractLoad" attributeXmlBoolean
xgetRepairLoad()
Gets (as xml) the "repairLoad" attributevoid
xsetAutoRecover(XmlBoolean autoRecover)
Sets (as xml) the "autoRecover" attributevoid
xsetCrashSave(XmlBoolean crashSave)
Sets (as xml) the "crashSave" attributevoid
xsetDataExtractLoad(XmlBoolean dataExtractLoad)
Sets (as xml) the "dataExtractLoad" attributevoid
xsetRepairLoad(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
-
-