public class

OnDemandPaymentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.OnDemandPaymentDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean includeRetroDifferencesInPayment
protected Boolean overridePaymentToCheck
protected Boolean takeAdditionalWithholding
protected Boolean useSupplementalTaxRate
Public Constructors
OnDemandPaymentDataType()
Public Methods
Boolean getIncludeRetroDifferencesInPayment()
Gets the value of the includeRetroDifferencesInPayment property.
Boolean getOverridePaymentToCheck()
Gets the value of the overridePaymentToCheck property.
Boolean getTakeAdditionalWithholding()
Gets the value of the takeAdditionalWithholding property.
Boolean getUseSupplementalTaxRate()
Gets the value of the useSupplementalTaxRate property.
void setIncludeRetroDifferencesInPayment(Boolean value)
Sets the value of the includeRetroDifferencesInPayment property.
void setOverridePaymentToCheck(Boolean value)
Sets the value of the overridePaymentToCheck property.
void setTakeAdditionalWithholding(Boolean value)
Sets the value of the takeAdditionalWithholding property.
void setUseSupplementalTaxRate(Boolean value)
Sets the value of the useSupplementalTaxRate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean includeRetroDifferencesInPayment

protected Boolean overridePaymentToCheck

protected Boolean takeAdditionalWithholding

protected Boolean useSupplementalTaxRate

Public Constructors

public OnDemandPaymentDataType ()

Public Methods

public Boolean getIncludeRetroDifferencesInPayment ()

Gets the value of the includeRetroDifferencesInPayment property. This getter has been renamed from isIncludeRetroDifferencesInPayment() to getIncludeRetroDifferencesInPayment() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getOverridePaymentToCheck ()

Gets the value of the overridePaymentToCheck property. This getter has been renamed from isOverridePaymentToCheck() to getOverridePaymentToCheck() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getTakeAdditionalWithholding ()

Gets the value of the takeAdditionalWithholding property. This getter has been renamed from isTakeAdditionalWithholding() to getTakeAdditionalWithholding() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getUseSupplementalTaxRate ()

Gets the value of the useSupplementalTaxRate property. This getter has been renamed from isUseSupplementalTaxRate() to getUseSupplementalTaxRate() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setIncludeRetroDifferencesInPayment (Boolean value)

Sets the value of the includeRetroDifferencesInPayment property.

Parameters
value Allowed object is Boolean

public void setOverridePaymentToCheck (Boolean value)

Sets the value of the overridePaymentToCheck property.

Parameters
value Allowed object is Boolean

public void setTakeAdditionalWithholding (Boolean value)

Sets the value of the takeAdditionalWithholding property.

Parameters
value Allowed object is Boolean

public void setUseSupplementalTaxRate (Boolean value)

Sets the value of the useSupplementalTaxRate property.

Parameters
value Allowed object is Boolean