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>
| Modifier and Type | Field and 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 and Description |
|---|
FileVersion() |
| Modifier and Type | Method and 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.
|
protected java.lang.String appName
protected java.lang.String lastEdited
protected java.lang.String lowestEdited
protected java.lang.String rupBuild
protected java.lang.String codeName
public java.lang.String getAppName()
Stringpublic void setAppName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastEdited()
Stringpublic void setLastEdited(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLowestEdited()
Stringpublic void setLowestEdited(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRupBuild()
Stringpublic void setRupBuild(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeName()
Stringpublic void setCodeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.