public class

CostingAllocationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.CostingAllocationDataType

Class Overview

Specifies what the allocation will be applied to

Java class for Costing_Allocation_DataType complex type.

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

 <complexType name="Costing_Allocation_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_Restriction_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType"/>
         </choice>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Earning_Reference" type="{urn:com.workday/bsvc}EarningObjectType" minOccurs="0"/>
         <element name="Position_Element_Effective_As-of_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Replace_Existing_Costing_Allocation_Intervals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Costing_Allocation_Interval_Data" type="{urn:com.workday/bsvc}Costing_Allocation_Interval_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<CostingAllocationIntervalDataType> costingAllocationIntervalData
protected EarningObjectType earningReference
protected XMLGregorianCalendar positionElementEffectiveAsOfDate
protected PositionElementObjectType positionReference
protected PositionElementObjectType positionRestrictionReference
protected Boolean replaceExistingCostingAllocationIntervals
protected WorkerObjectType workerReference
Public Constructors
CostingAllocationDataType()
Public Methods
List<CostingAllocationIntervalDataType> getCostingAllocationIntervalData()
Gets the value of the costingAllocationIntervalData property.
EarningObjectType getEarningReference()
Gets the value of the earningReference property.
XMLGregorianCalendar getPositionElementEffectiveAsOfDate()
Gets the value of the positionElementEffectiveAsOfDate property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
PositionElementObjectType getPositionRestrictionReference()
Gets the value of the positionRestrictionReference property.
Boolean getReplaceExistingCostingAllocationIntervals()
Gets the value of the replaceExistingCostingAllocationIntervals property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setCostingAllocationIntervalData(List<CostingAllocationIntervalDataType> costingAllocationIntervalData)
Sets the value of the costingAllocationIntervalData property.
void setEarningReference(EarningObjectType value)
Sets the value of the earningReference property.
void setPositionElementEffectiveAsOfDate(XMLGregorianCalendar value)
Sets the value of the positionElementEffectiveAsOfDate property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setPositionRestrictionReference(PositionElementObjectType value)
Sets the value of the positionRestrictionReference property.
void setReplaceExistingCostingAllocationIntervals(Boolean value)
Sets the value of the replaceExistingCostingAllocationIntervals 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 List<CostingAllocationIntervalDataType> costingAllocationIntervalData

protected EarningObjectType earningReference

protected XMLGregorianCalendar positionElementEffectiveAsOfDate

protected PositionElementObjectType positionReference

protected PositionElementObjectType positionRestrictionReference

protected Boolean replaceExistingCostingAllocationIntervals

protected WorkerObjectType workerReference

Public Constructors

public CostingAllocationDataType ()

Public Methods

public List<CostingAllocationIntervalDataType> getCostingAllocationIntervalData ()

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

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

    getCostingAllocationIntervalData().add(newItem);
 

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

public EarningObjectType getEarningReference ()

Gets the value of the earningReference property.

Returns

public XMLGregorianCalendar getPositionElementEffectiveAsOfDate ()

Gets the value of the positionElementEffectiveAsOfDate property.

Returns
  • possible object is XMLGregorianCalendar

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public PositionElementObjectType getPositionRestrictionReference ()

Gets the value of the positionRestrictionReference property.

Returns

public Boolean getReplaceExistingCostingAllocationIntervals ()

Gets the value of the replaceExistingCostingAllocationIntervals property. This getter has been renamed from isReplaceExistingCostingAllocationIntervals() to getReplaceExistingCostingAllocationIntervals() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setCostingAllocationIntervalData (List<CostingAllocationIntervalDataType> costingAllocationIntervalData)

Sets the value of the costingAllocationIntervalData property.

Parameters
costingAllocationIntervalData Allowed object is CostingAllocationIntervalDataType

public void setEarningReference (EarningObjectType value)

Sets the value of the earningReference property.

Parameters
value Allowed object is EarningObjectType

public void setPositionElementEffectiveAsOfDate (XMLGregorianCalendar value)

Sets the value of the positionElementEffectiveAsOfDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setPositionRestrictionReference (PositionElementObjectType value)

Sets the value of the positionRestrictionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setReplaceExistingCostingAllocationIntervals (Boolean value)

Sets the value of the replaceExistingCostingAllocationIntervals property.

Parameters
value Allowed object is Boolean

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType