org.eobjects.datacleaner.monitor.jaxb
Class ExecutionLog

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.jaxb.ExecutionLog

public class ExecutionLog
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 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

resultId

protected String resultId

jobBeginDate

protected XMLGregorianCalendar jobBeginDate

jobEndDate

protected XMLGregorianCalendar jobEndDate

executionStatus

protected ExecutionType executionStatus

triggerType

protected TriggerType triggerType

triggeredBy

protected String triggeredBy

schedule

protected Schedule schedule

logOutput

protected String logOutput
Constructor Detail

ExecutionLog

public ExecutionLog()
Method Detail

getResultId

public String getResultId()
Gets the value of the resultId property.

Returns:
possible object is String

setResultId

public void setResultId(String value)
Sets the value of the resultId property.

Parameters:
value - allowed object is String

getJobBeginDate

public XMLGregorianCalendar getJobBeginDate()
Gets the value of the jobBeginDate property.

Returns:
possible object is XMLGregorianCalendar

setJobBeginDate

public void setJobBeginDate(XMLGregorianCalendar value)
Sets the value of the jobBeginDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getJobEndDate

public XMLGregorianCalendar getJobEndDate()
Gets the value of the jobEndDate property.

Returns:
possible object is XMLGregorianCalendar

setJobEndDate

public void setJobEndDate(XMLGregorianCalendar value)
Sets the value of the jobEndDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getExecutionStatus

public ExecutionType getExecutionStatus()
Gets the value of the executionStatus property.

Returns:
possible object is ExecutionType

setExecutionStatus

public void setExecutionStatus(ExecutionType value)
Sets the value of the executionStatus property.

Parameters:
value - allowed object is ExecutionType

getTriggerType

public TriggerType getTriggerType()
Gets the value of the triggerType property.

Returns:
possible object is TriggerType

setTriggerType

public void setTriggerType(TriggerType value)
Sets the value of the triggerType property.

Parameters:
value - allowed object is TriggerType

getTriggeredBy

public String getTriggeredBy()
Gets the value of the triggeredBy property.

Returns:
possible object is String

setTriggeredBy

public void setTriggeredBy(String value)
Sets the value of the triggeredBy property.

Parameters:
value - allowed object is String

getSchedule

public Schedule getSchedule()
Gets the value of the schedule property.

Returns:
possible object is Schedule

setSchedule

public void setSchedule(Schedule value)
Sets the value of the schedule property.

Parameters:
value - allowed object is Schedule

getLogOutput

public String getLogOutput()
Gets the value of the logOutput property.

Returns:
possible object is String

setLogOutput

public void setLogOutput(String value)
Sets the value of the logOutput property.

Parameters:
value - allowed object is String


Copyright © 2012 Human Inference. All Rights Reserved.