| java.lang.Object | |
| ↳ | com.workday.payroll.PayComponentRelatedCalculationReferenceType |
This is a name uniquely identifying a sub-calculation (Pay Component Related Calculation) associated with an earning or deduction already established in the Workday Payroll system. An example of an earning with it's related calculation might be "Hourly Pay - Hours".
Java class for Pay_Component_Related_Calculation_ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pay_Component_Related_Calculation_ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_Component_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Related_Calculation_Reference" type="{urn:com.workday/bsvc}Related_Calculation_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | |||||||||||
| payComponentReference | |||||||||||
| relatedCalculationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the name property.
| |||||||||||
Gets the value of the payComponentReference property.
| |||||||||||
Gets the value of the relatedCalculationReference property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the payComponentReference property.
| |||||||||||
Sets the value of the relatedCalculationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the name property.
Gets the value of the payComponentReference 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 payComponentReference property.
For example, to add a new item, do as follows:
getPayComponentReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayComponentReferenceType
Gets the value of the relatedCalculationReference 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 relatedCalculationReference property.
For example, to add a new item, do as follows:
getRelatedCalculationReference().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedCalculationReferenceType
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the payComponentReference property.
| payComponentReference | Allowed object is
PayComponentReferenceType
|
|---|
Sets the value of the relatedCalculationReference property.
| relatedCalculationReference | Allowed object is
RelatedCalculationReferenceType
|
|---|