public class TaxSummary
extends java.lang.Object
Java class for TaxSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxSummary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EffectiveTaxRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="CalculatedTaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="AccrualTaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="PartnerTaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="TaxableBasis" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="ExemptAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TaxSummary() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAccrualTaxAmount()
Gets the value of the accrualTaxAmount property.
|
java.math.BigDecimal |
getCalculatedTaxAmount()
Gets the value of the calculatedTaxAmount property.
|
java.math.BigDecimal |
getEffectiveTaxRate()
Gets the value of the effectiveTaxRate property.
|
java.math.BigDecimal |
getExemptAmount()
Gets the value of the exemptAmount property.
|
java.math.BigDecimal |
getPartnerTaxAmount()
Gets the value of the partnerTaxAmount property.
|
java.math.BigDecimal |
getTaxableBasis()
Gets the value of the taxableBasis property.
|
void |
setAccrualTaxAmount(java.math.BigDecimal value)
Sets the value of the accrualTaxAmount property.
|
void |
setCalculatedTaxAmount(java.math.BigDecimal value)
Sets the value of the calculatedTaxAmount property.
|
void |
setEffectiveTaxRate(java.math.BigDecimal value)
Sets the value of the effectiveTaxRate property.
|
void |
setExemptAmount(java.math.BigDecimal value)
Sets the value of the exemptAmount property.
|
void |
setPartnerTaxAmount(java.math.BigDecimal value)
Sets the value of the partnerTaxAmount property.
|
void |
setTaxableBasis(java.math.BigDecimal value)
Sets the value of the taxableBasis property.
|
public java.math.BigDecimal getEffectiveTaxRate()
BigDecimal
public void setEffectiveTaxRate(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getCalculatedTaxAmount()
BigDecimal
public void setCalculatedTaxAmount(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getAccrualTaxAmount()
BigDecimal
public void setAccrualTaxAmount(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getPartnerTaxAmount()
BigDecimal
public void setPartnerTaxAmount(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getTaxableBasis()
BigDecimal
public void setTaxableBasis(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getExemptAmount()
BigDecimal
public void setExemptAmount(java.math.BigDecimal value)
value
- allowed object is
BigDecimal