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

java.lang.Object
  extended by com.quartzdesk.service.types.v4_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/v4_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/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  String description
           
protected  Boolean durability
           
protected  ExecHealthIndicator execHealthIndicator
           
protected  QuartzJobGroup group
           
protected  String jobClass
           
protected  QuartzJobDataMap jobDataMap
           
protected  String name
           
protected  Boolean shouldRecover
           
protected  Boolean volatility
           
 
Constructor Summary
QuartzJobDetail()
           
 
Method Summary
 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.
 Boolean getShouldRecover()
           
 Boolean getVolatility()
           
 Boolean isDurability()
          Gets the value of the durability property.
 Boolean isShouldRecover()
          Gets the value of the shouldRecover property.
 Boolean isVolatility()
          Gets the value of the volatility 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 setShouldRecover(Boolean value)
          Sets the value of the shouldRecover property.
 void setVolatility(Boolean value)
          Sets the value of the volatility property.
 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 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

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

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()

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)

withExecHealthIndicator

public QuartzJobDetail withExecHealthIndicator(ExecHealthIndicator value)


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