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