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