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.String appName  
    protected java.lang.String codeName  
    protected java.lang.String lastEdited  
    protected java.lang.String lowestEdited  
    protected java.lang.String rupBuild  
  • Constructor Summary

    Constructors 
    Constructor Description
    FileVersion()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.String getAppName()
    Gets the value of the appName property.
    java.lang.String getCodeName()
    Gets the value of the codeName property.
    java.lang.String getLastEdited()
    Gets the value of the lastEdited property.
    java.lang.String getLowestEdited()
    Gets the value of the lowestEdited property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getRupBuild()
    Gets the value of the rupBuild property.
    void setAppName​(java.lang.String value)
    Sets the value of the appName property.
    void setCodeName​(java.lang.String value)
    Sets the value of the codeName property.
    void setLastEdited​(java.lang.String value)
    Sets the value of the lastEdited property.
    void setLowestEdited​(java.lang.String value)
    Sets the value of the lowestEdited property.
    void setParent​(java.lang.Object parent)  
    void setRupBuild​(java.lang.String value)
    Sets the value of the rupBuild property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

  • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.