| java.lang.Object | |
| ↳ | com.workday.hr.PreviousSystemJobHistoryType |
Contains the Data for adding, updating or deleting a previous system job history entry for a worker.
Java class for Previous_System_Job_HistoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Previous_System_Job_HistoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Previous_System_Job_History" type="{urn:com.workday/bsvc}Previous_System_Job_History_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| previousSystemJobHistory | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the previousSystemJobHistory property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the previousSystemJobHistory property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the previousSystemJobHistory 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 previousSystemJobHistory property.
For example, to add a new item, do as follows:
getPreviousSystemJobHistory().add(newItem);
Objects of the following type(s) are allowed in the list
PreviousSystemJobHistoryDataType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the previousSystemJobHistory property.
| previousSystemJobHistory | Allowed object is
PreviousSystemJobHistoryDataType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

