|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzPlannedJobExecution
public class QuartzPlannedJobExecution
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 |
|---|
protected Calendar fireTime
protected QuartzJobDetail jobDetail
protected String triggerName
protected String triggerGroupName
protected QuartzJobDataMap triggerJobDataMap
protected QuartzJobDataMap mergedJobDataMap
| Constructor Detail |
|---|
public QuartzPlannedJobExecution()
| Method Detail |
|---|
public Calendar getFireTime()
Stringpublic void setFireTime(Calendar value)
value - allowed object is
Stringpublic QuartzJobDetail getJobDetail()
QuartzJobDetailpublic void setJobDetail(QuartzJobDetail value)
value - allowed object is
QuartzJobDetailpublic String getTriggerName()
Stringpublic void setTriggerName(String value)
value - allowed object is
Stringpublic String getTriggerGroupName()
Stringpublic void setTriggerGroupName(String value)
value - allowed object is
Stringpublic QuartzJobDataMap getTriggerJobDataMap()
QuartzJobDataMappublic void setTriggerJobDataMap(QuartzJobDataMap value)
value - allowed object is
QuartzJobDataMappublic QuartzJobDataMap getMergedJobDataMap()
QuartzJobDataMappublic void setMergedJobDataMap(QuartzJobDataMap value)
value - allowed object is
QuartzJobDataMappublic QuartzPlannedJobExecution withFireTime(Calendar value)
public QuartzPlannedJobExecution withJobDetail(QuartzJobDetail value)
public QuartzPlannedJobExecution withTriggerName(String value)
public QuartzPlannedJobExecution withTriggerGroupName(String value)
public QuartzPlannedJobExecution withTriggerJobDataMap(QuartzJobDataMap value)
public QuartzPlannedJobExecution withMergedJobDataMap(QuartzJobDataMap value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||