public class

PayeeTimeTrackingDataType

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

Class Overview

Payee Time Tracking Data

Java class for Payee_Time_Tracking_DataType complex type.

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

 <complexType name="Payee_Time_Tracking_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Code_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" minOccurs="0"/>
         <element name="External_Payroll_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Position_Based" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Daily_Calculated_Time_Block_Data" type="{urn:com.workday/bsvc}Payee_Daily_Calculated_Time_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Period_Calculated_Time_Block_Data" type="{urn:com.workday/bsvc}Payee_Period_Calculated_Time_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Payee_Time_Tracking_Correction_Data" type="{urn:com.workday/bsvc}Payee_Time_Tracking_Correction_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayComponentObjectType codeReference
protected List<PayeeDailyCalculatedTimeSummaryDataType> dailyCalculatedTimeBlockData
protected String externalPayrollCode
protected List<PayeeTimeTrackingCorrectionDataType> payeeTimeTrackingCorrectionData
protected List<PayeePeriodCalculatedTimeSummaryDataType> periodCalculatedTimeBlockData
protected Boolean positionBased
protected PositionElementObjectType positionReference
Public Constructors
PayeeTimeTrackingDataType()
Public Methods
PayComponentObjectType getCodeReference()
Gets the value of the codeReference property.
List<PayeeDailyCalculatedTimeSummaryDataType> getDailyCalculatedTimeBlockData()
Gets the value of the dailyCalculatedTimeBlockData property.
String getExternalPayrollCode()
Gets the value of the externalPayrollCode property.
List<PayeeTimeTrackingCorrectionDataType> getPayeeTimeTrackingCorrectionData()
Gets the value of the payeeTimeTrackingCorrectionData property.
List<PayeePeriodCalculatedTimeSummaryDataType> getPeriodCalculatedTimeBlockData()
Gets the value of the periodCalculatedTimeBlockData property.
Boolean getPositionBased()
Gets the value of the positionBased property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
void setCodeReference(PayComponentObjectType value)
Sets the value of the codeReference property.
void setDailyCalculatedTimeBlockData(List<PayeeDailyCalculatedTimeSummaryDataType> dailyCalculatedTimeBlockData)
Sets the value of the dailyCalculatedTimeBlockData property.
void setExternalPayrollCode(String value)
Sets the value of the externalPayrollCode property.
void setPayeeTimeTrackingCorrectionData(List<PayeeTimeTrackingCorrectionDataType> payeeTimeTrackingCorrectionData)
Sets the value of the payeeTimeTrackingCorrectionData property.
void setPeriodCalculatedTimeBlockData(List<PayeePeriodCalculatedTimeSummaryDataType> periodCalculatedTimeBlockData)
Sets the value of the periodCalculatedTimeBlockData property.
void setPositionBased(Boolean value)
Sets the value of the positionBased 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 PayComponentObjectType codeReference

protected List<PayeeDailyCalculatedTimeSummaryDataType> dailyCalculatedTimeBlockData

protected String externalPayrollCode

protected List<PayeeTimeTrackingCorrectionDataType> payeeTimeTrackingCorrectionData

protected List<PayeePeriodCalculatedTimeSummaryDataType> periodCalculatedTimeBlockData

protected Boolean positionBased

protected PositionElementObjectType positionReference

Public Constructors

public PayeeTimeTrackingDataType ()

Public Methods

public PayComponentObjectType getCodeReference ()

Gets the value of the codeReference property.

Returns

public List<PayeeDailyCalculatedTimeSummaryDataType> getDailyCalculatedTimeBlockData ()

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

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

    getDailyCalculatedTimeBlockData().add(newItem);
 

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

public String getExternalPayrollCode ()

Gets the value of the externalPayrollCode property.

Returns
  • possible object is String

public List<PayeeTimeTrackingCorrectionDataType> getPayeeTimeTrackingCorrectionData ()

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

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

    getPayeeTimeTrackingCorrectionData().add(newItem);
 

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

public List<PayeePeriodCalculatedTimeSummaryDataType> getPeriodCalculatedTimeBlockData ()

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

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

    getPeriodCalculatedTimeBlockData().add(newItem);
 

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

public Boolean getPositionBased ()

Gets the value of the positionBased property. This getter has been renamed from isPositionBased() to getPositionBased() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public void setCodeReference (PayComponentObjectType value)

Sets the value of the codeReference property.

Parameters
value Allowed object is PayComponentObjectType

public void setDailyCalculatedTimeBlockData (List<PayeeDailyCalculatedTimeSummaryDataType> dailyCalculatedTimeBlockData)

Sets the value of the dailyCalculatedTimeBlockData property.

Parameters
dailyCalculatedTimeBlockData Allowed object is PayeeDailyCalculatedTimeSummaryDataType

public void setExternalPayrollCode (String value)

Sets the value of the externalPayrollCode property.

Parameters
value Allowed object is String

public void setPayeeTimeTrackingCorrectionData (List<PayeeTimeTrackingCorrectionDataType> payeeTimeTrackingCorrectionData)

Sets the value of the payeeTimeTrackingCorrectionData property.

Parameters
payeeTimeTrackingCorrectionData Allowed object is PayeeTimeTrackingCorrectionDataType

public void setPeriodCalculatedTimeBlockData (List<PayeePeriodCalculatedTimeSummaryDataType> periodCalculatedTimeBlockData)

Sets the value of the periodCalculatedTimeBlockData property.

Parameters
periodCalculatedTimeBlockData Allowed object is PayeePeriodCalculatedTimeSummaryDataType

public void setPositionBased (Boolean value)

Sets the value of the positionBased property.

Parameters
value Allowed object is Boolean

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType