public class

TaxRateApplicationDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.TaxRateApplicationDataType

Class Overview

Encapsulating element containing Tax Rate data.

Java class for Tax_Rate_Application_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Tax_Rate_Application_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tax_Rate_Reference" type="{urn:com.workday/bsvc}Tax_RateObjectType" minOccurs="0"/>
         <element name="Taxable_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TaxRateObjectType taxRateReference
protected BigDecimal taxableAmount
Public Constructors
TaxRateApplicationDataType()
Public Methods
TaxRateObjectType getTaxRateReference()
Gets the value of the taxRateReference property.
BigDecimal getTaxableAmount()
Gets the value of the taxableAmount property.
void setTaxRateReference(TaxRateObjectType value)
Sets the value of the taxRateReference property.
void setTaxableAmount(BigDecimal value)
Sets the value of the taxableAmount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TaxRateObjectType taxRateReference

protected BigDecimal taxableAmount

Public Constructors

public TaxRateApplicationDataType ()

Public Methods

public TaxRateObjectType getTaxRateReference ()

Gets the value of the taxRateReference property.

Returns

public BigDecimal getTaxableAmount ()

Gets the value of the taxableAmount property.

Returns
  • possible object is BigDecimal

public void setTaxRateReference (TaxRateObjectType value)

Sets the value of the taxRateReference property.

Parameters
value Allowed object is TaxRateObjectType

public void setTaxableAmount (BigDecimal value)

Sets the value of the taxableAmount property.

Parameters
value Allowed object is BigDecimal