public class TxnTaxDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TxnTaxDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TxnTaxDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefaultTaxCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="TxnTaxCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="TotalTax" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="TaxLine" type="{http://schema.intuit.com/finance/v3}Line" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
defaultTaxCodeRef |
protected List<Line> |
taxLine |
protected BigDecimal |
totalTax |
protected ReferenceType |
txnTaxCodeRef |
| Constructor and Description |
|---|
TxnTaxDetail() |
| 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) |
ReferenceType |
getDefaultTaxCodeRef()
Gets the value of the defaultTaxCodeRef property.
|
List<Line> |
getTaxLine()
Gets the value of the taxLine property.
|
BigDecimal |
getTotalTax()
Gets the value of the totalTax property.
|
ReferenceType |
getTxnTaxCodeRef()
Gets the value of the txnTaxCodeRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDefaultTaxCodeRef(ReferenceType value)
Sets the value of the defaultTaxCodeRef property.
|
void |
setTaxLine(List<Line> taxLine)
Sets the value of the taxLine property.
|
void |
setTotalTax(BigDecimal value)
Sets the value of the totalTax property.
|
void |
setTxnTaxCodeRef(ReferenceType value)
Sets the value of the txnTaxCodeRef property.
|
protected ReferenceType defaultTaxCodeRef
protected ReferenceType txnTaxCodeRef
protected BigDecimal totalTax
public ReferenceType getDefaultTaxCodeRef()
ReferenceTypepublic void setDefaultTaxCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getTxnTaxCodeRef()
ReferenceTypepublic void setTxnTaxCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getTotalTax()
BigDecimalpublic void setTotalTax(BigDecimal value)
value - allowed object is
BigDecimalpublic List<Line> getTaxLine()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the taxLine property.
For example, to add a new item, do as follows:
getTaxLine().add(newItem);
Objects of the following type(s) are allowed in the list
Line
public void setTaxLine(List<Line> taxLine)
taxLine - allowed object is
Linepublic 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.