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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appName |
protected String |
codeName |
protected String |
lastEdited |
protected String |
lowestEdited |
protected String |
rupBuild |
| Constructor and Description |
|---|
FileVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAppName()
Gets the value of the appName property.
|
String |
getCodeName()
Gets the value of the codeName property.
|
String |
getLastEdited()
Gets the value of the lastEdited property.
|
String |
getLowestEdited()
Gets the value of the lowestEdited property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getRupBuild()
Gets the value of the rupBuild property.
|
void |
setAppName(String value)
Sets the value of the appName property.
|
void |
setCodeName(String value)
Sets the value of the codeName property.
|
void |
setLastEdited(String value)
Sets the value of the lastEdited property.
|
void |
setLowestEdited(String value)
Sets the value of the lowestEdited property.
|
void |
setParent(Object parent) |
void |
setRupBuild(String value)
Sets the value of the rupBuild property.
|
protected String appName
protected String lastEdited
protected String lowestEdited
protected String rupBuild
protected String codeName
public String getAppName()
Stringpublic void setAppName(String value)
value - allowed object is
Stringpublic String getLastEdited()
Stringpublic void setLastEdited(String value)
value - allowed object is
Stringpublic String getLowestEdited()
Stringpublic void setLowestEdited(String value)
value - allowed object is
Stringpublic String getRupBuild()
Stringpublic void setRupBuild(String value)
value - allowed object is
Stringpublic String getCodeName()
Stringpublic void setCodeName(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.