public class

CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType

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

Class Overview

Special Payment information

Java class for Canadian_Record_of_Employment_Paid_Sick_Leave__Maternity_and_Wage_Loss_Detail_DataType complex type.

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

 <complexType name="Canadian_Record_of_Employment_Paid_Sick_Leave__Maternity_and_Wage_Loss_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ROE_Special_Payment_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Special_Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Special_Payment_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="36"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Per_Day" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Per_Week" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean perDay
protected Boolean perWeek
protected String roeSpecialPaymentCode
protected BigDecimal specialPaymentAmount
protected XMLGregorianCalendar specialPaymentDate
Public Constructors
CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType()
Public Methods
Boolean getPerDay()
Gets the value of the perDay property.
Boolean getPerWeek()
Gets the value of the perWeek property.
String getROESpecialPaymentCode()
Gets the value of the roeSpecialPaymentCode property.
BigDecimal getSpecialPaymentAmount()
Gets the value of the specialPaymentAmount property.
XMLGregorianCalendar getSpecialPaymentDate()
Gets the value of the specialPaymentDate property.
void setPerDay(Boolean value)
Sets the value of the perDay property.
void setPerWeek(Boolean value)
Sets the value of the perWeek property.
void setROESpecialPaymentCode(String value)
Sets the value of the roeSpecialPaymentCode property.
void setSpecialPaymentAmount(BigDecimal value)
Sets the value of the specialPaymentAmount property.
void setSpecialPaymentDate(XMLGregorianCalendar value)
Sets the value of the specialPaymentDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean perDay

protected Boolean perWeek

protected String roeSpecialPaymentCode

protected BigDecimal specialPaymentAmount

protected XMLGregorianCalendar specialPaymentDate

Public Constructors

public CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType ()

Public Methods

public Boolean getPerDay ()

Gets the value of the perDay property. This getter has been renamed from isPerDay() to getPerDay() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getPerWeek ()

Gets the value of the perWeek property. This getter has been renamed from isPerWeek() to getPerWeek() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getROESpecialPaymentCode ()

Gets the value of the roeSpecialPaymentCode property.

Returns
  • possible object is String

public BigDecimal getSpecialPaymentAmount ()

Gets the value of the specialPaymentAmount property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getSpecialPaymentDate ()

Gets the value of the specialPaymentDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setPerDay (Boolean value)

Sets the value of the perDay property.

Parameters
value Allowed object is Boolean

public void setPerWeek (Boolean value)

Sets the value of the perWeek property.

Parameters
value Allowed object is Boolean

public void setROESpecialPaymentCode (String value)

Sets the value of the roeSpecialPaymentCode property.

Parameters
value Allowed object is String

public void setSpecialPaymentAmount (BigDecimal value)

Sets the value of the specialPaymentAmount property.

Parameters
value Allowed object is BigDecimal

public void setSpecialPaymentDate (XMLGregorianCalendar value)

Sets the value of the specialPaymentDate property.

Parameters
value Allowed object is XMLGregorianCalendar