public class

PayeeEarningDataType

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

Class Overview

Wrapper element for Earning details.

Java class for Payee_Earning_DataType complex type.

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

 <complexType name="Payee_Earning_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Earning_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="Compensation_Data" type="{urn:com.workday/bsvc}Payee_Compensation_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Benefit_Plan_Data" type="{urn:com.workday/bsvc}Payee_Benefit_Plan_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Benefit_Coverage_TypeData" type="{urn:com.workday/bsvc}Payee_Benefit_Coverage_Type_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Time_Off_Data" type="{urn:com.workday/bsvc}Payee_Time_Off_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="External_Payroll_Input_Data" type="{urn:com.workday/bsvc}External_Payroll_Input_Details_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<PayeeBenefitCoverageTypeDataType> benefitCoverageTypeData
protected List<PayeeBenefitPlanDataType> benefitPlanData
protected List<PayeeCompensationDataType> compensationData
protected PayComponentObjectType earningReference
protected String externalPayrollCode
protected List<ExternalPayrollInputDetailsDataType> externalPayrollInputData
protected Boolean positionBased
protected PositionElementObjectType positionReference
protected List<PayeeTimeOffDataType> timeOffData
Public Constructors
PayeeEarningDataType()
Public Methods
List<PayeeBenefitCoverageTypeDataType> getBenefitCoverageTypeData()
Gets the value of the benefitCoverageTypeData property.
List<PayeeBenefitPlanDataType> getBenefitPlanData()
Gets the value of the benefitPlanData property.
List<PayeeCompensationDataType> getCompensationData()
Gets the value of the compensationData property.
PayComponentObjectType getEarningReference()
Gets the value of the earningReference property.
String getExternalPayrollCode()
Gets the value of the externalPayrollCode property.
List<ExternalPayrollInputDetailsDataType> getExternalPayrollInputData()
Gets the value of the externalPayrollInputData property.
Boolean getPositionBased()
Gets the value of the positionBased property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
List<PayeeTimeOffDataType> getTimeOffData()
Gets the value of the timeOffData property.
void setBenefitCoverageTypeData(List<PayeeBenefitCoverageTypeDataType> benefitCoverageTypeData)
Sets the value of the benefitCoverageTypeData property.
void setBenefitPlanData(List<PayeeBenefitPlanDataType> benefitPlanData)
Sets the value of the benefitPlanData property.
void setCompensationData(List<PayeeCompensationDataType> compensationData)
Sets the value of the compensationData property.
void setEarningReference(PayComponentObjectType value)
Sets the value of the earningReference property.
void setExternalPayrollCode(String value)
Sets the value of the externalPayrollCode property.
void setExternalPayrollInputData(List<ExternalPayrollInputDetailsDataType> externalPayrollInputData)
Sets the value of the externalPayrollInputData property.
void setPositionBased(Boolean value)
Sets the value of the positionBased property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setTimeOffData(List<PayeeTimeOffDataType> timeOffData)
Sets the value of the timeOffData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PayeeBenefitCoverageTypeDataType> benefitCoverageTypeData

protected List<PayeeBenefitPlanDataType> benefitPlanData

protected List<PayeeCompensationDataType> compensationData

protected PayComponentObjectType earningReference

protected String externalPayrollCode

protected List<ExternalPayrollInputDetailsDataType> externalPayrollInputData

protected Boolean positionBased

protected PositionElementObjectType positionReference

protected List<PayeeTimeOffDataType> timeOffData

Public Constructors

public PayeeEarningDataType ()

Public Methods

public List<PayeeBenefitCoverageTypeDataType> getBenefitCoverageTypeData ()

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

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

    getBenefitCoverageTypeData().add(newItem);
 

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

public List<PayeeBenefitPlanDataType> getBenefitPlanData ()

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

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

    getBenefitPlanData().add(newItem);
 

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

public List<PayeeCompensationDataType> getCompensationData ()

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

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

    getCompensationData().add(newItem);
 

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

public PayComponentObjectType getEarningReference ()

Gets the value of the earningReference property.

Returns

public String getExternalPayrollCode ()

Gets the value of the externalPayrollCode property.

Returns
  • possible object is String

public List<ExternalPayrollInputDetailsDataType> getExternalPayrollInputData ()

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

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

    getExternalPayrollInputData().add(newItem);
 

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

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 List<PayeeTimeOffDataType> getTimeOffData ()

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

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

    getTimeOffData().add(newItem);
 

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

public void setBenefitCoverageTypeData (List<PayeeBenefitCoverageTypeDataType> benefitCoverageTypeData)

Sets the value of the benefitCoverageTypeData property.

Parameters
benefitCoverageTypeData Allowed object is PayeeBenefitCoverageTypeDataType

public void setBenefitPlanData (List<PayeeBenefitPlanDataType> benefitPlanData)

Sets the value of the benefitPlanData property.

Parameters
benefitPlanData Allowed object is PayeeBenefitPlanDataType

public void setCompensationData (List<PayeeCompensationDataType> compensationData)

Sets the value of the compensationData property.

Parameters
compensationData Allowed object is PayeeCompensationDataType

public void setEarningReference (PayComponentObjectType value)

Sets the value of the earningReference property.

Parameters
value Allowed object is PayComponentObjectType

public void setExternalPayrollCode (String value)

Sets the value of the externalPayrollCode property.

Parameters
value Allowed object is String

public void setExternalPayrollInputData (List<ExternalPayrollInputDetailsDataType> externalPayrollInputData)

Sets the value of the externalPayrollInputData property.

Parameters
externalPayrollInputData Allowed object is ExternalPayrollInputDetailsDataType

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

public void setTimeOffData (List<PayeeTimeOffDataType> timeOffData)

Sets the value of the timeOffData property.

Parameters
timeOffData Allowed object is PayeeTimeOffDataType