public class

CanadianRecordOfEmploymentDataType

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

Class Overview

Canadian Record of Employment Data

Java class for Canadian_Record_of_Employment_DataType complex type.

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

 <complexType name="Canadian_Record_of_Employment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ROE_Data_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="ROE_Serial_Number" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="9"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Employee_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Employer_Payroll_Reference_Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Pay_Period_Type">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Social_Insurance_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ROE_Address_Line_1" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ROE_Address_Line_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ROE_Address_Line_3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Legal_First_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Legal_Last_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Legal_Middle_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="First_Day_Worked" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Last_Day_For_Which_Paid" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Final_Pay_Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Employee_Occupation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ROE_Expected_Recall_Code" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Expected_Date_of_Return" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Total_Insurable_Hours">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="18"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Total_Insurable_Earnings">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ROE_Insurable_Earnings_By_Period_Data" type="{urn:com.workday/bsvc}Canadian_Record_of_Employment_Insurable_Earnings_By_Period_DataType" maxOccurs="unbounded"/>
         <element name="ROE_Reason_Contact_Area_Code_Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ROE_Reason_Code_for_ROE_Reason">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ROE_Reason_Contact_First_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ROE_Reason_Contact_Last_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ROE_Reason_Contact_Phone_Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Vacation_Pay_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="36"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Statutory_Holiday_Data" type="{urn:com.workday/bsvc}Canadian_Record_of_Employment_Statutory_Holiday_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Other_Monies_Data" type="{urn:com.workday/bsvc}Other_Monies_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Comments" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="160"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Special_Payment_Data" type="{urn:com.workday/bsvc}Canadian_Record_of_Employment_Paid_Sick_Leave__Maternity_and_Wage_Loss_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Preferred_User_Language" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String comments
protected String employeeID
protected String employeeOccupation
protected String employerPayrollReferenceNumber
protected XMLGregorianCalendar expectedDateOfReturn
protected XMLGregorianCalendar finalPayPeriodEndDate
protected XMLGregorianCalendar firstDayWorked
protected XMLGregorianCalendar lastDayForWhichPaid
protected String legalFirstName
protected String legalLastName
protected String legalMiddleName
protected List<OtherMoniesDataType> otherMoniesData
protected String payPeriodType
protected String preferredUserLanguage
protected String roeAddressLine1
protected String roeAddressLine2
protected String roeAddressLine3
protected UniqueIdentifierObjectType roeDataReference
protected String roeExpectedRecallCode
protected List<CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType> roeInsurableEarningsByPeriodData
protected String roeReasonCodeForROEReason
protected String roeReasonContactAreaCodeNumber
protected String roeReasonContactFirstName
protected String roeReasonContactLastName
protected String roeReasonContactPhoneNumber
protected String roeSerialNumber
protected String socialInsuranceNumber
protected List<CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType> specialPaymentData
protected List<CanadianRecordOfEmploymentStatutoryHolidayDetailDataType> statutoryHolidayData
protected BigDecimal totalInsurableEarnings
protected BigDecimal totalInsurableHours
protected BigDecimal vacationPayAmount
Public Constructors
CanadianRecordOfEmploymentDataType()
Public Methods
String getComments()
Gets the value of the comments property.
String getEmployeeID()
Gets the value of the employeeID property.
String getEmployeeOccupation()
Gets the value of the employeeOccupation property.
String getEmployerPayrollReferenceNumber()
Gets the value of the employerPayrollReferenceNumber property.
XMLGregorianCalendar getExpectedDateOfReturn()
Gets the value of the expectedDateOfReturn property.
XMLGregorianCalendar getFinalPayPeriodEndDate()
Gets the value of the finalPayPeriodEndDate property.
XMLGregorianCalendar getFirstDayWorked()
Gets the value of the firstDayWorked property.
XMLGregorianCalendar getLastDayForWhichPaid()
Gets the value of the lastDayForWhichPaid property.
String getLegalFirstName()
Gets the value of the legalFirstName property.
String getLegalLastName()
Gets the value of the legalLastName property.
String getLegalMiddleName()
Gets the value of the legalMiddleName property.
List<OtherMoniesDataType> getOtherMoniesData()
Gets the value of the otherMoniesData property.
String getPayPeriodType()
Gets the value of the payPeriodType property.
String getPreferredUserLanguage()
Gets the value of the preferredUserLanguage property.
String getROEAddressLine1()
Gets the value of the roeAddressLine1 property.
String getROEAddressLine2()
Gets the value of the roeAddressLine2 property.
String getROEAddressLine3()
Gets the value of the roeAddressLine3 property.
UniqueIdentifierObjectType getROEDataReference()
Gets the value of the roeDataReference property.
String getROEExpectedRecallCode()
Gets the value of the roeExpectedRecallCode property.
List<CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType> getROEInsurableEarningsByPeriodData()
Gets the value of the roeInsurableEarningsByPeriodData property.
String getROEReasonCodeForROEReason()
Gets the value of the roeReasonCodeForROEReason property.
String getROEReasonContactAreaCodeNumber()
Gets the value of the roeReasonContactAreaCodeNumber property.
String getROEReasonContactFirstName()
Gets the value of the roeReasonContactFirstName property.
String getROEReasonContactLastName()
Gets the value of the roeReasonContactLastName property.
String getROEReasonContactPhoneNumber()
Gets the value of the roeReasonContactPhoneNumber property.
String getROESerialNumber()
Gets the value of the roeSerialNumber property.
String getSocialInsuranceNumber()
Gets the value of the socialInsuranceNumber property.
List<CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType> getSpecialPaymentData()
Gets the value of the specialPaymentData property.
List<CanadianRecordOfEmploymentStatutoryHolidayDetailDataType> getStatutoryHolidayData()
Gets the value of the statutoryHolidayData property.
BigDecimal getTotalInsurableEarnings()
Gets the value of the totalInsurableEarnings property.
BigDecimal getTotalInsurableHours()
Gets the value of the totalInsurableHours property.
BigDecimal getVacationPayAmount()
Gets the value of the vacationPayAmount property.
void setComments(String value)
Sets the value of the comments property.
void setEmployeeID(String value)
Sets the value of the employeeID property.
void setEmployeeOccupation(String value)
Sets the value of the employeeOccupation property.
void setEmployerPayrollReferenceNumber(String value)
Sets the value of the employerPayrollReferenceNumber property.
void setExpectedDateOfReturn(XMLGregorianCalendar value)
Sets the value of the expectedDateOfReturn property.
void setFinalPayPeriodEndDate(XMLGregorianCalendar value)
Sets the value of the finalPayPeriodEndDate property.
void setFirstDayWorked(XMLGregorianCalendar value)
Sets the value of the firstDayWorked property.
void setLastDayForWhichPaid(XMLGregorianCalendar value)
Sets the value of the lastDayForWhichPaid property.
void setLegalFirstName(String value)
Sets the value of the legalFirstName property.
void setLegalLastName(String value)
Sets the value of the legalLastName property.
void setLegalMiddleName(String value)
Sets the value of the legalMiddleName property.
void setOtherMoniesData(List<OtherMoniesDataType> otherMoniesData)
Sets the value of the otherMoniesData property.
void setPayPeriodType(String value)
Sets the value of the payPeriodType property.
void setPreferredUserLanguage(String value)
Sets the value of the preferredUserLanguage property.
void setROEAddressLine1(String value)
Sets the value of the roeAddressLine1 property.
void setROEAddressLine2(String value)
Sets the value of the roeAddressLine2 property.
void setROEAddressLine3(String value)
Sets the value of the roeAddressLine3 property.
void setROEDataReference(UniqueIdentifierObjectType value)
Sets the value of the roeDataReference property.
void setROEExpectedRecallCode(String value)
Sets the value of the roeExpectedRecallCode property.
void setROEInsurableEarningsByPeriodData(List<CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType> roeInsurableEarningsByPeriodData)
Sets the value of the roeInsurableEarningsByPeriodData property.
void setROEReasonCodeForROEReason(String value)
Sets the value of the roeReasonCodeForROEReason property.
void setROEReasonContactAreaCodeNumber(String value)
Sets the value of the roeReasonContactAreaCodeNumber property.
void setROEReasonContactFirstName(String value)
Sets the value of the roeReasonContactFirstName property.
void setROEReasonContactLastName(String value)
Sets the value of the roeReasonContactLastName property.
void setROEReasonContactPhoneNumber(String value)
Sets the value of the roeReasonContactPhoneNumber property.
void setROESerialNumber(String value)
Sets the value of the roeSerialNumber property.
void setSocialInsuranceNumber(String value)
Sets the value of the socialInsuranceNumber property.
void setSpecialPaymentData(List<CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType> specialPaymentData)
Sets the value of the specialPaymentData property.
void setStatutoryHolidayData(List<CanadianRecordOfEmploymentStatutoryHolidayDetailDataType> statutoryHolidayData)
Sets the value of the statutoryHolidayData property.
void setTotalInsurableEarnings(BigDecimal value)
Sets the value of the totalInsurableEarnings property.
void setTotalInsurableHours(BigDecimal value)
Sets the value of the totalInsurableHours property.
void setVacationPayAmount(BigDecimal value)
Sets the value of the vacationPayAmount property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String comments

protected String employeeID

protected String employeeOccupation

protected String employerPayrollReferenceNumber

protected XMLGregorianCalendar expectedDateOfReturn

protected XMLGregorianCalendar finalPayPeriodEndDate

protected XMLGregorianCalendar firstDayWorked

protected XMLGregorianCalendar lastDayForWhichPaid

protected String legalFirstName

protected String legalLastName

protected String legalMiddleName

protected List<OtherMoniesDataType> otherMoniesData

protected String payPeriodType

protected String preferredUserLanguage

protected String roeAddressLine1

protected String roeAddressLine2

protected String roeAddressLine3

protected UniqueIdentifierObjectType roeDataReference

protected String roeExpectedRecallCode

protected List<CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType> roeInsurableEarningsByPeriodData

protected String roeReasonCodeForROEReason

protected String roeReasonContactAreaCodeNumber

protected String roeReasonContactFirstName

protected String roeReasonContactLastName

protected String roeReasonContactPhoneNumber

protected String roeSerialNumber

protected String socialInsuranceNumber

protected List<CanadianRecordOfEmploymentStatutoryHolidayDetailDataType> statutoryHolidayData

protected BigDecimal totalInsurableEarnings

protected BigDecimal totalInsurableHours

protected BigDecimal vacationPayAmount

Public Constructors

public CanadianRecordOfEmploymentDataType ()

Public Methods

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public String getEmployeeID ()

Gets the value of the employeeID property.

Returns
  • possible object is String

public String getEmployeeOccupation ()

Gets the value of the employeeOccupation property.

Returns
  • possible object is String

public String getEmployerPayrollReferenceNumber ()

Gets the value of the employerPayrollReferenceNumber property.

Returns
  • possible object is String

public XMLGregorianCalendar getExpectedDateOfReturn ()

Gets the value of the expectedDateOfReturn property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getFinalPayPeriodEndDate ()

Gets the value of the finalPayPeriodEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getFirstDayWorked ()

Gets the value of the firstDayWorked property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLastDayForWhichPaid ()

Gets the value of the lastDayForWhichPaid property.

Returns
  • possible object is XMLGregorianCalendar

public String getLegalFirstName ()

Gets the value of the legalFirstName property.

Returns
  • possible object is String

public String getLegalLastName ()

Gets the value of the legalLastName property.

Returns
  • possible object is String

public String getLegalMiddleName ()

Gets the value of the legalMiddleName property.

Returns
  • possible object is String

public List<OtherMoniesDataType> getOtherMoniesData ()

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

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

    getOtherMoniesData().add(newItem);
 

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

public String getPayPeriodType ()

Gets the value of the payPeriodType property.

Returns
  • possible object is String

public String getPreferredUserLanguage ()

Gets the value of the preferredUserLanguage property.

Returns
  • possible object is String

public String getROEAddressLine1 ()

Gets the value of the roeAddressLine1 property.

Returns
  • possible object is String

public String getROEAddressLine2 ()

Gets the value of the roeAddressLine2 property.

Returns
  • possible object is String

public String getROEAddressLine3 ()

Gets the value of the roeAddressLine3 property.

Returns
  • possible object is String

public UniqueIdentifierObjectType getROEDataReference ()

Gets the value of the roeDataReference property.

Returns

public String getROEExpectedRecallCode ()

Gets the value of the roeExpectedRecallCode property.

Returns
  • possible object is String

public List<CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType> getROEInsurableEarningsByPeriodData ()

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

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

    getROEInsurableEarningsByPeriodData().add(newItem);
 

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

public String getROEReasonCodeForROEReason ()

Gets the value of the roeReasonCodeForROEReason property.

Returns
  • possible object is String

public String getROEReasonContactAreaCodeNumber ()

Gets the value of the roeReasonContactAreaCodeNumber property.

Returns
  • possible object is String

public String getROEReasonContactFirstName ()

Gets the value of the roeReasonContactFirstName property.

Returns
  • possible object is String

public String getROEReasonContactLastName ()

Gets the value of the roeReasonContactLastName property.

Returns
  • possible object is String

public String getROEReasonContactPhoneNumber ()

Gets the value of the roeReasonContactPhoneNumber property.

Returns
  • possible object is String

public String getROESerialNumber ()

Gets the value of the roeSerialNumber property.

Returns
  • possible object is String

public String getSocialInsuranceNumber ()

Gets the value of the socialInsuranceNumber property.

Returns
  • possible object is String

public List<CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType> getSpecialPaymentData ()

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

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

    getSpecialPaymentData().add(newItem);
 

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

public List<CanadianRecordOfEmploymentStatutoryHolidayDetailDataType> getStatutoryHolidayData ()

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

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

    getStatutoryHolidayData().add(newItem);
 

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

public BigDecimal getTotalInsurableEarnings ()

Gets the value of the totalInsurableEarnings property.

Returns
  • possible object is BigDecimal

public BigDecimal getTotalInsurableHours ()

Gets the value of the totalInsurableHours property.

Returns
  • possible object is BigDecimal

public BigDecimal getVacationPayAmount ()

Gets the value of the vacationPayAmount property.

Returns
  • possible object is BigDecimal

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setEmployeeID (String value)

Sets the value of the employeeID property.

Parameters
value Allowed object is String

public void setEmployeeOccupation (String value)

Sets the value of the employeeOccupation property.

Parameters
value Allowed object is String

public void setEmployerPayrollReferenceNumber (String value)

Sets the value of the employerPayrollReferenceNumber property.

Parameters
value Allowed object is String

public void setExpectedDateOfReturn (XMLGregorianCalendar value)

Sets the value of the expectedDateOfReturn property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFinalPayPeriodEndDate (XMLGregorianCalendar value)

Sets the value of the finalPayPeriodEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFirstDayWorked (XMLGregorianCalendar value)

Sets the value of the firstDayWorked property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastDayForWhichPaid (XMLGregorianCalendar value)

Sets the value of the lastDayForWhichPaid property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLegalFirstName (String value)

Sets the value of the legalFirstName property.

Parameters
value Allowed object is String

public void setLegalLastName (String value)

Sets the value of the legalLastName property.

Parameters
value Allowed object is String

public void setLegalMiddleName (String value)

Sets the value of the legalMiddleName property.

Parameters
value Allowed object is String

public void setOtherMoniesData (List<OtherMoniesDataType> otherMoniesData)

Sets the value of the otherMoniesData property.

Parameters
otherMoniesData Allowed object is OtherMoniesDataType

public void setPayPeriodType (String value)

Sets the value of the payPeriodType property.

Parameters
value Allowed object is String

public void setPreferredUserLanguage (String value)

Sets the value of the preferredUserLanguage property.

Parameters
value Allowed object is String

public void setROEAddressLine1 (String value)

Sets the value of the roeAddressLine1 property.

Parameters
value Allowed object is String

public void setROEAddressLine2 (String value)

Sets the value of the roeAddressLine2 property.

Parameters
value Allowed object is String

public void setROEAddressLine3 (String value)

Sets the value of the roeAddressLine3 property.

Parameters
value Allowed object is String

public void setROEDataReference (UniqueIdentifierObjectType value)

Sets the value of the roeDataReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setROEExpectedRecallCode (String value)

Sets the value of the roeExpectedRecallCode property.

Parameters
value Allowed object is String

public void setROEInsurableEarningsByPeriodData (List<CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType> roeInsurableEarningsByPeriodData)

Sets the value of the roeInsurableEarningsByPeriodData property.

Parameters
roeInsurableEarningsByPeriodData Allowed object is CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType

public void setROEReasonCodeForROEReason (String value)

Sets the value of the roeReasonCodeForROEReason property.

Parameters
value Allowed object is String

public void setROEReasonContactAreaCodeNumber (String value)

Sets the value of the roeReasonContactAreaCodeNumber property.

Parameters
value Allowed object is String

public void setROEReasonContactFirstName (String value)

Sets the value of the roeReasonContactFirstName property.

Parameters
value Allowed object is String

public void setROEReasonContactLastName (String value)

Sets the value of the roeReasonContactLastName property.

Parameters
value Allowed object is String

public void setROEReasonContactPhoneNumber (String value)

Sets the value of the roeReasonContactPhoneNumber property.

Parameters
value Allowed object is String

public void setROESerialNumber (String value)

Sets the value of the roeSerialNumber property.

Parameters
value Allowed object is String

public void setSocialInsuranceNumber (String value)

Sets the value of the socialInsuranceNumber property.

Parameters
value Allowed object is String

public void setSpecialPaymentData (List<CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType> specialPaymentData)

Sets the value of the specialPaymentData property.

Parameters
specialPaymentData Allowed object is CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType

public void setStatutoryHolidayData (List<CanadianRecordOfEmploymentStatutoryHolidayDetailDataType> statutoryHolidayData)

Sets the value of the statutoryHolidayData property.

Parameters
statutoryHolidayData Allowed object is CanadianRecordOfEmploymentStatutoryHolidayDetailDataType

public void setTotalInsurableEarnings (BigDecimal value)

Sets the value of the totalInsurableEarnings property.

Parameters
value Allowed object is BigDecimal

public void setTotalInsurableHours (BigDecimal value)

Sets the value of the totalInsurableHours property.

Parameters
value Allowed object is BigDecimal

public void setVacationPayAmount (BigDecimal value)

Sets the value of the vacationPayAmount property.

Parameters
value Allowed object is BigDecimal