|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzJobDataMap
public class QuartzJobDataMap
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/v5_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 |
|---|
protected List<QuartzJobDataMapEntry> entry
| Constructor Detail |
|---|
public QuartzJobDataMap()
| Method Detail |
|---|
public List<QuartzJobDataMapEntry> getEntry()
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
public QuartzJobDataMap withEntry(QuartzJobDataMapEntry... values)
public QuartzJobDataMap withEntry(Collection<QuartzJobDataMapEntry> values)
public void setEntry(List<QuartzJobDataMapEntry> entry)
entry - allowed object is
QuartzJobDataMapEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||