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 |
_Conf_QNAME |
private static QName |
_Images_QNAME |
private static QName |
_Interval_QNAME |
private static QName |
_LastUpdate_QNAME |
private static QName |
_LookAndFeel_QNAME |
private static QName |
_Name_QNAME |
private static QName |
_Root_QNAME |
private static QName |
_Script_QNAME |
private static QName |
_Temp_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.config.jaxb
|
| Modifier and Type | Method and Description |
|---|---|
Annotations |
createAnnotations()
Create an instance of
Annotations |
Application |
createApplication()
Create an instance of
Application |
CleanerTask |
createCleanerTask()
Create an instance of
CleanerTask |
JAXBElement<String> |
createConf(String value)
|
Gui |
createGui()
Create an instance of
Gui |
JAXBElement<String> |
createImages(String value)
|
JAXBElement<Long> |
createInterval(Long value)
|
IQMConfig |
createIQMConfig()
Create an instance of
IQMConfig |
JAXBElement<XMLGregorianCalendar> |
createLastUpdate(XMLGregorianCalendar value)
|
JAXBElement<String> |
createLookAndFeel(String value)
|
MemoryMonitor |
createMemoryMonitor()
Create an instance of
MemoryMonitor |
JAXBElement<String> |
createName(String value)
|
Paths |
createPaths()
Create an instance of
Paths |
JAXBElement<String> |
createRoot(String value)
|
JAXBElement<String> |
createScript(String value)
|
JAXBElement<String> |
createTemp(String value)
|
private static final QName _Interval_QNAME
private static final QName _Root_QNAME
private static final QName _LastUpdate_QNAME
private static final QName _Name_QNAME
private static final QName _Images_QNAME
private static final QName _Temp_QNAME
private static final QName _LookAndFeel_QNAME
private static final QName _Conf_QNAME
private static final QName _Script_QNAME
public ObjectFactory()
public Application createApplication()
Applicationpublic CleanerTask createCleanerTask()
CleanerTaskpublic MemoryMonitor createMemoryMonitor()
MemoryMonitorpublic Annotations createAnnotations()
Annotationspublic JAXBElement<Long> createInterval(Long value)
public JAXBElement<String> createRoot(String value)
public JAXBElement<XMLGregorianCalendar> createLastUpdate(XMLGregorianCalendar value)
public JAXBElement<String> createName(String value)
public JAXBElement<String> createImages(String value)
public JAXBElement<String> createTemp(String value)
public JAXBElement<String> createLookAndFeel(String value)
public JAXBElement<String> createConf(String value)
public JAXBElement<String> createScript(String value)
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.