Class FileVersion

java.lang.Object
org.xlsx4j.sml.FileVersion
All Implemented Interfaces:
Child

public class FileVersion extends 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 Details

    • appName

      protected String appName
    • lastEdited

      protected String lastEdited
    • lowestEdited

      protected String lowestEdited
    • rupBuild

      protected String rupBuild
    • codeName

      protected String codeName
  • Constructor Details

    • FileVersion

      public FileVersion()
  • Method Details

    • getAppName

      public String getAppName()
      Gets the value of the appName property.
      Returns:
      possible object is String
    • setAppName

      public void setAppName(String value)
      Sets the value of the appName property.
      Parameters:
      value - allowed object is String
    • getLastEdited

      public String getLastEdited()
      Gets the value of the lastEdited property.
      Returns:
      possible object is String
    • setLastEdited

      public void setLastEdited(String value)
      Sets the value of the lastEdited property.
      Parameters:
      value - allowed object is String
    • getLowestEdited

      public String getLowestEdited()
      Gets the value of the lowestEdited property.
      Returns:
      possible object is String
    • setLowestEdited

      public void setLowestEdited(String value)
      Sets the value of the lowestEdited property.
      Parameters:
      value - allowed object is String
    • getRupBuild

      public String getRupBuild()
      Gets the value of the rupBuild property.
      Returns:
      possible object is String
    • setRupBuild

      public void setRupBuild(String value)
      Sets the value of the rupBuild property.
      Parameters:
      value - allowed object is String
    • getCodeName

      public String getCodeName()
      Gets the value of the codeName property.
      Returns:
      possible object is String
    • setCodeName

      public void setCodeName(String value)
      Sets the value of the codeName property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.