com.quartzdesk.service.types.v1_0.scheduler.quartz
Class JobDataMap

java.lang.Object
  extended by com.quartzdesk.service.types.v1_0.scheduler.quartz.JobDataMap

public class JobDataMap
extends Object

Java class for JobDataMap complex type.

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

 <complexType name="JobDataMap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entry" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}JobDataMapEntry" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JobDataMapEntry> entry
           
 
Constructor Summary
JobDataMap()
           
 
Method Summary
 List<JobDataMapEntry> getEntry()
          Gets the value of the entry property.
 void setEntry(List<JobDataMapEntry> entry)
          Sets the value of the entry property.
 JobDataMap withEntry(Collection<JobDataMapEntry> values)
           
 JobDataMap withEntry(JobDataMapEntry... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

protected List<JobDataMapEntry> entry
Constructor Detail

JobDataMap

public JobDataMap()
Method Detail

getEntry

public List<JobDataMapEntry> getEntry()
Gets the value of the entry 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 entry property.

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

    getEntry().add(newItem);
 

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


withEntry

public JobDataMap withEntry(JobDataMapEntry... values)

withEntry

public JobDataMap withEntry(Collection<JobDataMapEntry> values)

setEntry

public void setEntry(List<JobDataMapEntry> entry)
Sets the value of the entry property.

Parameters:
entry - allowed object is JobDataMapEntry


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