public class

PutExternalPayrollActualsRequestType

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

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 Put_External_Payroll_Actuals_RequestType complex type.

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

 <complexType name="Put_External_Payroll_Actuals_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_Payroll_Actuals_Data" type="{urn:com.workday/bsvc}External_Payroll_Actuals_Employee_DataType"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalPayrollActualsEmployeeDataType externalPayrollActualsData
protected String version
Public Constructors
PutExternalPayrollActualsRequestType()
Public Methods
ExternalPayrollActualsEmployeeDataType getExternalPayrollActualsData()
Gets the value of the externalPayrollActualsData property.
String getVersion()
Gets the value of the version property.
void setExternalPayrollActualsData(ExternalPayrollActualsEmployeeDataType value)
Sets the value of the externalPayrollActualsData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExternalPayrollActualsEmployeeDataType externalPayrollActualsData

protected String version

Public Constructors

public PutExternalPayrollActualsRequestType ()

Public Methods

public ExternalPayrollActualsEmployeeDataType getExternalPayrollActualsData ()

Gets the value of the externalPayrollActualsData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setExternalPayrollActualsData (ExternalPayrollActualsEmployeeDataType value)

Sets the value of the externalPayrollActualsData property.

Parameters
value Allowed object is ExternalPayrollActualsEmployeeDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String