|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v2_0.scheduler.quartz.QuartzJobDetail
public class QuartzJobDetail
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/v2_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/v2_0/scheduler/quartz}QuartzJobDataMap"/>
<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 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()
|
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 |
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 |
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 |
|---|
protected String name
protected QuartzJobGroup group
protected String description
protected Boolean durability
protected Boolean shouldRecover
protected String jobClass
protected QuartzJobDataMap jobDataMap
protected Boolean volatility
| Constructor Detail |
|---|
public QuartzJobDetail()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QuartzJobGroup getGroup()
QuartzJobGrouppublic void setGroup(QuartzJobGroup value)
value - allowed object is
QuartzJobGrouppublic 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 QuartzJobDataMap getJobDataMap()
QuartzJobDataMappublic void setJobDataMap(QuartzJobDataMap value)
value - allowed object is
QuartzJobDataMappublic Boolean isVolatility()
Stringpublic void setVolatility(Boolean value)
value - allowed object is
Stringpublic Boolean getDurability()
public Boolean getShouldRecover()
public Boolean getVolatility()
public QuartzJobDetail withName(String value)
public QuartzJobDetail withGroup(QuartzJobGroup value)
public QuartzJobDetail withDescription(String value)
public QuartzJobDetail withDurability(Boolean value)
public QuartzJobDetail withShouldRecover(Boolean value)
public QuartzJobDetail withJobClass(String value)
public QuartzJobDetail withJobDataMap(QuartzJobDataMap value)
public QuartzJobDetail withVolatility(Boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||