| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollHistoryPaymentDataType |
The Payroll History Payment Data element contains all of the information necessary to define a history payment, including the functional keys (Worker, Period, Pay Group), the technical key (Payment ID), the payment information (Payment Date, Gross and Net Amounts, Sub-Period dates), Payroll Worktag overrides, and the line-item earnings and deductions detail.
Java class for Payroll_History_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_History_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Batch_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Payment_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Period_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Run_Category_Reference" type="{urn:com.workday/bsvc}Run_CategoryObjectType" minOccurs="0"/>
<element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" minOccurs="0"/>
<element name="History_Payment_Data" type="{urn:com.workday/bsvc}History_Payment_DataType"/>
<element name="Result_Worktag_Overrides" type="{urn:com.workday/bsvc}Result_Worktag_Overrides_DataType" minOccurs="0"/>
<element name="Add_to_Existing_Input_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="History_Payment_Input_Data" type="{urn:com.workday/bsvc}History_Payment_Input_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addToExistingInputData | |||||||||||
| batchID | |||||||||||
| employeeReference | |||||||||||
| historyPaymentData | |||||||||||
| historyPaymentInputData | |||||||||||
| payGroupReference | |||||||||||
| paymentID | |||||||||||
| periodDate | |||||||||||
| resultWorktagOverrides | |||||||||||
| runCategoryReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addToExistingInputData property.
| |||||||||||
Gets the value of the batchID property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the historyPaymentData property.
| |||||||||||
Gets the value of the historyPaymentInputData property.
| |||||||||||
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the paymentID property.
| |||||||||||
Gets the value of the periodDate property.
| |||||||||||
Gets the value of the resultWorktagOverrides property.
| |||||||||||
Gets the value of the runCategoryReference property.
| |||||||||||
Sets the value of the addToExistingInputData property.
| |||||||||||
Sets the value of the batchID property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the historyPaymentData property.
| |||||||||||
Sets the value of the historyPaymentInputData property.
| |||||||||||
Sets the value of the payGroupReference property.
| |||||||||||
Sets the value of the paymentID property.
| |||||||||||
Sets the value of the periodDate property.
| |||||||||||
Sets the value of the resultWorktagOverrides property.
| |||||||||||
Sets the value of the runCategoryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addToExistingInputData property. This getter has been renamed from isAddToExistingInputData() to getAddToExistingInputData() by cxf-xjc-boolean plugin.
Gets the value of the batchID property.
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the historyPaymentData property.
HistoryPaymentDataType
Gets the value of the historyPaymentInputData 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 historyPaymentInputData property.
For example, to add a new item, do as follows:
getHistoryPaymentInputData().add(newItem);
Objects of the following type(s) are allowed in the list
HistoryPaymentInputDataType
Gets the value of the payGroupReference property.
PayGroupObjectType
Gets the value of the paymentID property.
Gets the value of the periodDate property.
Gets the value of the resultWorktagOverrides property.
ResultWorktagOverridesDataType
Gets the value of the runCategoryReference property.
RunCategoryObjectType
Sets the value of the addToExistingInputData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the batchID property.
| value | Allowed object is String |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the historyPaymentData property.
| value | Allowed object is
HistoryPaymentDataType
|
|---|
Sets the value of the historyPaymentInputData property.
| historyPaymentInputData | Allowed object is
HistoryPaymentInputDataType
|
|---|
Sets the value of the payGroupReference property.
| value | Allowed object is
PayGroupObjectType
|
|---|
Sets the value of the paymentID property.
| value | Allowed object is String |
|---|
Sets the value of the periodDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the resultWorktagOverrides property.
| value | Allowed object is
ResultWorktagOverridesDataType
|
|---|
Sets the value of the runCategoryReference property.
| value | Allowed object is
RunCategoryObjectType
|
|---|