public class

JobHistoryType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.JobHistoryType

Class Overview

Wrapper element for Job History information.

Java class for Job_HistoryType complex type.

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

 <complexType name="Job_HistoryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_History_Reference" type="{urn:com.workday/bsvc}Job_HistoryObjectType" minOccurs="0"/>
         <element name="External_Job_History_Data" type="{urn:com.workday/bsvc}Job_History_Achievement_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<JobHistoryAchievementDataType> externalJobHistoryData
protected JobHistoryObjectType jobHistoryReference
Public Constructors
JobHistoryType()
Public Methods
List<JobHistoryAchievementDataType> getExternalJobHistoryData()
Gets the value of the externalJobHistoryData property.
JobHistoryObjectType getJobHistoryReference()
Gets the value of the jobHistoryReference property.
void setExternalJobHistoryData(List<JobHistoryAchievementDataType> externalJobHistoryData)
Sets the value of the externalJobHistoryData property.
void setJobHistoryReference(JobHistoryObjectType value)
Sets the value of the jobHistoryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<JobHistoryAchievementDataType> externalJobHistoryData

protected JobHistoryObjectType jobHistoryReference

Public Constructors

public JobHistoryType ()

Public Methods

public List<JobHistoryAchievementDataType> getExternalJobHistoryData ()

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

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

    getExternalJobHistoryData().add(newItem);
 

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

public JobHistoryObjectType getJobHistoryReference ()

Gets the value of the jobHistoryReference property.

Returns

public void setExternalJobHistoryData (List<JobHistoryAchievementDataType> externalJobHistoryData)

Sets the value of the externalJobHistoryData property.

Parameters
externalJobHistoryData Allowed object is JobHistoryAchievementDataType

public void setJobHistoryReference (JobHistoryObjectType value)

Sets the value of the jobHistoryReference property.

Parameters
value Allowed object is JobHistoryObjectType