public class

PayeeCostingOverrideDataType

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

Class Overview

Contains the costing allocation override data.

Java class for Payee_Costing_Override_DataType complex type.

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

 <complexType name="Payee_Costing_Override_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Costing_Override_Reference" type="{urn:com.workday/bsvc}Costing_OverrideObjectType" minOccurs="0"/>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Allocation_Detail_Data" type="{urn:com.workday/bsvc}Payee_Allocation_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<PayeeAllocationDetailDataType> allocationDetailData
protected CostingOverrideObjectType costingOverrideReference
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar startDate
Public Constructors
PayeeCostingOverrideDataType()
Public Methods
List<PayeeAllocationDetailDataType> getAllocationDetailData()
Gets the value of the allocationDetailData property.
CostingOverrideObjectType getCostingOverrideReference()
Gets the value of the costingOverrideReference property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setAllocationDetailData(List<PayeeAllocationDetailDataType> allocationDetailData)
Sets the value of the allocationDetailData property.
void setCostingOverrideReference(CostingOverrideObjectType value)
Sets the value of the costingOverrideReference property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PayeeAllocationDetailDataType> allocationDetailData

protected CostingOverrideObjectType costingOverrideReference

protected XMLGregorianCalendar endDate

protected XMLGregorianCalendar startDate

Public Constructors

public PayeeCostingOverrideDataType ()

Public Methods

public List<PayeeAllocationDetailDataType> getAllocationDetailData ()

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

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

    getAllocationDetailData().add(newItem);
 

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

public CostingOverrideObjectType getCostingOverrideReference ()

Gets the value of the costingOverrideReference property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAllocationDetailData (List<PayeeAllocationDetailDataType> allocationDetailData)

Sets the value of the allocationDetailData property.

Parameters
allocationDetailData Allowed object is PayeeAllocationDetailDataType

public void setCostingOverrideReference (CostingOverrideObjectType value)

Sets the value of the costingOverrideReference property.

Parameters
value Allowed object is CostingOverrideObjectType

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar