| java.lang.Object | |
| ↳ | com.workday.payroll.OnDemandPaymentDataType |
On Demand Payment Data
Java class for On_Demand_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="On_Demand_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Use_Supplemental_Tax_Rate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Override_Payment_to_Check" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Take_Additional_Withholding" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Retro_Differences_in_Payment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeRetroDifferencesInPayment | |||||||||||
| overridePaymentToCheck | |||||||||||
| takeAdditionalWithholding | |||||||||||
| useSupplementalTaxRate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeRetroDifferencesInPayment property.
| |||||||||||
Gets the value of the overridePaymentToCheck property.
| |||||||||||
Gets the value of the takeAdditionalWithholding property.
| |||||||||||
Gets the value of the useSupplementalTaxRate property.
| |||||||||||
Sets the value of the includeRetroDifferencesInPayment property.
| |||||||||||
Sets the value of the overridePaymentToCheck property.
| |||||||||||
Sets the value of the takeAdditionalWithholding property.
| |||||||||||
Sets the value of the useSupplementalTaxRate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the includeRetroDifferencesInPayment property. This getter has been renamed from isIncludeRetroDifferencesInPayment() to getIncludeRetroDifferencesInPayment() by cxf-xjc-boolean plugin.
Gets the value of the overridePaymentToCheck property. This getter has been renamed from isOverridePaymentToCheck() to getOverridePaymentToCheck() by cxf-xjc-boolean plugin.
Gets the value of the takeAdditionalWithholding property. This getter has been renamed from isTakeAdditionalWithholding() to getTakeAdditionalWithholding() by cxf-xjc-boolean plugin.
Gets the value of the useSupplementalTaxRate property. This getter has been renamed from isUseSupplementalTaxRate() to getUseSupplementalTaxRate() by cxf-xjc-boolean plugin.
Sets the value of the includeRetroDifferencesInPayment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the overridePaymentToCheck property.
| value | Allowed object is Boolean |
|---|
Sets the value of the takeAdditionalWithholding property.
| value | Allowed object is Boolean |
|---|
Sets the value of the useSupplementalTaxRate property.
| value | Allowed object is Boolean |
|---|