public class

CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType

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

Class Overview

Insurable Earnings by Period

Java class for Canadian_Record_of_Employment_Insurable_Earnings_By_Period_DataType complex type.

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

 <complexType name="Canadian_Record_of_Employment_Insurable_Earnings_By_Period_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payroll_ROE_Period_Number">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="EI_Earning_Value">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="36"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal eiEarningValue
protected BigDecimal payrollROEPeriodNumber
Public Constructors
CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType()
Public Methods
BigDecimal getEIEarningValue()
Gets the value of the eiEarningValue property.
BigDecimal getPayrollROEPeriodNumber()
Gets the value of the payrollROEPeriodNumber property.
void setEIEarningValue(BigDecimal value)
Sets the value of the eiEarningValue property.
void setPayrollROEPeriodNumber(BigDecimal value)
Sets the value of the payrollROEPeriodNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal eiEarningValue

protected BigDecimal payrollROEPeriodNumber

Public Constructors

public CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType ()

Public Methods

public BigDecimal getEIEarningValue ()

Gets the value of the eiEarningValue property.

Returns
  • possible object is BigDecimal

public BigDecimal getPayrollROEPeriodNumber ()

Gets the value of the payrollROEPeriodNumber property.

Returns
  • possible object is BigDecimal

public void setEIEarningValue (BigDecimal value)

Sets the value of the eiEarningValue property.

Parameters
value Allowed object is BigDecimal

public void setPayrollROEPeriodNumber (BigDecimal value)

Sets the value of the payrollROEPeriodNumber property.

Parameters
value Allowed object is BigDecimal