public class RecentFiles extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}fileList"/>
</sequence>
<attribute name="lastUpdate" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileList |
fileList |
protected XMLGregorianCalendar |
lastUpdate |
| Constructor and Description |
|---|
RecentFiles() |
| Modifier and Type | Method and Description |
|---|---|
FileList |
getFileList()
Gets the value of the fileList property.
|
XMLGregorianCalendar |
getLastUpdate()
Gets the value of the lastUpdate property.
|
void |
setFileList(FileList value)
Sets the value of the fileList property.
|
void |
setLastUpdate(XMLGregorianCalendar value)
Sets the value of the lastUpdate property.
|
protected FileList fileList
protected XMLGregorianCalendar lastUpdate
public FileList getFileList()
FileListpublic void setFileList(FileList value)
value - allowed object is
FileListpublic XMLGregorianCalendar getLastUpdate()
XMLGregorianCalendarpublic void setLastUpdate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.