public class TaxRateDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxRateDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxRateDetail">
<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="TaxTypeApplicable" type="{http://schema.intuit.com/finance/v3}TaxTypeApplicablityEnum" minOccurs="0"/>
<element name="TaxOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TaxOnTaxOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
taxOnTaxOrder |
protected Integer |
taxOrder |
protected ReferenceType |
taxRateRef |
protected TaxTypeApplicablityEnum |
taxTypeApplicable |
| Constructor and Description |
|---|
TaxRateDetail() |
| 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) |
Integer |
getTaxOnTaxOrder()
Gets the value of the taxOnTaxOrder property.
|
Integer |
getTaxOrder()
Gets the value of the taxOrder property.
|
ReferenceType |
getTaxRateRef()
Gets the value of the taxRateRef property.
|
TaxTypeApplicablityEnum |
getTaxTypeApplicable()
Gets the value of the taxTypeApplicable property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setTaxOnTaxOrder(Integer value)
Sets the value of the taxOnTaxOrder property.
|
void |
setTaxOrder(Integer value)
Sets the value of the taxOrder property.
|
void |
setTaxRateRef(ReferenceType value)
Sets the value of the taxRateRef property.
|
void |
setTaxTypeApplicable(TaxTypeApplicablityEnum value)
Sets the value of the taxTypeApplicable property.
|
protected ReferenceType taxRateRef
protected TaxTypeApplicablityEnum taxTypeApplicable
protected Integer taxOrder
protected Integer taxOnTaxOrder
public ReferenceType getTaxRateRef()
ReferenceTypepublic void setTaxRateRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic TaxTypeApplicablityEnum getTaxTypeApplicable()
TaxTypeApplicablityEnumpublic void setTaxTypeApplicable(TaxTypeApplicablityEnum value)
value - allowed object is
TaxTypeApplicablityEnumpublic Integer getTaxOrder()
Integerpublic void setTaxOrder(Integer value)
value - allowed object is
Integerpublic Integer getTaxOnTaxOrder()
Integerpublic void setTaxOnTaxOrder(Integer value)
value - allowed object is
Integerpublic 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.