Package org.xlsx4j.sml
Class FileVersion
java.lang.Object
org.xlsx4j.sml.FileVersion
- All Implemented Interfaces:
Child
public class FileVersion extends java.lang.Object implements 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 Modifier and Type Field Description protected java.lang.StringappNameprotected java.lang.StringcodeNameprotected java.lang.StringlastEditedprotected java.lang.StringlowestEditedprotected java.lang.StringrupBuild -
Constructor Summary
Constructors Constructor Description FileVersion() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetAppName()Gets the value of the appName property.java.lang.StringgetCodeName()Gets the value of the codeName property.java.lang.StringgetLastEdited()Gets the value of the lastEdited property.java.lang.StringgetLowestEdited()Gets the value of the lowestEdited property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetRupBuild()Gets the value of the rupBuild property.voidsetAppName(java.lang.String value)Sets the value of the appName property.voidsetCodeName(java.lang.String value)Sets the value of the codeName property.voidsetLastEdited(java.lang.String value)Sets the value of the lastEdited property.voidsetLowestEdited(java.lang.String value)Sets the value of the lowestEdited property.voidsetParent(java.lang.Object parent)voidsetRupBuild(java.lang.String value)Sets the value of the rupBuild property.
-
Field Details
-
appName
protected java.lang.String appName -
lastEdited
protected java.lang.String lastEdited -
lowestEdited
protected java.lang.String lowestEdited -
rupBuild
protected java.lang.String rupBuild -
codeName
protected java.lang.String codeName
-
-
Constructor Details
-
FileVersion
public FileVersion()
-
-
Method Details
-
getAppName
public java.lang.String getAppName()Gets the value of the appName property.- Returns:
- possible object is
String
-
setAppName
public void setAppName(java.lang.String value)Sets the value of the appName property.- Parameters:
value- allowed object isString
-
getLastEdited
public java.lang.String getLastEdited()Gets the value of the lastEdited property.- Returns:
- possible object is
String
-
setLastEdited
public void setLastEdited(java.lang.String value)Sets the value of the lastEdited property.- Parameters:
value- allowed object isString
-
getLowestEdited
public java.lang.String getLowestEdited()Gets the value of the lowestEdited property.- Returns:
- possible object is
String
-
setLowestEdited
public void setLowestEdited(java.lang.String value)Sets the value of the lowestEdited property.- Parameters:
value- allowed object isString
-
getRupBuild
public java.lang.String getRupBuild()Gets the value of the rupBuild property.- Returns:
- possible object is
String
-
setRupBuild
public void setRupBuild(java.lang.String value)Sets the value of the rupBuild property.- Parameters:
value- allowed object isString
-
getCodeName
public java.lang.String getCodeName()Gets the value of the codeName property.- Returns:
- possible object is
String
-
setCodeName
public void setCodeName(java.lang.String value)Sets the value of the codeName property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-