| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ExternalPayrollActualsDataType |
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_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Payroll_Actuals_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Pay_Component_Workday_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType"/>
<element name="External_Payroll_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Hours" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| date | |||||||||||
| externalPayrollCode | |||||||||||
| hours | |||||||||||
| payComponentWorkdayReference | |||||||||||
| positionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the date property.
| |||||||||||
Gets the value of the externalPayrollCode property.
| |||||||||||
Gets the value of the hours property.
| |||||||||||
Gets the value of the payComponentWorkdayReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the externalPayrollCode property.
| |||||||||||
Sets the value of the hours property.
| |||||||||||
Sets the value of the payComponentWorkdayReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the date property.
Gets the value of the externalPayrollCode property.
Gets the value of the hours property.
Gets the value of the payComponentWorkdayReference property.
PayComponentObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Sets the value of the date property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the externalPayrollCode property.
| value | Allowed object is String |
|---|
Sets the value of the hours property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payComponentWorkdayReference property.
| value | Allowed object is
PayComponentObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|