com.quartzdesk.service.types.v1_0.scheduler.quartz
Class CronTrigger

java.lang.Object
  extended by com.quartzdesk.service.types.v1_0.scheduler.quartz.Trigger
      extended by com.quartzdesk.service.types.v1_0.scheduler.quartz.CronTrigger

public class CronTrigger
extends Trigger

Java class for CronTrigger complex type.

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

 <complexType name="CronTrigger">
   <complexContent>
     <extension base="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}Trigger">
       <sequence>
         <element name="cronExpression" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="timeZone" type="{http://service.quartzdesk.com/types/v1_0/common}TimeZone"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String cronExpression
           
protected  TimeZone timeZone
           
 
Fields inherited from class com.quartzdesk.service.types.v1_0.scheduler.quartz.Trigger
calendar, description, endTime, finalFireTime, group, jobDataMap, jobGroup, jobName, misfireInstruction, name, nextFireTime, previousFireTime, priority, startTime, state, volatility
 
Constructor Summary
CronTrigger()
           
 
Method Summary
 String getCronExpression()
          Gets the value of the cronExpression property.
 TimeZone getTimeZone()
          Gets the value of the timeZone property.
 void setCronExpression(String value)
          Sets the value of the cronExpression property.
 void setTimeZone(TimeZone value)
          Sets the value of the timeZone property.
 CronTrigger withCalendar(Calendar value)
           
 CronTrigger withCronExpression(String value)
           
 CronTrigger withDescription(String value)
           
 CronTrigger withEndTime(Calendar value)
           
 CronTrigger withFinalFireTime(Calendar value)
           
 CronTrigger withGroup(TriggerGroup value)
           
 CronTrigger withJobDataMap(JobDataMap value)
           
 CronTrigger withJobGroup(JobGroup value)
           
 CronTrigger withJobName(String value)
           
 CronTrigger withMisfireInstruction(Integer value)
           
 CronTrigger withName(String value)
           
 CronTrigger withNextFireTime(Calendar value)
           
 CronTrigger withPreviousFireTime(Calendar value)
           
 CronTrigger withPriority(Integer value)
           
 CronTrigger withStartTime(Calendar value)
           
 CronTrigger withState(TriggerState value)
           
 CronTrigger withTimeZone(TimeZone value)
           
 CronTrigger withVolatility(Boolean value)
           
 
Methods inherited from class com.quartzdesk.service.types.v1_0.scheduler.quartz.Trigger
getCalendar, getDescription, getEndTime, getFinalFireTime, getGroup, getJobDataMap, getJobGroup, getJobName, getMisfireInstruction, getName, getNextFireTime, getPreviousFireTime, getPriority, getStartTime, getState, getVolatility, isVolatility, setCalendar, setDescription, setEndTime, setFinalFireTime, setGroup, setJobDataMap, setJobGroup, setJobName, setMisfireInstruction, setName, setNextFireTime, setPreviousFireTime, setPriority, setStartTime, setState, setVolatility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cronExpression

protected String cronExpression

timeZone

protected TimeZone timeZone
Constructor Detail

CronTrigger

public CronTrigger()
Method Detail

getCronExpression

public String getCronExpression()
Gets the value of the cronExpression property.

Returns:
possible object is String

setCronExpression

public void setCronExpression(String value)
Sets the value of the cronExpression property.

Parameters:
value - allowed object is String

getTimeZone

public TimeZone getTimeZone()
Gets the value of the timeZone property.

Returns:
possible object is TimeZone

setTimeZone

public void setTimeZone(TimeZone value)
Sets the value of the timeZone property.

Parameters:
value - allowed object is TimeZone

withCronExpression

public CronTrigger withCronExpression(String value)

withTimeZone

public CronTrigger withTimeZone(TimeZone value)

withName

public CronTrigger withName(String value)
Overrides:
withName in class Trigger

withGroup

public CronTrigger withGroup(TriggerGroup value)
Overrides:
withGroup in class Trigger

withState

public CronTrigger withState(TriggerState value)
Overrides:
withState in class Trigger

withJobName

public CronTrigger withJobName(String value)
Overrides:
withJobName in class Trigger

withJobGroup

public CronTrigger withJobGroup(JobGroup value)
Overrides:
withJobGroup in class Trigger

withCalendar

public CronTrigger withCalendar(Calendar value)
Overrides:
withCalendar in class Trigger

withDescription

public CronTrigger withDescription(String value)
Overrides:
withDescription in class Trigger

withPriority

public CronTrigger withPriority(Integer value)
Overrides:
withPriority in class Trigger

withMisfireInstruction

public CronTrigger withMisfireInstruction(Integer value)
Overrides:
withMisfireInstruction in class Trigger

withStartTime

public CronTrigger withStartTime(Calendar value)
Overrides:
withStartTime in class Trigger

withEndTime

public CronTrigger withEndTime(Calendar value)
Overrides:
withEndTime in class Trigger

withPreviousFireTime

public CronTrigger withPreviousFireTime(Calendar value)
Overrides:
withPreviousFireTime in class Trigger

withNextFireTime

public CronTrigger withNextFireTime(Calendar value)
Overrides:
withNextFireTime in class Trigger

withFinalFireTime

public CronTrigger withFinalFireTime(Calendar value)
Overrides:
withFinalFireTime in class Trigger

withJobDataMap

public CronTrigger withJobDataMap(JobDataMap value)
Overrides:
withJobDataMap in class Trigger

withVolatility

public CronTrigger withVolatility(Boolean value)
Overrides:
withVolatility in class Trigger


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