public class

CanadianRecordOfEmploymentStatutoryHolidayDetailDataType

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

Class Overview

This is the parent tag for the list of Statutory Holiday information

Java class for Canadian_Record_of_Employment_Statutory_Holiday_Detail_DataType complex type.

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

 <complexType name="Canadian_Record_of_Employment_Statutory_Holiday_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ROE_Detail_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="ROE_Detail_Amount" minOccurs="0">
           <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 roeDetailAmount
protected XMLGregorianCalendar roeDetailDate
Public Constructors
CanadianRecordOfEmploymentStatutoryHolidayDetailDataType()
Public Methods
BigDecimal getROEDetailAmount()
Gets the value of the roeDetailAmount property.
XMLGregorianCalendar getROEDetailDate()
Gets the value of the roeDetailDate property.
void setROEDetailAmount(BigDecimal value)
Sets the value of the roeDetailAmount property.
void setROEDetailDate(XMLGregorianCalendar value)
Sets the value of the roeDetailDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal roeDetailAmount

protected XMLGregorianCalendar roeDetailDate

Public Constructors

public CanadianRecordOfEmploymentStatutoryHolidayDetailDataType ()

Public Methods

public BigDecimal getROEDetailAmount ()

Gets the value of the roeDetailAmount property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getROEDetailDate ()

Gets the value of the roeDetailDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setROEDetailAmount (BigDecimal value)

Sets the value of the roeDetailAmount property.

Parameters
value Allowed object is BigDecimal

public void setROEDetailDate (XMLGregorianCalendar value)

Sets the value of the roeDetailDate property.

Parameters
value Allowed object is XMLGregorianCalendar