com.quartzdesk.service.types.v4_0.scheduler.quartz
Class QuartzExecutingJob

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzExecutingJob

public class QuartzExecutingJob
extends Object

Java class for QuartzExecutingJob complex type.

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

 <complexType name="QuartzExecutingJob">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jobDetail" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzJobDetail"/>
         <element name="trigger" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzTrigger"/>
         <element name="jobDataMap" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzJobDataMap"/>
         <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  QuartzJobDataMap jobDataMap
           
protected  QuartzJobDetail jobDetail
           
protected  String jobExecutionId
           
protected  Calendar nextFireTime
           
protected  Calendar previousFireTime
           
protected  Boolean recovering
           
protected  Integer refireCount
           
protected  Calendar scheduledFireTime
           
protected  QuartzTrigger trigger
           
 
Constructor Summary
QuartzExecutingJob()
           
 
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.
 QuartzJobDataMap getJobDataMap()
          Gets the value of the jobDataMap property.
 QuartzJobDetail 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.
 QuartzTrigger 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(QuartzJobDataMap value)
          Sets the value of the jobDataMap property.
 void setJobDetail(QuartzJobDetail 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(QuartzTrigger value)
          Sets the value of the trigger property.
 QuartzExecutingJob withCalendarName(String value)
           
 QuartzExecutingJob withFireInstanceId(String value)
           
 QuartzExecutingJob withFireTime(Calendar value)
           
 QuartzExecutingJob withJobDataMap(QuartzJobDataMap value)
           
 QuartzExecutingJob withJobDetail(QuartzJobDetail value)
           
 QuartzExecutingJob withJobExecutionId(String value)
           
 QuartzExecutingJob withNextFireTime(Calendar value)
           
 QuartzExecutingJob withPreviousFireTime(Calendar value)
           
 QuartzExecutingJob withRecovering(Boolean value)
           
 QuartzExecutingJob withRefireCount(Integer value)
           
 QuartzExecutingJob withScheduledFireTime(Calendar value)
           
 QuartzExecutingJob withTrigger(QuartzTrigger value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobDetail

protected QuartzJobDetail jobDetail

trigger

protected QuartzTrigger trigger

jobDataMap

protected QuartzJobDataMap 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

QuartzExecutingJob

public QuartzExecutingJob()
Method Detail

getJobDetail

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

Returns:
possible object is QuartzJobDetail

setJobDetail

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

Parameters:
value - allowed object is QuartzJobDetail

getTrigger

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

Returns:
possible object is QuartzTrigger

setTrigger

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

Parameters:
value - allowed object is QuartzTrigger

getJobDataMap

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

Returns:
possible object is QuartzJobDataMap

setJobDataMap

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

Parameters:
value - allowed object is QuartzJobDataMap

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 QuartzExecutingJob withJobDetail(QuartzJobDetail value)

withTrigger

public QuartzExecutingJob withTrigger(QuartzTrigger value)

withJobDataMap

public QuartzExecutingJob withJobDataMap(QuartzJobDataMap value)

withCalendarName

public QuartzExecutingJob withCalendarName(String value)

withFireInstanceId

public QuartzExecutingJob withFireInstanceId(String value)

withJobExecutionId

public QuartzExecutingJob withJobExecutionId(String value)

withFireTime

public QuartzExecutingJob withFireTime(Calendar value)

withScheduledFireTime

public QuartzExecutingJob withScheduledFireTime(Calendar value)

withNextFireTime

public QuartzExecutingJob withNextFireTime(Calendar value)

withPreviousFireTime

public QuartzExecutingJob withPreviousFireTime(Calendar value)

withRecovering

public QuartzExecutingJob withRecovering(Boolean value)

withRefireCount

public QuartzExecutingJob withRefireCount(Integer value)


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