| java.lang.Object | |
| ↳ | workday.com.bsvc.CanadianRecordOfEmploymentPaidSickLeaveMaternityAndWageLossDetailDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| perDay | |||||||||||
| perWeek | |||||||||||
| roeSpecialPaymentCode | |||||||||||
| specialPaymentAmount | |||||||||||
| specialPaymentDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the roeSpecialPaymentCode property.
| |||||||||||
Gets the value of the specialPaymentAmount property.
| |||||||||||
Gets the value of the specialPaymentDate property.
| |||||||||||
Gets the value of the perDay property.
| |||||||||||
Gets the value of the perWeek property.
| |||||||||||
Sets the value of the perDay property.
| |||||||||||
Sets the value of the perWeek property.
| |||||||||||
Sets the value of the roeSpecialPaymentCode property.
| |||||||||||
Sets the value of the specialPaymentAmount property.
| |||||||||||
Sets the value of the specialPaymentDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the roeSpecialPaymentCode property.
Gets the value of the specialPaymentAmount property.
Gets the value of the specialPaymentDate property.
Gets the value of the perDay property.
Gets the value of the perWeek property.
Sets the value of the perDay property.
| value | Allowed object is Boolean |
|---|
Sets the value of the perWeek property.
| value | Allowed object is Boolean |
|---|
Sets the value of the roeSpecialPaymentCode property.
| value | Allowed object is String |
|---|
Sets the value of the specialPaymentAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the specialPaymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

