| java.lang.Object | |
| ↳ | com.workday.payroll.OffCycleDataType |
The Data for Off-Cycle Payments, which contains the Result Type, the Reason, and whether or not it is an Additional Payment
Java class for Off-Cycle_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Off-Cycle_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Result_Type_Reference" type="{urn:com.workday/bsvc}Payroll_Off-cycle_TypeObjectType" minOccurs="0"/>
<element name="Additional_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Reason_Reference" type="{urn:com.workday/bsvc}Payroll_Action_ReasonObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalPay | |||||||||||
| reasonReference | |||||||||||
| resultTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalPay property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Gets the value of the resultTypeReference property.
| |||||||||||
Sets the value of the additionalPay property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
Sets the value of the resultTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalPay property. This getter has been renamed from isAdditionalPay() to getAdditionalPay() by cxf-xjc-boolean plugin.
Gets the value of the reasonReference property.
PayrollActionReasonObjectType
Gets the value of the resultTypeReference property.
PayrollOffCycleTypeObjectType
Sets the value of the additionalPay property.
| value | Allowed object is Boolean |
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
PayrollActionReasonObjectType
|
|---|
Sets the value of the resultTypeReference property.
| value | Allowed object is
PayrollOffCycleTypeObjectType
|
|---|