| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollInputTypeReferenceType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deductionReference | |||||||||||
| earningReference | |||||||||||
| pcrcReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deductionReference property.
| |||||||||||
Gets the value of the earningReference property.
| |||||||||||
Gets the value of the pcrcReference property.
| |||||||||||
Sets the value of the deductionReference property.
| |||||||||||
Sets the value of the earningReference property.
| |||||||||||
Sets the value of the pcrcReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deductionReference property.
DeductionReferenceType
Gets the value of the earningReference property.
EarningReferenceType
Gets the value of the pcrcReference property.
PayComponentRelatedCalculationReferenceType
Sets the value of the deductionReference property.
| value | Allowed object is
DeductionReferenceType
|
|---|
Sets the value of the earningReference property.
| value | Allowed object is
EarningReferenceType
|
|---|
Sets the value of the pcrcReference property.
| value | Allowed object is
PayComponentRelatedCalculationReferenceType
|
|---|