|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v1_0.scheduler.quartz.Trigger
public class Trigger
Java class for Trigger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Trigger">
<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/v1_0/scheduler/quartz}TriggerGroup"/>
<element name="state" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}TriggerState"/>
<element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobGroup" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}JobGroup"/>
<element name="calendar" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}Calendar" 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/v1_0/scheduler/quartz}JobDataMap"/>
<element name="volatility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Calendar |
calendar
|
protected String |
description
|
protected Calendar |
endTime
|
protected Calendar |
finalFireTime
|
protected TriggerGroup |
group
|
protected JobDataMap |
jobDataMap
|
protected JobGroup |
jobGroup
|
protected String |
jobName
|
protected Integer |
misfireInstruction
|
protected String |
name
|
protected Calendar |
nextFireTime
|
protected Calendar |
previousFireTime
|
protected Integer |
priority
|
protected Calendar |
startTime
|
protected TriggerState |
state
|
protected Boolean |
volatility
|
| Constructor Summary | |
|---|---|
Trigger()
|
|
| Method Summary | |
|---|---|
Calendar |
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. |
Calendar |
getFinalFireTime()
Gets the value of the finalFireTime property. |
TriggerGroup |
getGroup()
Gets the value of the group property. |
JobDataMap |
getJobDataMap()
Gets the value of the jobDataMap property. |
JobGroup |
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. |
TriggerState |
getState()
Gets the value of the state property. |
Boolean |
getVolatility()
|
Boolean |
isVolatility()
Gets the value of the volatility property. |
void |
setCalendar(Calendar 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 |
setFinalFireTime(Calendar value)
Sets the value of the finalFireTime property. |
void |
setGroup(TriggerGroup value)
Sets the value of the group property. |
void |
setJobDataMap(JobDataMap value)
Sets the value of the jobDataMap property. |
void |
setJobGroup(JobGroup 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(TriggerState value)
Sets the value of the state property. |
void |
setVolatility(Boolean value)
Sets the value of the volatility property. |
Trigger |
withCalendar(Calendar value)
|
Trigger |
withDescription(String value)
|
Trigger |
withEndTime(Calendar value)
|
Trigger |
withFinalFireTime(Calendar value)
|
Trigger |
withGroup(TriggerGroup value)
|
Trigger |
withJobDataMap(JobDataMap value)
|
Trigger |
withJobGroup(JobGroup value)
|
Trigger |
withJobName(String value)
|
Trigger |
withMisfireInstruction(Integer value)
|
Trigger |
withName(String value)
|
Trigger |
withNextFireTime(Calendar value)
|
Trigger |
withPreviousFireTime(Calendar value)
|
Trigger |
withPriority(Integer value)
|
Trigger |
withStartTime(Calendar value)
|
Trigger |
withState(TriggerState value)
|
Trigger |
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 TriggerGroup group
protected TriggerState state
protected String jobName
protected JobGroup jobGroup
protected Calendar 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 JobDataMap jobDataMap
protected Boolean volatility
| Constructor Detail |
|---|
public Trigger()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic TriggerGroup getGroup()
TriggerGrouppublic void setGroup(TriggerGroup value)
value - allowed object is
TriggerGrouppublic TriggerState getState()
TriggerStatepublic void setState(TriggerState value)
value - allowed object is
TriggerStatepublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic JobGroup getJobGroup()
JobGrouppublic void setJobGroup(JobGroup value)
value - allowed object is
JobGrouppublic Calendar getCalendar()
Calendarpublic void setCalendar(Calendar value)
value - allowed object is
Calendarpublic 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 JobDataMap getJobDataMap()
JobDataMappublic void setJobDataMap(JobDataMap value)
value - allowed object is
JobDataMappublic Boolean isVolatility()
Stringpublic void setVolatility(Boolean value)
value - allowed object is
Stringpublic Boolean getVolatility()
public Trigger withName(String value)
public Trigger withGroup(TriggerGroup value)
public Trigger withState(TriggerState value)
public Trigger withJobName(String value)
public Trigger withJobGroup(JobGroup value)
public Trigger withCalendar(Calendar value)
public Trigger withDescription(String value)
public Trigger withPriority(Integer value)
public Trigger withMisfireInstruction(Integer value)
public Trigger withStartTime(Calendar value)
public Trigger withEndTime(Calendar value)
public Trigger withPreviousFireTime(Calendar value)
public Trigger withNextFireTime(Calendar value)
public Trigger withFinalFireTime(Calendar value)
public Trigger withJobDataMap(JobDataMap value)
public Trigger withVolatility(Boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||