| java.lang.Object | |
| ↳ | workday.com.bsvc.PayCalculationsSelectedType |
Pay Component Selection
Java class for Pay_Calculations_SelectedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pay_Calculations_SelectedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Deduction_Reference" type="{urn:com.workday/bsvc}Deduction__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Pay_Accumulation_Reference" type="{urn:com.workday/bsvc}Pay_Accumulation__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the deductionReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deductionReference property.
For example, to add a new item, do as follows:
getDeductionReference().add(newItem);
Objects of the following type(s) are allowed in the list
DeductionAllObjectType
Gets the value of the earningReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the earningReference property.
For example, to add a new item, do as follows:
getEarningReference().add(newItem);
Objects of the following type(s) are allowed in the list
EarningAllObjectType
Gets the value of the payAccumulationReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the payAccumulationReference property.
For example, to add a new item, do as follows:
getPayAccumulationReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayAccumulationAllObjectType

