public class SpecifiedTax extends CommonTax
allowanceCharge, basis, calculated, category, exemptionReason, lineTotal, percentage, type| Constructor and Description |
|---|
SpecifiedTax() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getCalculated()
Gets the calculated amount.
|
TaxCategory |
getCategory()
Gets the tax category.
|
java.lang.String |
getExemptionReason()
Gets the tax exemption reason.
|
TaxCode |
getType()
Gets the UNCL 5153 tax type code.
|
SpecifiedTax |
setCalculated(Amount calculatedAmount)
Sets the calculated amount.
|
SpecifiedTax |
setCategory(TaxCategory value)
Sets the tax category.
|
SpecifiedTax |
setExemptionReason(java.lang.String exemptionReason)
Sets the tax exemption reason.
|
SpecifiedTax |
setPercentage(java.math.BigDecimal applicablePercentage)
Sets the applicable tax percentage.
|
SpecifiedTax |
setType(TaxCode taxTypeCode)
Sets the UNCL 5153 tax type code.
|
getPercentagepublic SpecifiedTax()
@Extended public Amount getCalculated()
Gets the calculated amount.
@Comfort public TaxCategory getCategory()
CommonTaxGets the tax category.
getCategory in class CommonTax@Comfort public java.lang.String getExemptionReason()
Gets the tax exemption reason.
@Comfort public TaxCode getType()
CommonTaxGets the UNCL 5153 tax type code.
public SpecifiedTax setCalculated(Amount calculatedAmount)
Sets the calculated amount.
calculatedAmount - the new calculated amountpublic SpecifiedTax setCategory(TaxCategory value)
CommonTaxSets the tax category.
setCategory in class CommonTaxvalue - the new category codepublic SpecifiedTax setExemptionReason(java.lang.String exemptionReason)
Sets the tax exemption reason.
exemptionReason - the new exemption reasonpublic SpecifiedTax setPercentage(java.math.BigDecimal applicablePercentage)
CommonTaxSets the applicable tax percentage.
setPercentage in class CommonTaxapplicablePercentage - the new applicable tax percentagepublic SpecifiedTax setType(TaxCode taxTypeCode)
CommonTaxSets the UNCL 5153 tax type code.
Copyright © 2014-2015 Konik.io. All Rights Reserved.