Package org.xlsx4j.sml
Class CTFileRecoveryPr
java.lang.Object
org.xlsx4j.sml.CTFileRecoveryPr
- All Implemented Interfaces:
Child
Java class for CT_FileRecoveryPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FileRecoveryPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="autoRecover" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="crashSave" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dataExtractLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="repairLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the parent object in the object tree representing the unmarshalled xml document.booleanGets the value of the autoRecover property.booleanGets the value of the crashSave property.booleanGets the value of the dataExtractLoad property.booleanGets the value of the repairLoad property.voidsetAutoRecover(Boolean value) Sets the value of the autoRecover property.voidsetCrashSave(Boolean value) Sets the value of the crashSave property.voidsetDataExtractLoad(Boolean value) Sets the value of the dataExtractLoad property.voidvoidsetRepairLoad(Boolean value) Sets the value of the repairLoad property.
-
Field Details
-
autoRecover
-
crashSave
-
dataExtractLoad
-
repairLoad
-
-
Constructor Details
-
CTFileRecoveryPr
public CTFileRecoveryPr()
-
-
Method Details
-
isAutoRecover
public boolean isAutoRecover()Gets the value of the autoRecover property.- Returns:
- possible object is
Boolean
-
setAutoRecover
Sets the value of the autoRecover property.- Parameters:
value- allowed object isBoolean
-
isCrashSave
public boolean isCrashSave()Gets the value of the crashSave property.- Returns:
- possible object is
Boolean
-
setCrashSave
Sets the value of the crashSave property.- Parameters:
value- allowed object isBoolean
-
isDataExtractLoad
public boolean isDataExtractLoad()Gets the value of the dataExtractLoad property.- Returns:
- possible object is
Boolean
-
setDataExtractLoad
Sets the value of the dataExtractLoad property.- Parameters:
value- allowed object isBoolean
-
isRepairLoad
public boolean isRepairLoad()Gets the value of the repairLoad property.- Returns:
- possible object is
Boolean
-
setRepairLoad
Sets the value of the repairLoad property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-