|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzTrigger
public class QuartzTrigger
Java class for QuartzTrigger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuartzTrigger">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzTriggerGroup"/>
<element name="state" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzTriggerState"/>
<element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobGroup" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzJobGroup"/>
<element name="calendar" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzCalendar" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="misfireInstruction" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="endTime" 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="nextFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="finalFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="jobDataMap" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzJobDataMap"/>
<element name="volatility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="execHealthIndicator" type="{http://service.quartzdesk.com/types/v4_0/scheduler}ExecHealthIndicator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QuartzCalendar |
calendar
|
protected String |
description
|
protected Calendar |
endTime
|
protected ExecHealthIndicator |
execHealthIndicator
|
protected Calendar |
finalFireTime
|
protected QuartzTriggerGroup |
group
|
protected QuartzJobDataMap |
jobDataMap
|
protected QuartzJobGroup |
jobGroup
|
protected String |
jobName
|
protected Integer |
misfireInstruction
|
protected String |
name
|
protected Calendar |
nextFireTime
|
protected Calendar |
previousFireTime
|
protected Integer |
priority
|
protected Calendar |
startTime
|
protected QuartzTriggerState |
state
|
protected Boolean |
volatility
|
| Constructor Summary | |
|---|---|
QuartzTrigger()
|
|
| Method Summary | |
|---|---|
QuartzCalendar |
getCalendar()
Gets the value of the calendar property. |
String |
getDescription()
Gets the value of the description property. |
Calendar |
getEndTime()
Gets the value of the endTime property. |
ExecHealthIndicator |
getExecHealthIndicator()
Gets the value of the execHealthIndicator property. |
Calendar |
getFinalFireTime()
Gets the value of the finalFireTime property. |
QuartzTriggerGroup |
getGroup()
Gets the value of the group property. |
QuartzJobDataMap |
getJobDataMap()
Gets the value of the jobDataMap property. |
QuartzJobGroup |
getJobGroup()
Gets the value of the jobGroup property. |
String |
getJobName()
Gets the value of the jobName property. |
Integer |
getMisfireInstruction()
Gets the value of the misfireInstruction property. |
String |
getName()
Gets the value of the name property. |
Calendar |
getNextFireTime()
Gets the value of the nextFireTime property. |
Calendar |
getPreviousFireTime()
Gets the value of the previousFireTime property. |
Integer |
getPriority()
Gets the value of the priority property. |
Calendar |
getStartTime()
Gets the value of the startTime property. |
QuartzTriggerState |
getState()
Gets the value of the state property. |
Boolean |
getVolatility()
|
Boolean |
isVolatility()
Gets the value of the volatility property. |
void |
setCalendar(QuartzCalendar value)
Sets the value of the calendar property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setEndTime(Calendar value)
Sets the value of the endTime property. |
void |
setExecHealthIndicator(ExecHealthIndicator value)
Sets the value of the execHealthIndicator property. |
void |
setFinalFireTime(Calendar value)
Sets the value of the finalFireTime property. |
void |
setGroup(QuartzTriggerGroup value)
Sets the value of the group property. |
void |
setJobDataMap(QuartzJobDataMap value)
Sets the value of the jobDataMap property. |
void |
setJobGroup(QuartzJobGroup value)
Sets the value of the jobGroup property. |
void |
setJobName(String value)
Sets the value of the jobName property. |
void |
setMisfireInstruction(Integer value)
Sets the value of the misfireInstruction property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNextFireTime(Calendar value)
Sets the value of the nextFireTime property. |
void |
setPreviousFireTime(Calendar value)
Sets the value of the previousFireTime property. |
void |
setPriority(Integer value)
Sets the value of the priority property. |
void |
setStartTime(Calendar value)
Sets the value of the startTime property. |
void |
setState(QuartzTriggerState value)
Sets the value of the state property. |
void |
setVolatility(Boolean value)
Sets the value of the volatility property. |
QuartzTrigger |
withCalendar(QuartzCalendar value)
|
QuartzTrigger |
withDescription(String value)
|
QuartzTrigger |
withEndTime(Calendar value)
|
QuartzTrigger |
withExecHealthIndicator(ExecHealthIndicator value)
|
QuartzTrigger |
withFinalFireTime(Calendar value)
|
QuartzTrigger |
withGroup(QuartzTriggerGroup value)
|
QuartzTrigger |
withJobDataMap(QuartzJobDataMap value)
|
QuartzTrigger |
withJobGroup(QuartzJobGroup value)
|
QuartzTrigger |
withJobName(String value)
|
QuartzTrigger |
withMisfireInstruction(Integer value)
|
QuartzTrigger |
withName(String value)
|
QuartzTrigger |
withNextFireTime(Calendar value)
|
QuartzTrigger |
withPreviousFireTime(Calendar value)
|
QuartzTrigger |
withPriority(Integer value)
|
QuartzTrigger |
withStartTime(Calendar value)
|
QuartzTrigger |
withState(QuartzTriggerState value)
|
QuartzTrigger |
withVolatility(Boolean value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected QuartzTriggerGroup group
protected QuartzTriggerState state
protected String jobName
protected QuartzJobGroup jobGroup
protected QuartzCalendar calendar
protected String description
protected Integer priority
protected Integer misfireInstruction
protected Calendar startTime
protected Calendar endTime
protected Calendar previousFireTime
protected Calendar nextFireTime
protected Calendar finalFireTime
protected QuartzJobDataMap jobDataMap
protected Boolean volatility
protected ExecHealthIndicator execHealthIndicator
| Constructor Detail |
|---|
public QuartzTrigger()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QuartzTriggerGroup getGroup()
QuartzTriggerGrouppublic void setGroup(QuartzTriggerGroup value)
value - allowed object is
QuartzTriggerGrouppublic QuartzTriggerState getState()
QuartzTriggerStatepublic void setState(QuartzTriggerState value)
value - allowed object is
QuartzTriggerStatepublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic QuartzJobGroup getJobGroup()
QuartzJobGrouppublic void setJobGroup(QuartzJobGroup value)
value - allowed object is
QuartzJobGrouppublic QuartzCalendar getCalendar()
QuartzCalendarpublic void setCalendar(QuartzCalendar value)
value - allowed object is
QuartzCalendarpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Integer getPriority()
Stringpublic void setPriority(Integer value)
value - allowed object is
Stringpublic Integer getMisfireInstruction()
Stringpublic void setMisfireInstruction(Integer value)
value - allowed object is
Stringpublic Calendar getStartTime()
Stringpublic void setStartTime(Calendar value)
value - allowed object is
Stringpublic Calendar getEndTime()
Stringpublic void setEndTime(Calendar value)
value - allowed object is
Stringpublic Calendar getPreviousFireTime()
Stringpublic void setPreviousFireTime(Calendar value)
value - allowed object is
Stringpublic Calendar getNextFireTime()
Stringpublic void setNextFireTime(Calendar value)
value - allowed object is
Stringpublic Calendar getFinalFireTime()
Stringpublic void setFinalFireTime(Calendar value)
value - allowed object is
Stringpublic QuartzJobDataMap getJobDataMap()
QuartzJobDataMappublic void setJobDataMap(QuartzJobDataMap value)
value - allowed object is
QuartzJobDataMappublic Boolean isVolatility()
Stringpublic void setVolatility(Boolean value)
value - allowed object is
Stringpublic ExecHealthIndicator getExecHealthIndicator()
ExecHealthIndicatorpublic void setExecHealthIndicator(ExecHealthIndicator value)
value - allowed object is
ExecHealthIndicatorpublic Boolean getVolatility()
public QuartzTrigger withName(String value)
public QuartzTrigger withGroup(QuartzTriggerGroup value)
public QuartzTrigger withState(QuartzTriggerState value)
public QuartzTrigger withJobName(String value)
public QuartzTrigger withJobGroup(QuartzJobGroup value)
public QuartzTrigger withCalendar(QuartzCalendar value)
public QuartzTrigger withDescription(String value)
public QuartzTrigger withPriority(Integer value)
public QuartzTrigger withMisfireInstruction(Integer value)
public QuartzTrigger withStartTime(Calendar value)
public QuartzTrigger withEndTime(Calendar value)
public QuartzTrigger withPreviousFireTime(Calendar value)
public QuartzTrigger withNextFireTime(Calendar value)
public QuartzTrigger withFinalFireTime(Calendar value)
public QuartzTrigger withJobDataMap(QuartzJobDataMap value)
public QuartzTrigger withVolatility(Boolean value)
public QuartzTrigger withExecHealthIndicator(ExecHealthIndicator value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||