public class

PayComponentRelatedCalculationReferenceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayComponentRelatedCalculationReferenceType

Class Overview

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>
 

Summary

Fields
protected String name
protected List<PayComponentReferenceType> payComponentReference
protected List<RelatedCalculationReferenceType> relatedCalculationReference
Public Constructors
PayComponentRelatedCalculationReferenceType()
Public Methods
String getName()
Gets the value of the name property.
List<PayComponentReferenceType> getPayComponentReference()
Gets the value of the payComponentReference property.
List<RelatedCalculationReferenceType> getRelatedCalculationReference()
Gets the value of the relatedCalculationReference property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected List<PayComponentReferenceType> payComponentReference

protected List<RelatedCalculationReferenceType> relatedCalculationReference

Public Constructors

public PayComponentRelatedCalculationReferenceType ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public List<PayComponentReferenceType> getPayComponentReference ()

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

public List<RelatedCalculationReferenceType> getRelatedCalculationReference ()

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

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String