com.quartzdesk.service.types.v5_0.scheduler.quartz
Class QuartzJobChainTarget

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.scheduler.JobChainTarget
      extended by com.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzJobChainTarget

public class QuartzJobChainTarget
extends JobChainTarget

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

jobGroupName

protected String jobGroupName

jobName

protected String jobName
Constructor Detail

QuartzJobChainTarget

public QuartzJobChainTarget()
Method Detail

getJobGroupName

public String getJobGroupName()
Gets the value of the jobGroupName property.

Returns:
possible object is String

setJobGroupName

public void setJobGroupName(String value)
Sets the value of the jobGroupName property.

Parameters:
value - allowed object is String

getJobName

public String getJobName()
Gets the value of the jobName property.

Returns:
possible object is String

setJobName

public void setJobName(String value)
Sets the value of the jobName property.

Parameters:
value - allowed object is String

withJobGroupName

public QuartzJobChainTarget withJobGroupName(String value)

withJobName

public QuartzJobChainTarget withJobName(String value)

withId

public QuartzJobChainTarget withId(Long value)
Overrides:
withId in class JobChainTarget

withEnabled

public QuartzJobChainTarget withEnabled(Boolean value)
Overrides:
withEnabled in class JobChainTarget

withType

public QuartzJobChainTarget withType(JobChainTargetType value)
Overrides:
withType in class JobChainTarget

withRemoteConnectionId

public QuartzJobChainTarget withRemoteConnectionId(Long value)
Overrides:
withRemoteConnectionId in class JobChainTarget

withRemoteConnectionName

public QuartzJobChainTarget withRemoteConnectionName(String value)
Overrides:
withRemoteConnectionName in class JobChainTarget

withExecType

public QuartzJobChainTarget withExecType(JobChainTargetExecType value)
Overrides:
withExecType in class JobChainTarget

withExecTypeDelay

public QuartzJobChainTarget withExecTypeDelay(Integer value)
Overrides:
withExecTypeDelay in class JobChainTarget

withExecTypeDateExpressionLanguage

public QuartzJobChainTarget withExecTypeDateExpressionLanguage(ExpressionLanguage value)
Overrides:
withExecTypeDateExpressionLanguage in class JobChainTarget

withExecTypeDateExpression

public QuartzJobChainTarget withExecTypeDateExpression(String value)
Overrides:
withExecTypeDateExpression in class JobChainTarget


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