Package org.xlsx4j.sml
Class FileVersion
java.lang.Object
org.xlsx4j.sml.FileVersion
- All Implemented Interfaces:
Child
Java class for CT_FileVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FileVersion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="appName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lastEdited" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lowestEdited" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rupBuild" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="codeName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Guid" />
</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 value of the appName property.Gets the value of the codeName property.Gets the value of the lastEdited property.Gets the value of the lowestEdited property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the rupBuild property.voidsetAppName(String value) Sets the value of the appName property.voidsetCodeName(String value) Sets the value of the codeName property.voidsetLastEdited(String value) Sets the value of the lastEdited property.voidsetLowestEdited(String value) Sets the value of the lowestEdited property.voidvoidsetRupBuild(String value) Sets the value of the rupBuild property.
-
Field Details
-
appName
-
lastEdited
-
lowestEdited
-
rupBuild
-
codeName
-
-
Constructor Details
-
FileVersion
public FileVersion()
-
-
Method Details
-
getAppName
Gets the value of the appName property.- Returns:
- possible object is
String
-
setAppName
Sets the value of the appName property.- Parameters:
value- allowed object isString
-
getLastEdited
Gets the value of the lastEdited property.- Returns:
- possible object is
String
-
setLastEdited
Sets the value of the lastEdited property.- Parameters:
value- allowed object isString
-
getLowestEdited
Gets the value of the lowestEdited property.- Returns:
- possible object is
String
-
setLowestEdited
Sets the value of the lowestEdited property.- Parameters:
value- allowed object isString
-
getRupBuild
Gets the value of the rupBuild property.- Returns:
- possible object is
String
-
setRupBuild
Sets the value of the rupBuild property.- Parameters:
value- allowed object isString
-
getCodeName
Gets the value of the codeName property.- Returns:
- possible object is
String
-
setCodeName
Sets the value of the codeName property.- Parameters:
value- allowed object isString
-
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.
-