public class

PayeeCostingAllocationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PayeeCostingAllocationDataType

Class Overview

Contains the costing allocation data for the employee

Java class for Payee_Costing_Allocation_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payee_Costing_Allocation_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Earning_Reference" type="{urn:com.workday/bsvc}EarningObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Costing_Override_Data" type="{urn:com.workday/bsvc}Payee_Costing_Override_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<PayeeCostingOverrideDataType> costingOverrideData
protected List<EarningObjectType> earningReference
protected PositionElementObjectType positionReference
Public Constructors
PayeeCostingAllocationDataType()
Public Methods
List<PayeeCostingOverrideDataType> getCostingOverrideData()
Gets the value of the costingOverrideData property.
List<EarningObjectType> getEarningReference()
Gets the value of the earningReference property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
void setCostingOverrideData(List<PayeeCostingOverrideDataType> costingOverrideData)
Sets the value of the costingOverrideData property.
void setEarningReference(List<EarningObjectType> earningReference)
Sets the value of the earningReference property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PayeeCostingOverrideDataType> costingOverrideData

protected List<EarningObjectType> earningReference

protected PositionElementObjectType positionReference

Public Constructors

public PayeeCostingAllocationDataType ()

Public Methods

public List<PayeeCostingOverrideDataType> getCostingOverrideData ()

Gets the value of the costingOverrideData 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 costingOverrideData property.

For example, to add a new item, do as follows:

    getCostingOverrideData().add(newItem);
 

Objects of the following type(s) are allowed in the list PayeeCostingOverrideDataType

public List<EarningObjectType> getEarningReference ()

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 EarningObjectType

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public void setCostingOverrideData (List<PayeeCostingOverrideDataType> costingOverrideData)

Sets the value of the costingOverrideData property.

Parameters
costingOverrideData Allowed object is PayeeCostingOverrideDataType

public void setEarningReference (List<EarningObjectType> earningReference)

Sets the value of the earningReference property.

Parameters
earningReference Allowed object is EarningObjectType

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType