com.quartzdesk.service.quartz.v5_0
Class AddJobRequest

java.lang.Object
  extended by com.quartzdesk.service.quartz.v5_0.AddJobRequest

public class AddJobRequest
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="connection" type="{http://service.quartzdesk.com/types/v1_0/connection}SchedulerConnection"/>
         <element name="jobDetail" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}JobDetail"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SchedulerConnection connection
           
protected  JobDetail jobDetail
           
 
Constructor Summary
AddJobRequest()
           
 
Method Summary
 SchedulerConnection getConnection()
          Gets the value of the connection property.
 JobDetail getJobDetail()
          Gets the value of the jobDetail property.
 void setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void setJobDetail(JobDetail value)
          Sets the value of the jobDetail property.
 AddJobRequest withConnection(SchedulerConnection value)
           
 AddJobRequest withJobDetail(JobDetail value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected SchedulerConnection connection

jobDetail

protected JobDetail jobDetail
Constructor Detail

AddJobRequest

public AddJobRequest()
Method Detail

getConnection

public SchedulerConnection getConnection()
Gets the value of the connection property.

Returns:
possible object is SchedulerConnection

setConnection

public void setConnection(SchedulerConnection value)
Sets the value of the connection property.

Parameters:
value - allowed object is SchedulerConnection

getJobDetail

public JobDetail getJobDetail()
Gets the value of the jobDetail property.

Returns:
possible object is JobDetail

setJobDetail

public void setJobDetail(JobDetail value)
Sets the value of the jobDetail property.

Parameters:
value - allowed object is JobDetail

withConnection

public AddJobRequest withConnection(SchedulerConnection value)

withJobDetail

public AddJobRequest withJobDetail(JobDetail value)


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