public class

PreviousSystemCompensationHistoryResponseDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.PreviousSystemCompensationHistoryResponseDataType

Class Overview

Contains the worker and their compensation history from a previous system.

Java class for Previous_System_Compensation_History_Response_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<PreviousSystemCompensationHistoryGetDataType> previousSystemCompensationHistory
Public Constructors
PreviousSystemCompensationHistoryResponseDataType()
Public Methods
List<PreviousSystemCompensationHistoryGetDataType> getPreviousSystemCompensationHistory()
Gets the value of the previousSystemCompensationHistory property.
void setPreviousSystemCompensationHistory(List<PreviousSystemCompensationHistoryGetDataType> previousSystemCompensationHistory)
Sets the value of the previousSystemCompensationHistory property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PreviousSystemCompensationHistoryGetDataType> previousSystemCompensationHistory

Public Constructors

public PreviousSystemCompensationHistoryResponseDataType ()

Public Methods

public List<PreviousSystemCompensationHistoryGetDataType> getPreviousSystemCompensationHistory ()

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

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

    getPreviousSystemCompensationHistory().add(newItem);
 

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

public void setPreviousSystemCompensationHistory (List<PreviousSystemCompensationHistoryGetDataType> previousSystemCompensationHistory)

Sets the value of the previousSystemCompensationHistory property.

Parameters
previousSystemCompensationHistory Allowed object is PreviousSystemCompensationHistoryGetDataType