public class

ExternalPayrollActualsEmployeeDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.ExternalPayrollActualsEmployeeDataType

Class Overview

Payroll Actuals Data allows for Hours worked from an External Payroll System to be loaded into Workday. Each Actual coming in must be associated with an External Payroll Earning or Deduction Code.We recommend aggregating Hours worked into a single value for each period and loading one "value" per Pay Component per Pay Period if possible (as long as there are no overriding requirements for more frequent values, such as for eligibility, etc.). Note: It is possible to load Hours Worked for different days though if needed.

Java class for External_Payroll_Actuals_Employee_DataType complex type.

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

 <complexType name="External_Payroll_Actuals_Employee_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Actuals_Data" type="{urn:com.workday/bsvc}External_Payroll_Actuals_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<ExternalPayrollActualsDataType> actualsData
protected EmployeeObjectType employeeReference
Public Constructors
ExternalPayrollActualsEmployeeDataType()
Public Methods
List<ExternalPayrollActualsDataType> getActualsData()
Gets the value of the actualsData property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
void setActualsData(List<ExternalPayrollActualsDataType> actualsData)
Sets the value of the actualsData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<ExternalPayrollActualsDataType> actualsData

protected EmployeeObjectType employeeReference

Public Constructors

public ExternalPayrollActualsEmployeeDataType ()

Public Methods

public List<ExternalPayrollActualsDataType> getActualsData ()

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

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

    getActualsData().add(newItem);
 

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

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public void setActualsData (List<ExternalPayrollActualsDataType> actualsData)

Sets the value of the actualsData property.

Parameters
actualsData Allowed object is ExternalPayrollActualsDataType

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType