| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollHistoryPaymentType |
Response for Get Payroll History Payment Web Service method
Java class for Payroll_History_PaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_History_PaymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payroll_History_Payment_Reference" type="{urn:com.workday/bsvc}Payroll_Off-cycle_Result_OverrideObjectType" minOccurs="0"/>
<element name="Payroll_History_Payment_Data" type="{urn:com.workday/bsvc}Payroll_History_Payment_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollHistoryPaymentData | |||||||||||
| payrollHistoryPaymentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollHistoryPaymentData property.
| |||||||||||
Gets the value of the payrollHistoryPaymentReference property.
| |||||||||||
Sets the value of the payrollHistoryPaymentData property.
| |||||||||||
Sets the value of the payrollHistoryPaymentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payrollHistoryPaymentData property.
PayrollHistoryPaymentDataType
Gets the value of the payrollHistoryPaymentReference property.
PayrollOffCycleResultOverrideObjectType
Sets the value of the payrollHistoryPaymentData property.
| value | Allowed object is
PayrollHistoryPaymentDataType
|
|---|
Sets the value of the payrollHistoryPaymentReference property.
| value | Allowed object is
PayrollOffCycleResultOverrideObjectType
|
|---|