|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.datacleaner.monitor.jaxb.ExecutionLog
public class ExecutionLog
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 name="result-id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="job-begin-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="job-end-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="execution-status" type="{http://eobjects.org/datacleaner/execution-log/1.0}execution-type"/>
<element name="trigger-type" type="{http://eobjects.org/datacleaner/execution-log/1.0}trigger-type"/>
<element name="triggered-by" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://eobjects.org/datacleaner/schedule/1.0}schedule"/>
<element name="log-output" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ExecutionType |
executionStatus
|
protected XMLGregorianCalendar |
jobBeginDate
|
protected XMLGregorianCalendar |
jobEndDate
|
protected String |
logOutput
|
protected String |
resultId
|
protected Schedule |
schedule
|
protected String |
triggeredBy
|
protected TriggerType |
triggerType
|
| Constructor Summary | |
|---|---|
ExecutionLog()
|
|
| Method Summary | |
|---|---|
ExecutionType |
getExecutionStatus()
Gets the value of the executionStatus property. |
XMLGregorianCalendar |
getJobBeginDate()
Gets the value of the jobBeginDate property. |
XMLGregorianCalendar |
getJobEndDate()
Gets the value of the jobEndDate property. |
String |
getLogOutput()
Gets the value of the logOutput property. |
String |
getResultId()
Gets the value of the resultId property. |
Schedule |
getSchedule()
Gets the value of the schedule property. |
String |
getTriggeredBy()
Gets the value of the triggeredBy property. |
TriggerType |
getTriggerType()
Gets the value of the triggerType property. |
void |
setExecutionStatus(ExecutionType value)
Sets the value of the executionStatus property. |
void |
setJobBeginDate(XMLGregorianCalendar value)
Sets the value of the jobBeginDate property. |
void |
setJobEndDate(XMLGregorianCalendar value)
Sets the value of the jobEndDate property. |
void |
setLogOutput(String value)
Sets the value of the logOutput property. |
void |
setResultId(String value)
Sets the value of the resultId property. |
void |
setSchedule(Schedule value)
Sets the value of the schedule property. |
void |
setTriggeredBy(String value)
Sets the value of the triggeredBy property. |
void |
setTriggerType(TriggerType value)
Sets the value of the triggerType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String resultId
protected XMLGregorianCalendar jobBeginDate
protected XMLGregorianCalendar jobEndDate
protected ExecutionType executionStatus
protected TriggerType triggerType
protected String triggeredBy
protected Schedule schedule
protected String logOutput
| Constructor Detail |
|---|
public ExecutionLog()
| Method Detail |
|---|
public String getResultId()
Stringpublic void setResultId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getJobBeginDate()
XMLGregorianCalendarpublic void setJobBeginDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getJobEndDate()
XMLGregorianCalendarpublic void setJobEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ExecutionType getExecutionStatus()
ExecutionTypepublic void setExecutionStatus(ExecutionType value)
value - allowed object is
ExecutionTypepublic TriggerType getTriggerType()
TriggerTypepublic void setTriggerType(TriggerType value)
value - allowed object is
TriggerTypepublic String getTriggeredBy()
Stringpublic void setTriggeredBy(String value)
value - allowed object is
Stringpublic Schedule getSchedule()
Schedulepublic void setSchedule(Schedule value)
value - allowed object is
Schedulepublic String getLogOutput()
Stringpublic void setLogOutput(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||