com.quartzdesk.service.types.v4_0.scheduler.quartz
Class QuartzJobDataMap

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzJobDataMap

public class QuartzJobDataMap
extends Object

Java class for QuartzJobDataMap complex type.

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

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


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

Field Detail

entry

protected List<QuartzJobDataMapEntry> entry
Constructor Detail

QuartzJobDataMap

public QuartzJobDataMap()
Method Detail

getEntry

public List<QuartzJobDataMapEntry> 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 QuartzJobDataMapEntry


withEntry

public QuartzJobDataMap withEntry(QuartzJobDataMapEntry... values)

withEntry

public QuartzJobDataMap withEntry(Collection<QuartzJobDataMapEntry> values)

setEntry

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

Parameters:
entry - allowed object is QuartzJobDataMapEntry


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