|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v1_0.scheduler.quartz.JobDetail
public class JobDetail
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 |
|---|
protected String name
protected JobGroup group
protected String description
protected Boolean durability
protected Boolean shouldRecover
protected String jobClass
protected JobDataMap jobDataMap
protected Boolean volatility
| Constructor Detail |
|---|
public JobDetail()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic JobGroup getGroup()
JobGrouppublic void setGroup(JobGroup value)
value - allowed object is
JobGrouppublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isDurability()
Stringpublic void setDurability(Boolean value)
value - allowed object is
Stringpublic Boolean isShouldRecover()
Stringpublic void setShouldRecover(Boolean value)
value - allowed object is
Stringpublic String getJobClass()
Stringpublic void setJobClass(String value)
value - allowed object is
Stringpublic JobDataMap getJobDataMap()
JobDataMappublic void setJobDataMap(JobDataMap value)
value - allowed object is
JobDataMappublic Boolean isVolatility()
Stringpublic void setVolatility(Boolean value)
value - allowed object is
Stringpublic Boolean getDurability()
public Boolean getShouldRecover()
public Boolean getVolatility()
public JobDetail withName(String value)
public JobDetail withGroup(JobGroup value)
public JobDetail withDescription(String value)
public JobDetail withDurability(Boolean value)
public JobDetail withShouldRecover(Boolean value)
public JobDetail withJobClass(String value)
public JobDetail withJobDataMap(JobDataMap value)
public JobDetail withVolatility(Boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||