public class

PreviousSystemJobHistoryType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.PreviousSystemJobHistoryType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<PreviousSystemJobHistoryDataType> previousSystemJobHistory
protected WorkerObjectType workerReference
Public Constructors
PreviousSystemJobHistoryType()
Public Methods
List<PreviousSystemJobHistoryDataType> getPreviousSystemJobHistory()
Gets the value of the previousSystemJobHistory property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setPreviousSystemJobHistory(List<PreviousSystemJobHistoryDataType> previousSystemJobHistory)
Sets the value of the previousSystemJobHistory property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PreviousSystemJobHistoryDataType> previousSystemJobHistory

protected WorkerObjectType workerReference

Public Constructors

public PreviousSystemJobHistoryType ()

Public Methods

public List<PreviousSystemJobHistoryDataType> getPreviousSystemJobHistory ()

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

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setPreviousSystemJobHistory (List<PreviousSystemJobHistoryDataType> previousSystemJobHistory)

Sets the value of the previousSystemJobHistory property.

Parameters
previousSystemJobHistory Allowed object is PreviousSystemJobHistoryDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType