public class

WorkerCostingAllocationsDataType

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

Class Overview

Primary (Worker or Position Restrictions) and Secondary (Position and Earning) keys identifying the level of the costing allocation data.

Java class for Worker_Costing_Allocations_DataType complex type.

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

 <complexType name="Worker_Costing_Allocations_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
           <element name="Position_Restrictions_Reference" type="{urn:com.workday/bsvc}Position_RestrictionsObjectType"/>
         </choice>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning__All_ObjectType" minOccurs="0"/>
         <element name="Worker_Costing_Allocation_Interval_Data" type="{urn:com.workday/bsvc}Worker_Costing_Allocation_Interval_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EarningAllObjectType earningReference
protected PositionElementObjectType positionReference
protected PositionRestrictionsObjectType positionRestrictionsReference
protected List<WorkerCostingAllocationIntervalDataType> workerCostingAllocationIntervalData
protected WorkerObjectType workerReference
Public Constructors
WorkerCostingAllocationsDataType()
Public Methods
EarningAllObjectType getEarningReference()
Gets the value of the earningReference property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
PositionRestrictionsObjectType getPositionRestrictionsReference()
Gets the value of the positionRestrictionsReference property.
List<WorkerCostingAllocationIntervalDataType> getWorkerCostingAllocationIntervalData()
Gets the value of the workerCostingAllocationIntervalData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setEarningReference(EarningAllObjectType value)
Sets the value of the earningReference property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setPositionRestrictionsReference(PositionRestrictionsObjectType value)
Sets the value of the positionRestrictionsReference property.
void setWorkerCostingAllocationIntervalData(List<WorkerCostingAllocationIntervalDataType> workerCostingAllocationIntervalData)
Sets the value of the workerCostingAllocationIntervalData property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EarningAllObjectType earningReference

protected PositionElementObjectType positionReference

protected PositionRestrictionsObjectType positionRestrictionsReference

protected List<WorkerCostingAllocationIntervalDataType> workerCostingAllocationIntervalData

protected WorkerObjectType workerReference

Public Constructors

public WorkerCostingAllocationsDataType ()

Public Methods

public EarningAllObjectType getEarningReference ()

Gets the value of the earningReference property.

Returns

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public PositionRestrictionsObjectType getPositionRestrictionsReference ()

Gets the value of the positionRestrictionsReference property.

Returns

public List<WorkerCostingAllocationIntervalDataType> getWorkerCostingAllocationIntervalData ()

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

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

    getWorkerCostingAllocationIntervalData().add(newItem);
 

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

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setEarningReference (EarningAllObjectType value)

Sets the value of the earningReference property.

Parameters
value Allowed object is EarningAllObjectType

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setPositionRestrictionsReference (PositionRestrictionsObjectType value)

Sets the value of the positionRestrictionsReference property.

Parameters
value Allowed object is PositionRestrictionsObjectType

public void setWorkerCostingAllocationIntervalData (List<WorkerCostingAllocationIntervalDataType> workerCostingAllocationIntervalData)

Sets the value of the workerCostingAllocationIntervalData property.

Parameters
workerCostingAllocationIntervalData Allowed object is WorkerCostingAllocationIntervalDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType