com.quartzdesk.service.types.v2_0.scheduler.quartz
Class QuartzTrigger

java.lang.Object
  extended by com.quartzdesk.service.types.v2_0.scheduler.quartz.QuartzTrigger
Direct Known Subclasses:
QuartzCalendarIntervalTrigger, QuartzCronTrigger, QuartzDailyTimeIntervalTrigger, QuartzDateIntervalTrigger, QuartzNthIncludedDayTrigger, QuartzSimpleTrigger

public class QuartzTrigger
extends Object

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/v2_0/scheduler/quartz}QuartzTriggerGroup"/>
         <element name="state" type="{http://service.quartzdesk.com/types/v2_0/scheduler/quartz}QuartzTriggerState"/>
         <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobGroup" type="{http://service.quartzdesk.com/types/v2_0/scheduler/quartz}QuartzJobGroup"/>
         <element name="calendar" type="{http://service.quartzdesk.com/types/v2_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/v2_0/scheduler/quartz}QuartzJobDataMap"/>
         <element name="volatility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  QuartzCalendar calendar
           
protected  String description
           
protected  Calendar endTime
           
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.
 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 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 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

name

protected String name

group

protected QuartzTriggerGroup group

state

protected QuartzTriggerState state

jobName

protected String jobName

jobGroup

protected QuartzJobGroup jobGroup

calendar

protected QuartzCalendar calendar

description

protected String description

priority

protected Integer priority

misfireInstruction

protected Integer misfireInstruction

startTime

protected Calendar startTime

endTime

protected Calendar endTime

previousFireTime

protected Calendar previousFireTime

nextFireTime

protected Calendar nextFireTime

finalFireTime

protected Calendar finalFireTime

jobDataMap

protected QuartzJobDataMap jobDataMap

volatility

protected Boolean volatility
Constructor Detail

QuartzTrigger

public QuartzTrigger()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getGroup

public QuartzTriggerGroup getGroup()
Gets the value of the group property.

Returns:
possible object is QuartzTriggerGroup

setGroup

public void setGroup(QuartzTriggerGroup value)
Sets the value of the group property.

Parameters:
value - allowed object is QuartzTriggerGroup

getState

public QuartzTriggerState getState()
Gets the value of the state property.

Returns:
possible object is QuartzTriggerState

setState

public void setState(QuartzTriggerState value)
Sets the value of the state property.

Parameters:
value - allowed object is QuartzTriggerState

getJobName

public String getJobName()
Gets the value of the jobName property.

Returns:
possible object is String

setJobName

public void setJobName(String value)
Sets the value of the jobName property.

Parameters:
value - allowed object is String

getJobGroup

public QuartzJobGroup getJobGroup()
Gets the value of the jobGroup property.

Returns:
possible object is QuartzJobGroup

setJobGroup

public void setJobGroup(QuartzJobGroup value)
Sets the value of the jobGroup property.

Parameters:
value - allowed object is QuartzJobGroup

getCalendar

public QuartzCalendar getCalendar()
Gets the value of the calendar property.

Returns:
possible object is QuartzCalendar

setCalendar

public void setCalendar(QuartzCalendar value)
Sets the value of the calendar property.

Parameters:
value - allowed object is QuartzCalendar

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getPriority

public Integer getPriority()
Gets the value of the priority property.

Returns:
possible object is String

setPriority

public void setPriority(Integer value)
Sets the value of the priority property.

Parameters:
value - allowed object is String

getMisfireInstruction

public Integer getMisfireInstruction()
Gets the value of the misfireInstruction property.

Returns:
possible object is String

setMisfireInstruction

public void setMisfireInstruction(Integer value)
Sets the value of the misfireInstruction property.

Parameters:
value - allowed object is String

getStartTime

public Calendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is String

setStartTime

public void setStartTime(Calendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is String

getEndTime

public Calendar getEndTime()
Gets the value of the endTime property.

Returns:
possible object is String

setEndTime

public void setEndTime(Calendar value)
Sets the value of the endTime 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

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

getFinalFireTime

public Calendar getFinalFireTime()
Gets the value of the finalFireTime property.

Returns:
possible object is String

setFinalFireTime

public void setFinalFireTime(Calendar value)
Sets the value of the finalFireTime property.

Parameters:
value - allowed object is String

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

isVolatility

public Boolean isVolatility()
Gets the value of the volatility property.

Returns:
possible object is String

setVolatility

public void setVolatility(Boolean value)
Sets the value of the volatility property.

Parameters:
value - allowed object is String

getVolatility

public Boolean getVolatility()

withName

public QuartzTrigger withName(String value)

withGroup

public QuartzTrigger withGroup(QuartzTriggerGroup value)

withState

public QuartzTrigger withState(QuartzTriggerState value)

withJobName

public QuartzTrigger withJobName(String value)

withJobGroup

public QuartzTrigger withJobGroup(QuartzJobGroup value)

withCalendar

public QuartzTrigger withCalendar(QuartzCalendar value)

withDescription

public QuartzTrigger withDescription(String value)

withPriority

public QuartzTrigger withPriority(Integer value)

withMisfireInstruction

public QuartzTrigger withMisfireInstruction(Integer value)

withStartTime

public QuartzTrigger withStartTime(Calendar value)

withEndTime

public QuartzTrigger withEndTime(Calendar value)

withPreviousFireTime

public QuartzTrigger withPreviousFireTime(Calendar value)

withNextFireTime

public QuartzTrigger withNextFireTime(Calendar value)

withFinalFireTime

public QuartzTrigger withFinalFireTime(Calendar value)

withJobDataMap

public QuartzTrigger withJobDataMap(QuartzJobDataMap value)

withVolatility

public QuartzTrigger withVolatility(Boolean value)


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