| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollOffCyclePaymentType |
Payroll Off-cycle Payment element
Java class for Payroll_Off-cycle_PaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Off-cycle_PaymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payroll_Off-cycle_Result_Override_Reference" type="{urn:com.workday/bsvc}Payroll_Off-cycle_Result_OverrideObjectType" minOccurs="0"/>
<element name="Payroll_Off-cycle_Payment_Data" type="{urn:com.workday/bsvc}Payroll_Off-cycle_Payment_Response_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollOffCyclePaymentData | |||||||||||
| payrollOffCycleResultOverrideReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollOffCyclePaymentData property.
| |||||||||||
Gets the value of the payrollOffCycleResultOverrideReference property.
| |||||||||||
Sets the value of the payrollOffCyclePaymentData property.
| |||||||||||
Sets the value of the payrollOffCycleResultOverrideReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payrollOffCyclePaymentData 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 payrollOffCyclePaymentData property.
For example, to add a new item, do as follows:
getPayrollOffCyclePaymentData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollOffCyclePaymentResponseDataType
Gets the value of the payrollOffCycleResultOverrideReference property.
PayrollOffCycleResultOverrideObjectType
Sets the value of the payrollOffCyclePaymentData property.
| payrollOffCyclePaymentData | Allowed object is
PayrollOffCyclePaymentResponseDataType
|
|---|
Sets the value of the payrollOffCycleResultOverrideReference property.
| value | Allowed object is
PayrollOffCycleResultOverrideObjectType
|
|---|