com.quartzdesk.service.types.v5_0.scheduler.quartz
Class QuartzPlannedJobExecution

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzPlannedJobExecution

public class QuartzPlannedJobExecution
extends Object

Java class for QuartzPlannedJobExecution complex type.

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

 <complexType name="QuartzPlannedJobExecution">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="jobDetail" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDetail"/>
         <element name="triggerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="triggerGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="triggerJobDataMap" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDataMap"/>
         <element name="mergedJobDataMap" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDataMap"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Calendar fireTime
           
protected  QuartzJobDetail jobDetail
           
protected  QuartzJobDataMap mergedJobDataMap
           
protected  String triggerGroupName
           
protected  QuartzJobDataMap triggerJobDataMap
           
protected  String triggerName
           
 
Constructor Summary
QuartzPlannedJobExecution()
           
 
Method Summary
 Calendar getFireTime()
          Gets the value of the fireTime property.
 QuartzJobDetail getJobDetail()
          Gets the value of the jobDetail property.
 QuartzJobDataMap getMergedJobDataMap()
          Gets the value of the mergedJobDataMap property.
 String getTriggerGroupName()
          Gets the value of the triggerGroupName property.
 QuartzJobDataMap getTriggerJobDataMap()
          Gets the value of the triggerJobDataMap property.
 String getTriggerName()
          Gets the value of the triggerName property.
 void setFireTime(Calendar value)
          Sets the value of the fireTime property.
 void setJobDetail(QuartzJobDetail value)
          Sets the value of the jobDetail property.
 void setMergedJobDataMap(QuartzJobDataMap value)
          Sets the value of the mergedJobDataMap property.
 void setTriggerGroupName(String value)
          Sets the value of the triggerGroupName property.
 void setTriggerJobDataMap(QuartzJobDataMap value)
          Sets the value of the triggerJobDataMap property.
 void setTriggerName(String value)
          Sets the value of the triggerName property.
 QuartzPlannedJobExecution withFireTime(Calendar value)
           
 QuartzPlannedJobExecution withJobDetail(QuartzJobDetail value)
           
 QuartzPlannedJobExecution withMergedJobDataMap(QuartzJobDataMap value)
           
 QuartzPlannedJobExecution withTriggerGroupName(String value)
           
 QuartzPlannedJobExecution withTriggerJobDataMap(QuartzJobDataMap value)
           
 QuartzPlannedJobExecution withTriggerName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fireTime

protected Calendar fireTime

jobDetail

protected QuartzJobDetail jobDetail

triggerName

protected String triggerName

triggerGroupName

protected String triggerGroupName

triggerJobDataMap

protected QuartzJobDataMap triggerJobDataMap

mergedJobDataMap

protected QuartzJobDataMap mergedJobDataMap
Constructor Detail

QuartzPlannedJobExecution

public QuartzPlannedJobExecution()
Method Detail

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

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

getTriggerName

public String getTriggerName()
Gets the value of the triggerName property.

Returns:
possible object is String

setTriggerName

public void setTriggerName(String value)
Sets the value of the triggerName property.

Parameters:
value - allowed object is String

getTriggerGroupName

public String getTriggerGroupName()
Gets the value of the triggerGroupName property.

Returns:
possible object is String

setTriggerGroupName

public void setTriggerGroupName(String value)
Sets the value of the triggerGroupName property.

Parameters:
value - allowed object is String

getTriggerJobDataMap

public QuartzJobDataMap getTriggerJobDataMap()
Gets the value of the triggerJobDataMap property.

Returns:
possible object is QuartzJobDataMap

setTriggerJobDataMap

public void setTriggerJobDataMap(QuartzJobDataMap value)
Sets the value of the triggerJobDataMap property.

Parameters:
value - allowed object is QuartzJobDataMap

getMergedJobDataMap

public QuartzJobDataMap getMergedJobDataMap()
Gets the value of the mergedJobDataMap property.

Returns:
possible object is QuartzJobDataMap

setMergedJobDataMap

public void setMergedJobDataMap(QuartzJobDataMap value)
Sets the value of the mergedJobDataMap property.

Parameters:
value - allowed object is QuartzJobDataMap

withFireTime

public QuartzPlannedJobExecution withFireTime(Calendar value)

withJobDetail

public QuartzPlannedJobExecution withJobDetail(QuartzJobDetail value)

withTriggerName

public QuartzPlannedJobExecution withTriggerName(String value)

withTriggerGroupName

public QuartzPlannedJobExecution withTriggerGroupName(String value)

withTriggerJobDataMap

public QuartzPlannedJobExecution withTriggerJobDataMap(QuartzJobDataMap value)

withMergedJobDataMap

public QuartzPlannedJobExecution withMergedJobDataMap(QuartzJobDataMap value)


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