public class

OnDemandPaymentDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean overridePaymentToCheck
protected Boolean takeAdditionalWithholding
protected Boolean useSupplementalTaxRate
Public Constructors
OnDemandPaymentDataType()
Public Methods
Boolean isOverridePaymentToCheck()
Gets the value of the overridePaymentToCheck property.
Boolean isTakeAdditionalWithholding()
Gets the value of the takeAdditionalWithholding property.
Boolean isUseSupplementalTaxRate()
Gets the value of the useSupplementalTaxRate 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

Fields

protected Boolean overridePaymentToCheck

protected Boolean takeAdditionalWithholding

protected Boolean useSupplementalTaxRate

Public Constructors

public OnDemandPaymentDataType ()

Public Methods

public Boolean isOverridePaymentToCheck ()

Gets the value of the overridePaymentToCheck property.

Returns
  • possible object is Boolean

public Boolean isTakeAdditionalWithholding ()

Gets the value of the takeAdditionalWithholding property.

Returns
  • possible object is Boolean

public Boolean isUseSupplementalTaxRate ()

Gets the value of the useSupplementalTaxRate property.

Returns
  • possible 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