public class

PayrollInputTypeReferenceType

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

Class Overview

This is a pay code uniquely identifying an earning or deduction, or an associated "related calculation", that is already established in the Workday Payroll system.

Java class for Payroll_Input_Type_ReferenceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payroll_Input_Type_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning_ReferenceType"/>
           <element name="Deduction_Reference" type="{urn:com.workday/bsvc}Deduction_ReferenceType"/>
           <element name="PCRC_Reference" type="{urn:com.workday/bsvc}Pay_Component_Related_Calculation_ReferenceType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected DeductionReferenceType deductionReference
protected EarningReferenceType earningReference
protected PayComponentRelatedCalculationReferenceType pcrcReference
Public Constructors
PayrollInputTypeReferenceType()
Public Methods
DeductionReferenceType getDeductionReference()
Gets the value of the deductionReference property.
EarningReferenceType getEarningReference()
Gets the value of the earningReference property.
PayComponentRelatedCalculationReferenceType getPCRCReference()
Gets the value of the pcrcReference property.
void setDeductionReference(DeductionReferenceType value)
Sets the value of the deductionReference property.
void setEarningReference(EarningReferenceType value)
Sets the value of the earningReference property.
void setPCRCReference(PayComponentRelatedCalculationReferenceType value)
Sets the value of the pcrcReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DeductionReferenceType deductionReference

protected EarningReferenceType earningReference

Public Constructors

public PayrollInputTypeReferenceType ()

Public Methods

public DeductionReferenceType getDeductionReference ()

Gets the value of the deductionReference property.

Returns

public EarningReferenceType getEarningReference ()

Gets the value of the earningReference property.

Returns

public PayComponentRelatedCalculationReferenceType getPCRCReference ()

Gets the value of the pcrcReference property.

Returns

public void setDeductionReference (DeductionReferenceType value)

Sets the value of the deductionReference property.

Parameters
value Allowed object is DeductionReferenceType

public void setEarningReference (EarningReferenceType value)

Sets the value of the earningReference property.

Parameters
value Allowed object is EarningReferenceType

public void setPCRCReference (PayComponentRelatedCalculationReferenceType value)

Sets the value of the pcrcReference property.

Parameters
value Allowed object is PayComponentRelatedCalculationReferenceType