| java.lang.Object | |
| ↳ | com.workday.payroll.PayCalculationReferenceType |
Pay Calculation Reference
Java class for Pay_Calculation_ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pay_Calculation_ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning__All_ObjectType" minOccurs="0"/>
<element name="Deduction_Reference" type="{urn:com.workday/bsvc}Deduction__All_ObjectType" minOccurs="0"/>
<element name="Pay_Accumulation_Reference" type="{urn:com.workday/bsvc}Pay_Accumulation__All_ObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deductionReference | |||||||||||
| earningReference | |||||||||||
| payAccumulationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deductionReference property.
| |||||||||||
Gets the value of the earningReference property.
| |||||||||||
Gets the value of the payAccumulationReference property.
| |||||||||||
Sets the value of the deductionReference property.
| |||||||||||
Sets the value of the earningReference property.
| |||||||||||
Sets the value of the payAccumulationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deductionReference property.
DeductionAllObjectType
Gets the value of the earningReference property.
EarningAllObjectType
Gets the value of the payAccumulationReference property.
PayAccumulationAllObjectType
Sets the value of the deductionReference property.
| value | Allowed object is
DeductionAllObjectType
|
|---|
Sets the value of the earningReference property.
| value | Allowed object is
EarningAllObjectType
|
|---|
Sets the value of the payAccumulationReference property.
| value | Allowed object is
PayAccumulationAllObjectType
|
|---|