| java.lang.Object | |
| ↳ | workday.com.bsvc.TaxRateApplicationDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| taxRateReference | |||||||||||
| taxableAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the taxRateReference property.
| |||||||||||
Gets the value of the taxableAmount property.
| |||||||||||
Sets the value of the taxRateReference property.
| |||||||||||
Sets the value of the taxableAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the taxRateReference property.
TaxRateObjectType
Gets the value of the taxableAmount property.
Sets the value of the taxRateReference property.
| value | Allowed object is
TaxRateObjectType
|
|---|
Sets the value of the taxableAmount property.
| value | Allowed object is BigDecimal |
|---|

