| java.lang.Object | |
| ↳ | com.workday.payroll.PayComponentReferenceType |
Pay Component Reference
Java class for Pay_Component_ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pay_Component_ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Earning" type="{urn:com.workday/bsvc}Earning_ReferenceType"/>
<element name="Deduction" type="{urn:com.workday/bsvc}Deduction_ReferenceType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deduction | |||||||||||
| earning | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deduction property.
| |||||||||||
Gets the value of the earning property.
| |||||||||||
Sets the value of the deduction property.
| |||||||||||
Sets the value of the earning property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deduction property.
DeductionReferenceType
Gets the value of the earning property.
EarningReferenceType
Sets the value of the deduction property.
| value | Allowed object is
DeductionReferenceType
|
|---|
Sets the value of the earning property.
| value | Allowed object is
EarningReferenceType
|
|---|