com.quartzdesk.service.types.v1_0.scheduler.quartz
Class ExecutingJob

java.lang.Object
  extended by com.quartzdesk.service.types.v1_0.scheduler.quartz.ExecutingJob

public class ExecutingJob
extends Object

Java class for ExecutingJob complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExecutingJob">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jobDetail" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}JobDetail"/>
         <element name="trigger" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}Trigger"/>
         <element name="jobDataMap" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}JobDataMap"/>
         <element name="calendarName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fireInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jobExecutionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="scheduledFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="nextFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="previousFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="recovering" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="refireCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String calendarName
           
protected  String fireInstanceId
           
protected  Calendar fireTime
           
protected  JobDataMap jobDataMap
           
protected  JobDetail jobDetail
           
protected  String jobExecutionId
           
protected  Calendar nextFireTime
           
protected  Calendar previousFireTime
           
protected  Boolean recovering
           
protected  Integer refireCount
           
protected  Calendar scheduledFireTime
           
protected  Trigger trigger
           
 
Constructor Summary
ExecutingJob()
           
 
Method Summary
 String getCalendarName()
          Gets the value of the calendarName property.
 String getFireInstanceId()
          Gets the value of the fireInstanceId property.
 Calendar getFireTime()
          Gets the value of the fireTime property.
 JobDataMap getJobDataMap()
          Gets the value of the jobDataMap property.
 JobDetail getJobDetail()
          Gets the value of the jobDetail property.
 String getJobExecutionId()
          Gets the value of the jobExecutionId property.
 Calendar getNextFireTime()
          Gets the value of the nextFireTime property.
 Calendar getPreviousFireTime()
          Gets the value of the previousFireTime property.
 Boolean getRecovering()
           
 Integer getRefireCount()
          Gets the value of the refireCount property.
 Calendar getScheduledFireTime()
          Gets the value of the scheduledFireTime property.
 Trigger getTrigger()
          Gets the value of the trigger property.
 Boolean isRecovering()
          Gets the value of the recovering property.
 void setCalendarName(String value)
          Sets the value of the calendarName property.
 void setFireInstanceId(String value)
          Sets the value of the fireInstanceId property.
 void setFireTime(Calendar value)
          Sets the value of the fireTime property.
 void setJobDataMap(JobDataMap value)
          Sets the value of the jobDataMap property.
 void setJobDetail(JobDetail value)
          Sets the value of the jobDetail property.
 void setJobExecutionId(String value)
          Sets the value of the jobExecutionId property.
 void setNextFireTime(Calendar value)
          Sets the value of the nextFireTime property.
 void setPreviousFireTime(Calendar value)
          Sets the value of the previousFireTime property.
 void setRecovering(Boolean value)
          Sets the value of the recovering property.
 void setRefireCount(Integer value)
          Sets the value of the refireCount property.
 void setScheduledFireTime(Calendar value)
          Sets the value of the scheduledFireTime property.
 void setTrigger(Trigger value)
          Sets the value of the trigger property.
 ExecutingJob withCalendarName(String value)
           
 ExecutingJob withFireInstanceId(String value)
           
 ExecutingJob withFireTime(Calendar value)
           
 ExecutingJob withJobDataMap(JobDataMap value)
           
 ExecutingJob withJobDetail(JobDetail value)
           
 ExecutingJob withJobExecutionId(String value)
           
 ExecutingJob withNextFireTime(Calendar value)
           
 ExecutingJob withPreviousFireTime(Calendar value)
           
 ExecutingJob withRecovering(Boolean value)
           
 ExecutingJob withRefireCount(Integer value)
           
 ExecutingJob withScheduledFireTime(Calendar value)
           
 ExecutingJob withTrigger(Trigger value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobDetail

protected JobDetail jobDetail

trigger

protected Trigger trigger

jobDataMap

protected JobDataMap jobDataMap

calendarName

protected String calendarName

fireInstanceId

protected String fireInstanceId

jobExecutionId

protected String jobExecutionId

fireTime

protected Calendar fireTime

scheduledFireTime

protected Calendar scheduledFireTime

nextFireTime

protected Calendar nextFireTime

previousFireTime

protected Calendar previousFireTime

recovering

protected Boolean recovering

refireCount

protected Integer refireCount
Constructor Detail

ExecutingJob

public ExecutingJob()
Method Detail

getJobDetail

public JobDetail getJobDetail()
Gets the value of the jobDetail property.

Returns:
possible object is JobDetail

setJobDetail

public void setJobDetail(JobDetail value)
Sets the value of the jobDetail property.

Parameters:
value - allowed object is JobDetail

getTrigger

public Trigger getTrigger()
Gets the value of the trigger property.

Returns:
possible object is Trigger

setTrigger

public void setTrigger(Trigger value)
Sets the value of the trigger property.

Parameters:
value - allowed object is Trigger

getJobDataMap

public JobDataMap getJobDataMap()
Gets the value of the jobDataMap property.

Returns:
possible object is JobDataMap

setJobDataMap

public void setJobDataMap(JobDataMap value)
Sets the value of the jobDataMap property.

Parameters:
value - allowed object is JobDataMap

getCalendarName

public String getCalendarName()
Gets the value of the calendarName property.

Returns:
possible object is String

setCalendarName

public void setCalendarName(String value)
Sets the value of the calendarName property.

Parameters:
value - allowed object is String

getFireInstanceId

public String getFireInstanceId()
Gets the value of the fireInstanceId property.

Returns:
possible object is String

setFireInstanceId

public void setFireInstanceId(String value)
Sets the value of the fireInstanceId property.

Parameters:
value - allowed object is String

getJobExecutionId

public String getJobExecutionId()
Gets the value of the jobExecutionId property.

Returns:
possible object is String

setJobExecutionId

public void setJobExecutionId(String value)
Sets the value of the jobExecutionId property.

Parameters:
value - allowed object is String

getFireTime

public Calendar getFireTime()
Gets the value of the fireTime property.

Returns:
possible object is String

setFireTime

public void setFireTime(Calendar value)
Sets the value of the fireTime property.

Parameters:
value - allowed object is String

getScheduledFireTime

public Calendar getScheduledFireTime()
Gets the value of the scheduledFireTime property.

Returns:
possible object is String

setScheduledFireTime

public void setScheduledFireTime(Calendar value)
Sets the value of the scheduledFireTime property.

Parameters:
value - allowed object is String

getNextFireTime

public Calendar getNextFireTime()
Gets the value of the nextFireTime property.

Returns:
possible object is String

setNextFireTime

public void setNextFireTime(Calendar value)
Sets the value of the nextFireTime property.

Parameters:
value - allowed object is String

getPreviousFireTime

public Calendar getPreviousFireTime()
Gets the value of the previousFireTime property.

Returns:
possible object is String

setPreviousFireTime

public void setPreviousFireTime(Calendar value)
Sets the value of the previousFireTime property.

Parameters:
value - allowed object is String

isRecovering

public Boolean isRecovering()
Gets the value of the recovering property.

Returns:
possible object is String

setRecovering

public void setRecovering(Boolean value)
Sets the value of the recovering property.

Parameters:
value - allowed object is String

getRefireCount

public Integer getRefireCount()
Gets the value of the refireCount property.

Returns:
possible object is String

setRefireCount

public void setRefireCount(Integer value)
Sets the value of the refireCount property.

Parameters:
value - allowed object is String

getRecovering

public Boolean getRecovering()

withJobDetail

public ExecutingJob withJobDetail(JobDetail value)

withTrigger

public ExecutingJob withTrigger(Trigger value)

withJobDataMap

public ExecutingJob withJobDataMap(JobDataMap value)

withCalendarName

public ExecutingJob withCalendarName(String value)

withFireInstanceId

public ExecutingJob withFireInstanceId(String value)

withJobExecutionId

public ExecutingJob withJobExecutionId(String value)

withFireTime

public ExecutingJob withFireTime(Calendar value)

withScheduledFireTime

public ExecutingJob withScheduledFireTime(Calendar value)

withNextFireTime

public ExecutingJob withNextFireTime(Calendar value)

withPreviousFireTime

public ExecutingJob withPreviousFireTime(Calendar value)

withRecovering

public ExecutingJob withRecovering(Boolean value)

withRefireCount

public ExecutingJob withRefireCount(Integer value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.