| java.lang.Object | |
| ↳ | workday.com.bsvc.CanadianRecordOfEmploymentInsurableEarningsByPeriodDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eiEarningValue | |||||||||||
| payrollROEPeriodNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eiEarningValue property.
| |||||||||||
Gets the value of the payrollROEPeriodNumber property.
| |||||||||||
Sets the value of the eiEarningValue property.
| |||||||||||
Sets the value of the payrollROEPeriodNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the eiEarningValue property.
Gets the value of the payrollROEPeriodNumber property.
Sets the value of the eiEarningValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payrollROEPeriodNumber property.
| value | Allowed object is BigDecimal |
|---|

