| java.lang.Object | |
| ↳ | com.workday.payroll.CanadianRecordOfEmploymentDataDataType |
This is the Canadian Record of Employment Data element containing attributes to be updated on the Canadian Record of Employment.
Java class for Canadian_Record_of_Employment_Data_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Canadian_Record_of_Employment_Data_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Serial_Number" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="Date_Issued" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Payroll_Ref_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Business_Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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_Ending_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Total_Insurable_Earnings" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="ROE_Status_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessNumber | |||||||||||
| dateIssued | |||||||||||
| finalPayPeriodEndingDate | |||||||||||
| firstDayWorked | |||||||||||
| lastDayForWhichPaid | |||||||||||
| payrollRefNumber | |||||||||||
| roeStatusReference | |||||||||||
| serialNumber | |||||||||||
| sin | |||||||||||
| totalInsurableEarnings | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessNumber property.
| |||||||||||
Gets the value of the dateIssued property.
| |||||||||||
Gets the value of the finalPayPeriodEndingDate property.
| |||||||||||
Gets the value of the firstDayWorked property.
| |||||||||||
Gets the value of the lastDayForWhichPaid property.
| |||||||||||
Gets the value of the payrollRefNumber property.
| |||||||||||
Gets the value of the roeStatusReference property.
| |||||||||||
Gets the value of the sin property.
| |||||||||||
Gets the value of the serialNumber property.
| |||||||||||
Gets the value of the totalInsurableEarnings property.
| |||||||||||
Sets the value of the businessNumber property.
| |||||||||||
Sets the value of the dateIssued property.
| |||||||||||
Sets the value of the finalPayPeriodEndingDate property.
| |||||||||||
Sets the value of the firstDayWorked property.
| |||||||||||
Sets the value of the lastDayForWhichPaid property.
| |||||||||||
Sets the value of the payrollRefNumber property.
| |||||||||||
Sets the value of the roeStatusReference property.
| |||||||||||
Sets the value of the sin property.
| |||||||||||
Sets the value of the serialNumber property.
| |||||||||||
Sets the value of the totalInsurableEarnings property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the businessNumber property.
Gets the value of the dateIssued property.
Gets the value of the finalPayPeriodEndingDate property.
Gets the value of the firstDayWorked property.
Gets the value of the lastDayForWhichPaid property.
Gets the value of the payrollRefNumber property.
Gets the value of the roeStatusReference property.
UniqueIdentifierObjectType
Gets the value of the sin property.
Gets the value of the serialNumber property.
Gets the value of the totalInsurableEarnings property.
Sets the value of the businessNumber property.
| value | Allowed object is String |
|---|
Sets the value of the dateIssued property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the finalPayPeriodEndingDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the firstDayWorked property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lastDayForWhichPaid property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payrollRefNumber property.
| value | Allowed object is String |
|---|
Sets the value of the roeStatusReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the sin property.
| value | Allowed object is String |
|---|
Sets the value of the serialNumber property.
| value | Allowed object is String |
|---|
Sets the value of the totalInsurableEarnings property.
| value | Allowed object is BigDecimal |
|---|