com.quartzdesk.service.types.v5_0.scheduler.quartz
Class QuartzJobDetail

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzJobDetail

public class QuartzJobDetail
extends Object

Java class for QuartzJobDetail complex type.

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

 <complexType name="QuartzJobDetail">
   <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/v5_0/scheduler/quartz}QuartzJobGroup"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="durability" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="shouldRecover" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="jobClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobDataMap" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDataMap"/>
         <element name="volatility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="concurrentExecutionDisallowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="persistJobDataAfterExecution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="nextFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="execHealthIndicator" type="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecHealthIndicator" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean concurrentExecutionDisallowed
           
protected  String description
           
protected  Boolean durability
           
protected  ExecHealthIndicator execHealthIndicator
           
protected  QuartzJobGroup group
           
protected  String jobClass
           
protected  QuartzJobDataMap jobDataMap
           
protected  String name
           
protected  Calendar nextFireTime
           
protected  Boolean persistJobDataAfterExecution
           
protected  Boolean shouldRecover
           
protected  Boolean volatility
           
 
Constructor Summary
QuartzJobDetail()
           
 
Method Summary
 Boolean getConcurrentExecutionDisallowed()
           
 String getDescription()
          Gets the value of the description property.
 Boolean getDurability()
           
 ExecHealthIndicator getExecHealthIndicator()
          Gets the value of the execHealthIndicator property.
 QuartzJobGroup getGroup()
          Gets the value of the group property.
 String getJobClass()
          Gets the value of the jobClass property.
 QuartzJobDataMap getJobDataMap()
          Gets the value of the jobDataMap property.
 String getName()
          Gets the value of the name property.
 Calendar getNextFireTime()
          Gets the value of the nextFireTime property.
 Boolean getPersistJobDataAfterExecution()
           
 Boolean getShouldRecover()
           
 Boolean getVolatility()
           
 Boolean isConcurrentExecutionDisallowed()
          Gets the value of the concurrentExecutionDisallowed property.
 Boolean isDurability()
          Gets the value of the durability property.
 Boolean isPersistJobDataAfterExecution()
          Gets the value of the persistJobDataAfterExecution property.
 Boolean isShouldRecover()
          Gets the value of the shouldRecover property.
 Boolean isVolatility()
          Gets the value of the volatility property.
 void setConcurrentExecutionDisallowed(Boolean value)
          Sets the value of the concurrentExecutionDisallowed property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDurability(Boolean value)
          Sets the value of the durability property.
 void setExecHealthIndicator(ExecHealthIndicator value)
          Sets the value of the execHealthIndicator property.
 void setGroup(QuartzJobGroup value)
          Sets the value of the group property.
 void setJobClass(String value)
          Sets the value of the jobClass property.
 void setJobDataMap(QuartzJobDataMap value)
          Sets the value of the jobDataMap property.
 void setName(String value)
          Sets the value of the name property.
 void setNextFireTime(Calendar value)
          Sets the value of the nextFireTime property.
 void setPersistJobDataAfterExecution(Boolean value)
          Sets the value of the persistJobDataAfterExecution property.
 void setShouldRecover(Boolean value)
          Sets the value of the shouldRecover property.
 void setVolatility(Boolean value)
          Sets the value of the volatility property.
 QuartzJobDetail withConcurrentExecutionDisallowed(Boolean value)
           
 QuartzJobDetail withDescription(String value)
           
 QuartzJobDetail withDurability(Boolean value)
           
 QuartzJobDetail withExecHealthIndicator(ExecHealthIndicator value)
           
 QuartzJobDetail withGroup(QuartzJobGroup value)
           
 QuartzJobDetail withJobClass(String value)
           
 QuartzJobDetail withJobDataMap(QuartzJobDataMap value)
           
 QuartzJobDetail withName(String value)
           
 QuartzJobDetail withNextFireTime(Calendar value)
           
 QuartzJobDetail withPersistJobDataAfterExecution(Boolean value)
           
 QuartzJobDetail withShouldRecover(Boolean value)
           
 QuartzJobDetail 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 QuartzJobGroup group

description

protected String description

durability

protected Boolean durability

shouldRecover

protected Boolean shouldRecover

jobClass

protected String jobClass

jobDataMap

protected QuartzJobDataMap jobDataMap

volatility

protected Boolean volatility

concurrentExecutionDisallowed

protected Boolean concurrentExecutionDisallowed

persistJobDataAfterExecution

protected Boolean persistJobDataAfterExecution

nextFireTime

protected Calendar nextFireTime

execHealthIndicator

protected ExecHealthIndicator execHealthIndicator
Constructor Detail

QuartzJobDetail

public QuartzJobDetail()
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 QuartzJobGroup getGroup()
Gets the value of the group property.

Returns:
possible object is QuartzJobGroup

setGroup

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

Parameters:
value - allowed object is QuartzJobGroup

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

isDurability

public Boolean isDurability()
Gets the value of the durability property.

Returns:
possible object is String

setDurability

public void setDurability(Boolean value)
Sets the value of the durability property.

Parameters:
value - allowed object is String

isShouldRecover

public Boolean isShouldRecover()
Gets the value of the shouldRecover property.

Returns:
possible object is String

setShouldRecover

public void setShouldRecover(Boolean value)
Sets the value of the shouldRecover property.

Parameters:
value - allowed object is String

getJobClass

public String getJobClass()
Gets the value of the jobClass property.

Returns:
possible object is String

setJobClass

public void setJobClass(String value)
Sets the value of the jobClass 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

isConcurrentExecutionDisallowed

public Boolean isConcurrentExecutionDisallowed()
Gets the value of the concurrentExecutionDisallowed property.

Returns:
possible object is String

setConcurrentExecutionDisallowed

public void setConcurrentExecutionDisallowed(Boolean value)
Sets the value of the concurrentExecutionDisallowed property.

Parameters:
value - allowed object is String

isPersistJobDataAfterExecution

public Boolean isPersistJobDataAfterExecution()
Gets the value of the persistJobDataAfterExecution property.

Returns:
possible object is String

setPersistJobDataAfterExecution

public void setPersistJobDataAfterExecution(Boolean value)
Sets the value of the persistJobDataAfterExecution 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

getExecHealthIndicator

public ExecHealthIndicator getExecHealthIndicator()
Gets the value of the execHealthIndicator property.

Returns:
possible object is ExecHealthIndicator

setExecHealthIndicator

public void setExecHealthIndicator(ExecHealthIndicator value)
Sets the value of the execHealthIndicator property.

Parameters:
value - allowed object is ExecHealthIndicator

getDurability

public Boolean getDurability()

getShouldRecover

public Boolean getShouldRecover()

getVolatility

public Boolean getVolatility()

getConcurrentExecutionDisallowed

public Boolean getConcurrentExecutionDisallowed()

getPersistJobDataAfterExecution

public Boolean getPersistJobDataAfterExecution()

withName

public QuartzJobDetail withName(String value)

withGroup

public QuartzJobDetail withGroup(QuartzJobGroup value)

withDescription

public QuartzJobDetail withDescription(String value)

withDurability

public QuartzJobDetail withDurability(Boolean value)

withShouldRecover

public QuartzJobDetail withShouldRecover(Boolean value)

withJobClass

public QuartzJobDetail withJobClass(String value)

withJobDataMap

public QuartzJobDetail withJobDataMap(QuartzJobDataMap value)

withVolatility

public QuartzJobDetail withVolatility(Boolean value)

withConcurrentExecutionDisallowed

public QuartzJobDetail withConcurrentExecutionDisallowed(Boolean value)

withPersistJobDataAfterExecution

public QuartzJobDetail withPersistJobDataAfterExecution(Boolean value)

withNextFireTime

public QuartzJobDetail withNextFireTime(Calendar value)

withExecHealthIndicator

public QuartzJobDetail withExecHealthIndicator(ExecHealthIndicator value)


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