public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Modifier and Type | Field and Description |
|---|---|
private static QName |
_DataType_QNAME |
private static QName |
_LastAccess_QNAME |
private static QName |
_Name_QNAME |
private static QName |
_Path_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.mug.iqm.recentfiles.jaxb
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
createDataType(String value)
|
File |
createFile()
Create an instance of
File |
FileList |
createFileList()
Create an instance of
FileList |
JAXBElement<XMLGregorianCalendar> |
createLastAccess(XMLGregorianCalendar value)
|
JAXBElement<String> |
createName(String value)
|
JAXBElement<String> |
createPath(String value)
|
RecentFiles |
createRecentFiles()
Create an instance of
RecentFiles |
private static final QName _DataType_QNAME
private static final QName _Name_QNAME
private static final QName _Path_QNAME
private static final QName _LastAccess_QNAME
public ObjectFactory()
public RecentFiles createRecentFiles()
RecentFilespublic JAXBElement<String> createDataType(String value)
public JAXBElement<String> createName(String value)
public JAXBElement<String> createPath(String value)
public JAXBElement<XMLGregorianCalendar> createLastAccess(XMLGregorianCalendar value)
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.