public class

CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

Fields
protected Boolean perDay
protected Boolean perWeek
protected String roeSpecialPaymentCode
protected BigDecimal specialPaymentAmount
protected XMLGregorianCalendar specialPaymentDate
Public Constructors
CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType()
Public Methods
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.
Boolean isPerDay()
Gets the value of the perDay property.
Boolean isPerWeek()
Gets the value of the perWeek 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

Fields

protected Boolean perDay

protected Boolean perWeek

protected String roeSpecialPaymentCode

protected BigDecimal specialPaymentAmount

protected XMLGregorianCalendar specialPaymentDate

Public Constructors

public CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType ()

Public Methods

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 Boolean isPerDay ()

Gets the value of the perDay property.

Returns
  • possible object is Boolean

public Boolean isPerWeek ()

Gets the value of the perWeek property.

Returns
  • possible object is Boolean

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