public class IQMConfig 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="{}lastUpdate"/>
<element ref="{}application"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Application |
application |
protected XMLGregorianCalendar |
lastUpdate |
| Constructor and Description |
|---|
IQMConfig() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Gets the value of the application property.
|
XMLGregorianCalendar |
getLastUpdate()
Gets the value of the lastUpdate property.
|
void |
setApplication(Application value)
Sets the value of the application property.
|
void |
setLastUpdate(XMLGregorianCalendar value)
Sets the value of the lastUpdate property.
|
protected XMLGregorianCalendar lastUpdate
protected Application application
public XMLGregorianCalendar getLastUpdate()
XMLGregorianCalendarpublic void setLastUpdate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Application getApplication()
Applicationpublic void setApplication(Application value)
value - allowed object is
ApplicationCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.