public class TaxLineDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxLineDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TaxRateRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="PercentBased" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TaxPercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="NetAmountTaxable" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="TaxInclusiveAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OverrideDeltaAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ServiceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="TaxLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
netAmountTaxable |
protected BigDecimal |
overrideDeltaAmount |
protected Boolean |
percentBased |
protected Date |
serviceDate |
protected BigDecimal |
taxInclusiveAmount |
protected IntuitAnyType |
taxLineDetailEx |
protected BigDecimal |
taxPercent |
protected ReferenceType |
taxRateRef |
| Constructor and Description |
|---|
TaxLineDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
BigDecimal |
getNetAmountTaxable()
Gets the value of the netAmountTaxable property.
|
BigDecimal |
getOverrideDeltaAmount()
Gets the value of the overrideDeltaAmount property.
|
Date |
getServiceDate()
Gets the value of the serviceDate property.
|
BigDecimal |
getTaxInclusiveAmount()
Gets the value of the taxInclusiveAmount property.
|
IntuitAnyType |
getTaxLineDetailEx()
Gets the value of the taxLineDetailEx property.
|
BigDecimal |
getTaxPercent()
Gets the value of the taxPercent property.
|
ReferenceType |
getTaxRateRef()
Gets the value of the taxRateRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isPercentBased()
Gets the value of the percentBased property.
|
void |
setNetAmountTaxable(BigDecimal value)
Sets the value of the netAmountTaxable property.
|
void |
setOverrideDeltaAmount(BigDecimal value)
Sets the value of the overrideDeltaAmount property.
|
void |
setPercentBased(Boolean value)
Sets the value of the percentBased property.
|
void |
setServiceDate(Date value)
Sets the value of the serviceDate property.
|
void |
setTaxInclusiveAmount(BigDecimal value)
Sets the value of the taxInclusiveAmount property.
|
void |
setTaxLineDetailEx(IntuitAnyType value)
Sets the value of the taxLineDetailEx property.
|
void |
setTaxPercent(BigDecimal value)
Sets the value of the taxPercent property.
|
void |
setTaxRateRef(ReferenceType value)
Sets the value of the taxRateRef property.
|
protected ReferenceType taxRateRef
protected Boolean percentBased
protected BigDecimal taxPercent
protected BigDecimal netAmountTaxable
protected BigDecimal taxInclusiveAmount
protected BigDecimal overrideDeltaAmount
protected Date serviceDate
protected IntuitAnyType taxLineDetailEx
public ReferenceType getTaxRateRef()
ReferenceTypepublic void setTaxRateRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic Boolean isPercentBased()
Booleanpublic void setPercentBased(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getTaxPercent()
BigDecimalpublic void setTaxPercent(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getNetAmountTaxable()
BigDecimalpublic void setNetAmountTaxable(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTaxInclusiveAmount()
BigDecimalpublic void setTaxInclusiveAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getOverrideDeltaAmount()
BigDecimalpublic void setOverrideDeltaAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic Date getServiceDate()
Stringpublic void setServiceDate(Date value)
value - allowed object is
Stringpublic IntuitAnyType getTaxLineDetailEx()
IntuitAnyTypepublic void setTaxLineDetailEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.