| java.lang.Object | |
| ↳ | com.workday.payroll.CanadianRecordOfEmploymentStatutoryHolidayDetailDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| roeDetailAmount | |||||||||||
| roeDetailDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the roeDetailAmount property.
| |||||||||||
Gets the value of the roeDetailDate property.
| |||||||||||
Sets the value of the roeDetailAmount property.
| |||||||||||
Sets the value of the roeDetailDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the roeDetailAmount property.
Gets the value of the roeDetailDate property.
Sets the value of the roeDetailAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the roeDetailDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|