|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.scheduler.JobChainTarget
public abstract class JobChainTarget
Base type for all job chain targets.
Java class for JobChainTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobChainTarget">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="type" type="{http://service.quartzdesk.com/types/v4_0/scheduler}JobChainTargetType"/>
<element name="remoteConnectionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="remoteConnectionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="execType" type="{http://service.quartzdesk.com/types/v4_0/scheduler}JobChainTargetExecType"/>
<element name="execTypeDelay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="execTypeDateExpressionLanguage" type="{http://service.quartzdesk.com/types/v4_0/enums}ExpressionLanguage" minOccurs="0"/>
<element name="execTypeDateExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
enabled
|
protected JobChainTargetExecType |
execType
|
protected String |
execTypeDateExpression
|
protected ExpressionLanguage |
execTypeDateExpressionLanguage
|
protected Integer |
execTypeDelay
|
protected Long |
id
|
protected Long |
remoteConnectionId
|
protected String |
remoteConnectionName
|
protected JobChainTargetType |
type
|
| Constructor Summary | |
|---|---|
JobChainTarget()
|
|
| Method Summary | |
|---|---|
Boolean |
getEnabled()
|
JobChainTargetExecType |
getExecType()
Gets the value of the execType property. |
String |
getExecTypeDateExpression()
Gets the value of the execTypeDateExpression property. |
ExpressionLanguage |
getExecTypeDateExpressionLanguage()
Gets the value of the execTypeDateExpressionLanguage property. |
Integer |
getExecTypeDelay()
Gets the value of the execTypeDelay property. |
Long |
getId()
Gets the value of the id property. |
Long |
getRemoteConnectionId()
Gets the value of the remoteConnectionId property. |
String |
getRemoteConnectionName()
Gets the value of the remoteConnectionName property. |
JobChainTargetType |
getType()
Gets the value of the type property. |
Boolean |
isEnabled()
Gets the value of the enabled property. |
void |
setEnabled(Boolean value)
Sets the value of the enabled property. |
void |
setExecType(JobChainTargetExecType value)
Sets the value of the execType property. |
void |
setExecTypeDateExpression(String value)
Sets the value of the execTypeDateExpression property. |
void |
setExecTypeDateExpressionLanguage(ExpressionLanguage value)
Sets the value of the execTypeDateExpressionLanguage property. |
void |
setExecTypeDelay(Integer value)
Sets the value of the execTypeDelay property. |
void |
setId(Long value)
Sets the value of the id property. |
void |
setRemoteConnectionId(Long value)
Sets the value of the remoteConnectionId property. |
void |
setRemoteConnectionName(String value)
Sets the value of the remoteConnectionName property. |
void |
setType(JobChainTargetType value)
Sets the value of the type property. |
JobChainTarget |
withEnabled(Boolean value)
|
JobChainTarget |
withExecType(JobChainTargetExecType value)
|
JobChainTarget |
withExecTypeDateExpression(String value)
|
JobChainTarget |
withExecTypeDateExpressionLanguage(ExpressionLanguage value)
|
JobChainTarget |
withExecTypeDelay(Integer value)
|
JobChainTarget |
withId(Long value)
|
JobChainTarget |
withRemoteConnectionId(Long value)
|
JobChainTarget |
withRemoteConnectionName(String value)
|
JobChainTarget |
withType(JobChainTargetType value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected Boolean enabled
protected JobChainTargetType type
protected Long remoteConnectionId
protected String remoteConnectionName
protected JobChainTargetExecType execType
protected Integer execTypeDelay
protected ExpressionLanguage execTypeDateExpressionLanguage
protected String execTypeDateExpression
| Constructor Detail |
|---|
public JobChainTarget()
| Method Detail |
|---|
public Long getId()
Stringpublic void setId(Long value)
value - allowed object is
Stringpublic Boolean isEnabled()
Stringpublic void setEnabled(Boolean value)
value - allowed object is
Stringpublic JobChainTargetType getType()
JobChainTargetTypepublic void setType(JobChainTargetType value)
value - allowed object is
JobChainTargetTypepublic Long getRemoteConnectionId()
Stringpublic void setRemoteConnectionId(Long value)
value - allowed object is
Stringpublic String getRemoteConnectionName()
Stringpublic void setRemoteConnectionName(String value)
value - allowed object is
Stringpublic JobChainTargetExecType getExecType()
JobChainTargetExecTypepublic void setExecType(JobChainTargetExecType value)
value - allowed object is
JobChainTargetExecTypepublic Integer getExecTypeDelay()
Stringpublic void setExecTypeDelay(Integer value)
value - allowed object is
Stringpublic ExpressionLanguage getExecTypeDateExpressionLanguage()
ExpressionLanguagepublic void setExecTypeDateExpressionLanguage(ExpressionLanguage value)
value - allowed object is
ExpressionLanguagepublic String getExecTypeDateExpression()
Stringpublic void setExecTypeDateExpression(String value)
value - allowed object is
Stringpublic Boolean getEnabled()
public JobChainTarget withId(Long value)
public JobChainTarget withEnabled(Boolean value)
public JobChainTarget withType(JobChainTargetType value)
public JobChainTarget withRemoteConnectionId(Long value)
public JobChainTarget withRemoteConnectionName(String value)
public JobChainTarget withExecType(JobChainTargetExecType value)
public JobChainTarget withExecTypeDelay(Integer value)
public JobChainTarget withExecTypeDateExpressionLanguage(ExpressionLanguage value)
public JobChainTarget withExecTypeDateExpression(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||