|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.scheduler.JobChainTarget
com.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzJobChainTarget
public class QuartzJobChainTarget
Type that encapsulates Quartz job chain target data.
Java class for QuartzJobChainTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuartzJobChainTarget">
<complexContent>
<extension base="{http://service.quartzdesk.com/types/v5_0/scheduler}JobChainTarget">
<sequence>
<element name="jobGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
jobGroupName
|
protected String |
jobName
|
| Fields inherited from class com.quartzdesk.service.types.v5_0.scheduler.JobChainTarget |
|---|
enabled, execType, execTypeDateExpression, execTypeDateExpressionLanguage, execTypeDelay, id, remoteConnectionId, remoteConnectionName, type |
| Constructor Summary | |
|---|---|
QuartzJobChainTarget()
|
|
| Method Summary | |
|---|---|
String |
getJobGroupName()
Gets the value of the jobGroupName property. |
String |
getJobName()
Gets the value of the jobName property. |
void |
setJobGroupName(String value)
Sets the value of the jobGroupName property. |
void |
setJobName(String value)
Sets the value of the jobName property. |
QuartzJobChainTarget |
withEnabled(Boolean value)
|
QuartzJobChainTarget |
withExecType(JobChainTargetExecType value)
|
QuartzJobChainTarget |
withExecTypeDateExpression(String value)
|
QuartzJobChainTarget |
withExecTypeDateExpressionLanguage(ExpressionLanguage value)
|
QuartzJobChainTarget |
withExecTypeDelay(Integer value)
|
QuartzJobChainTarget |
withId(Long value)
|
QuartzJobChainTarget |
withJobGroupName(String value)
|
QuartzJobChainTarget |
withJobName(String value)
|
QuartzJobChainTarget |
withRemoteConnectionId(Long value)
|
QuartzJobChainTarget |
withRemoteConnectionName(String value)
|
QuartzJobChainTarget |
withType(JobChainTargetType value)
|
| Methods inherited from class com.quartzdesk.service.types.v5_0.scheduler.JobChainTarget |
|---|
getEnabled, getExecType, getExecTypeDateExpression, getExecTypeDateExpressionLanguage, getExecTypeDelay, getId, getRemoteConnectionId, getRemoteConnectionName, getType, isEnabled, setEnabled, setExecType, setExecTypeDateExpression, setExecTypeDateExpressionLanguage, setExecTypeDelay, setId, setRemoteConnectionId, setRemoteConnectionName, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String jobGroupName
protected String jobName
| Constructor Detail |
|---|
public QuartzJobChainTarget()
| Method Detail |
|---|
public String getJobGroupName()
Stringpublic void setJobGroupName(String value)
value - allowed object is
Stringpublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic QuartzJobChainTarget withJobGroupName(String value)
public QuartzJobChainTarget withJobName(String value)
public QuartzJobChainTarget withId(Long value)
withId in class JobChainTargetpublic QuartzJobChainTarget withEnabled(Boolean value)
withEnabled in class JobChainTargetpublic QuartzJobChainTarget withType(JobChainTargetType value)
withType in class JobChainTargetpublic QuartzJobChainTarget withRemoteConnectionId(Long value)
withRemoteConnectionId in class JobChainTargetpublic QuartzJobChainTarget withRemoteConnectionName(String value)
withRemoteConnectionName in class JobChainTargetpublic QuartzJobChainTarget withExecType(JobChainTargetExecType value)
withExecType in class JobChainTargetpublic QuartzJobChainTarget withExecTypeDelay(Integer value)
withExecTypeDelay in class JobChainTargetpublic QuartzJobChainTarget withExecTypeDateExpressionLanguage(ExpressionLanguage value)
withExecTypeDateExpressionLanguage in class JobChainTargetpublic QuartzJobChainTarget withExecTypeDateExpression(String value)
withExecTypeDateExpression in class JobChainTarget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||