| java.lang.Object | |
| ↳ | com.workday.payroll.HistoryPaymentDataType |
The History Payment Data element contains attributes specific to this payment, such as the Gross and Net amounts, an optional Sub-period definition (if the payment is not for the full payroll Period) and optional Third Party Sick Pay indicator.
Java class for History_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="History_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Third_Party_Sick_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Gross_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Net_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Sub-Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Sub-Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| grossAmount | |||||||||||
| netAmount | |||||||||||
| paymentDate | |||||||||||
| subPeriodEndDate | |||||||||||
| subPeriodStartDate | |||||||||||
| thirdPartySickPay | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the grossAmount property.
| |||||||||||
Gets the value of the netAmount property.
| |||||||||||
Gets the value of the paymentDate property.
| |||||||||||
Gets the value of the subPeriodEndDate property.
| |||||||||||
Gets the value of the subPeriodStartDate property.
| |||||||||||
Gets the value of the thirdPartySickPay property.
| |||||||||||
Sets the value of the grossAmount property.
| |||||||||||
Sets the value of the netAmount property.
| |||||||||||
Sets the value of the paymentDate property.
| |||||||||||
Sets the value of the subPeriodEndDate property.
| |||||||||||
Sets the value of the subPeriodStartDate property.
| |||||||||||
Sets the value of the thirdPartySickPay property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the grossAmount property.
Gets the value of the netAmount property.
Gets the value of the paymentDate property.
Gets the value of the subPeriodEndDate property.
Gets the value of the subPeriodStartDate property.
Gets the value of the thirdPartySickPay property. This getter has been renamed from isThirdPartySickPay() to getThirdPartySickPay() by cxf-xjc-boolean plugin.
Sets the value of the grossAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the netAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subPeriodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subPeriodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the thirdPartySickPay property.
| value | Allowed object is Boolean |
|---|