| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PutExternalPayrollActualsRequestType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalPayrollActualsData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalPayrollActualsData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the externalPayrollActualsData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the externalPayrollActualsData property.
ExternalPayrollActualsEmployeeDataType
Gets the value of the version property.
Sets the value of the externalPayrollActualsData property.
| value | Allowed object is
ExternalPayrollActualsEmployeeDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|