public class

OffCycleDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.OffCycleDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean additionalPay
protected PayrollActionReasonObjectType reasonReference
protected PayrollOffCycleTypeObjectType resultTypeReference
Public Constructors
OffCycleDataType()
Public Methods
Boolean getAdditionalPay()
Gets the value of the additionalPay property.
PayrollActionReasonObjectType getReasonReference()
Gets the value of the reasonReference property.
PayrollOffCycleTypeObjectType getResultTypeReference()
Gets the value of the resultTypeReference property.
void setAdditionalPay(Boolean value)
Sets the value of the additionalPay property.
void setReasonReference(PayrollActionReasonObjectType value)
Sets the value of the reasonReference property.
void setResultTypeReference(PayrollOffCycleTypeObjectType value)
Sets the value of the resultTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean additionalPay

protected PayrollActionReasonObjectType reasonReference

protected PayrollOffCycleTypeObjectType resultTypeReference

Public Constructors

public OffCycleDataType ()

Public Methods

public Boolean getAdditionalPay ()

Gets the value of the additionalPay property. This getter has been renamed from isAdditionalPay() to getAdditionalPay() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PayrollActionReasonObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public PayrollOffCycleTypeObjectType getResultTypeReference ()

Gets the value of the resultTypeReference property.

Returns

public void setAdditionalPay (Boolean value)

Sets the value of the additionalPay property.

Parameters
value Allowed object is Boolean

public void setReasonReference (PayrollActionReasonObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is PayrollActionReasonObjectType

public void setResultTypeReference (PayrollOffCycleTypeObjectType value)

Sets the value of the resultTypeReference property.

Parameters
value Allowed object is PayrollOffCycleTypeObjectType