public class DaemonXto extends Object
Java class for Daemon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Daemon">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastExecutionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="running" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="acknowledgementState" type="{http://eclipse.org/stardust/ws/v2012a/api}AcknowledgementState" minOccurs="0"/>
<element name="daemonExecutionState" type="{http://eclipse.org/stardust/ws/v2012a/api}DaemonExecutionState" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DaemonXto() |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgementStateXto |
getAcknowledgementState()
Gets the value of the acknowledgementState property.
|
DaemonExecutionStateXto |
getDaemonExecutionState()
Gets the value of the daemonExecutionState property.
|
Date |
getLastExecutionTime()
Gets the value of the lastExecutionTime property.
|
Date |
getStartTime()
Gets the value of the startTime property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isRunning()
Gets the value of the running property.
|
void |
setAcknowledgementState(AcknowledgementStateXto value)
Sets the value of the acknowledgementState property.
|
void |
setDaemonExecutionState(DaemonExecutionStateXto value)
Sets the value of the daemonExecutionState property.
|
void |
setLastExecutionTime(Date value)
Sets the value of the lastExecutionTime property.
|
void |
setRunning(boolean value)
Sets the value of the running property.
|
void |
setStartTime(Date value)
Sets the value of the startTime property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Date getStartTime()
Stringpublic void setStartTime(Date value)
value - allowed object is
Stringpublic Date getLastExecutionTime()
Stringpublic void setLastExecutionTime(Date value)
value - allowed object is
Stringpublic boolean isRunning()
public void setRunning(boolean value)
public AcknowledgementStateXto getAcknowledgementState()
AcknowledgementStateXtopublic void setAcknowledgementState(AcknowledgementStateXto value)
value - allowed object is
AcknowledgementStateXtopublic DaemonExecutionStateXto getDaemonExecutionState()
DaemonExecutionStateXtopublic void setDaemonExecutionState(DaemonExecutionStateXto value)
value - allowed object is
DaemonExecutionStateXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.