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

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

public class QuartzPlannedJobExecutions
extends Object

Java class for QuartzPlannedJobExecutions complex type.

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

 <complexType name="QuartzPlannedJobExecutions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="complete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="execution" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzPlannedJobExecution" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean complete
           
protected  List<QuartzPlannedJobExecution> execution
           
 
Constructor Summary
QuartzPlannedJobExecutions()
           
 
Method Summary
 Boolean getComplete()
           
 List<QuartzPlannedJobExecution> getExecution()
          Gets the value of the execution property.
 Boolean isComplete()
          Gets the value of the complete property.
 void setComplete(Boolean value)
          Sets the value of the complete property.
 void setExecution(List<QuartzPlannedJobExecution> execution)
          Sets the value of the execution property.
 QuartzPlannedJobExecutions withComplete(Boolean value)
           
 QuartzPlannedJobExecutions withExecution(Collection<QuartzPlannedJobExecution> values)
           
 QuartzPlannedJobExecutions withExecution(QuartzPlannedJobExecution... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

complete

protected Boolean complete

execution

protected List<QuartzPlannedJobExecution> execution
Constructor Detail

QuartzPlannedJobExecutions

public QuartzPlannedJobExecutions()
Method Detail

isComplete

public Boolean isComplete()
Gets the value of the complete property.

Returns:
possible object is String

setComplete

public void setComplete(Boolean value)
Sets the value of the complete property.

Parameters:
value - allowed object is String

getExecution

public List<QuartzPlannedJobExecution> getExecution()
Gets the value of the execution property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the execution property.

For example, to add a new item, do as follows:

    getExecution().add(newItem);
 

Objects of the following type(s) are allowed in the list QuartzPlannedJobExecution


getComplete

public Boolean getComplete()

withComplete

public QuartzPlannedJobExecutions withComplete(Boolean value)

withExecution

public QuartzPlannedJobExecutions withExecution(QuartzPlannedJobExecution... values)

withExecution

public QuartzPlannedJobExecutions withExecution(Collection<QuartzPlannedJobExecution> values)

setExecution

public void setExecution(List<QuartzPlannedJobExecution> execution)
Sets the value of the execution property.

Parameters:
execution - allowed object is QuartzPlannedJobExecution


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