| java.lang.Object | |
| ↳ | com.workday.payroll.PutPayrollHistoryPaymentRequestType |
This is the top-level Request element carrying all information necessary to make a Put Payroll History Payment service request.
Java class for Put_Payroll_History_Payment_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Payroll_History_Payment_RequestType">
<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"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollHistoryPaymentData | |||||||||||
| payrollHistoryPaymentReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollHistoryPaymentData property.
| |||||||||||
Gets the value of the payrollHistoryPaymentReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the payrollHistoryPaymentData property.
| |||||||||||
Sets the value of the payrollHistoryPaymentReference property.
| |||||||||||
Sets the value of the version 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
Gets the value of the version property.
Sets the value of the payrollHistoryPaymentData property.
| value | Allowed object is
PayrollHistoryPaymentDataType
|
|---|
Sets the value of the payrollHistoryPaymentReference property.
| value | Allowed object is
PayrollOffCycleResultOverrideObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|