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

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

public class JobDetail
extends Object

Java class for JobDetail complex type.

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

 <complexType name="JobDetail">
   <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}JobGroup"/>
         <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/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  String description
           
protected  Boolean durability
           
protected  JobGroup group
           
protected  String jobClass
           
protected  JobDataMap jobDataMap
           
protected  String name
           
protected  Boolean shouldRecover
           
protected  Boolean volatility
           
 
Constructor Summary
JobDetail()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 Boolean getDurability()
           
 JobGroup getGroup()
          Gets the value of the group property.
 String getJobClass()
          Gets the value of the jobClass property.
 JobDataMap 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 setGroup(JobGroup value)
          Sets the value of the group property.
 void setJobClass(String value)
          Sets the value of the jobClass property.
 void setJobDataMap(JobDataMap 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.
 JobDetail withDescription(String value)
           
 JobDetail withDurability(Boolean value)
           
 JobDetail withGroup(JobGroup value)
           
 JobDetail withJobClass(String value)
           
 JobDetail withJobDataMap(JobDataMap value)
           
 JobDetail withName(String value)
           
 JobDetail withShouldRecover(Boolean value)
           
 JobDetail 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 JobGroup group

description

protected String description

durability

protected Boolean durability

shouldRecover

protected Boolean shouldRecover

jobClass

protected String jobClass

jobDataMap

protected JobDataMap jobDataMap

volatility

protected Boolean volatility
Constructor Detail

JobDetail

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

Returns:
possible object is JobGroup

setGroup

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

Parameters:
value - allowed object is JobGroup

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 JobDataMap getJobDataMap()
Gets the value of the jobDataMap property.

Returns:
possible object is JobDataMap

setJobDataMap

public void setJobDataMap(JobDataMap value)
Sets the value of the jobDataMap property.

Parameters:
value - allowed object is JobDataMap

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

getDurability

public Boolean getDurability()

getShouldRecover

public Boolean getShouldRecover()

getVolatility

public Boolean getVolatility()

withName

public JobDetail withName(String value)

withGroup

public JobDetail withGroup(JobGroup value)

withDescription

public JobDetail withDescription(String value)

withDurability

public JobDetail withDurability(Boolean value)

withShouldRecover

public JobDetail withShouldRecover(Boolean value)

withJobClass

public JobDetail withJobClass(String value)

withJobDataMap

public JobDetail withJobDataMap(JobDataMap value)

withVolatility

public JobDetail withVolatility(Boolean value)


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