public class

PreviousSystemJobHistoryGetDataType

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

Class Overview

Container for a Worker and the Previous System Job History data.

Java class for Previous_System_Job_History_Get_DataType complex type.

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

 <complexType name="Previous_System_Job_History_Get_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Previous_System_Job_History_Data" type="{urn:com.workday/bsvc}Previous_System_Job_HistoryType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<PreviousSystemJobHistoryType> previousSystemJobHistoryData
protected WorkerObjectType workerReference
Public Constructors
PreviousSystemJobHistoryGetDataType()
Public Methods
List<PreviousSystemJobHistoryType> getPreviousSystemJobHistoryData()
Gets the value of the previousSystemJobHistoryData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setPreviousSystemJobHistoryData(List<PreviousSystemJobHistoryType> previousSystemJobHistoryData)
Sets the value of the previousSystemJobHistoryData 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<PreviousSystemJobHistoryType> previousSystemJobHistoryData

protected WorkerObjectType workerReference

Public Constructors

public PreviousSystemJobHistoryGetDataType ()

Public Methods

public List<PreviousSystemJobHistoryType> getPreviousSystemJobHistoryData ()

Gets the value of the previousSystemJobHistoryData 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 previousSystemJobHistoryData property.

For example, to add a new item, do as follows:

    getPreviousSystemJobHistoryData().add(newItem);
 

Objects of the following type(s) are allowed in the list PreviousSystemJobHistoryType

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setPreviousSystemJobHistoryData (List<PreviousSystemJobHistoryType> previousSystemJobHistoryData)

Sets the value of the previousSystemJobHistoryData property.

Parameters
previousSystemJobHistoryData Allowed object is PreviousSystemJobHistoryType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType