public class TaxRateDetails extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxRateDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxRateDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TaxRateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TaxRateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RateValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="TaxAgencyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TaxApplicableOn" type="{http://schema.intuit.com/finance/v3}TaxRateApplicableOnEnum" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
rateValue |
protected String |
taxAgencyId |
protected TaxRateApplicableOnEnum |
taxApplicableOn |
protected String |
taxRateId |
protected String |
taxRateName |
Constructor and Description |
---|
TaxRateDetails() |
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 |
getRateValue()
Gets the value of the rateValue property.
|
String |
getTaxAgencyId()
Gets the value of the taxAgencyId property.
|
TaxRateApplicableOnEnum |
getTaxApplicableOn()
Gets the value of the taxApplicableOn property.
|
String |
getTaxRateId()
Gets the value of the taxRateId property.
|
String |
getTaxRateName()
Gets the value of the taxRateName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setRateValue(BigDecimal value)
Sets the value of the rateValue property.
|
void |
setTaxAgencyId(String value)
Sets the value of the taxAgencyId property.
|
void |
setTaxApplicableOn(TaxRateApplicableOnEnum value)
Sets the value of the taxApplicableOn property.
|
void |
setTaxRateId(String value)
Sets the value of the taxRateId property.
|
void |
setTaxRateName(String value)
Sets the value of the taxRateName property.
|
protected String taxRateName
protected String taxRateId
protected BigDecimal rateValue
protected String taxAgencyId
protected TaxRateApplicableOnEnum taxApplicableOn
public String getTaxRateName()
String
public void setTaxRateName(String value)
value
- allowed object is
String
public String getTaxRateId()
String
public void setTaxRateId(String value)
value
- allowed object is
String
public BigDecimal getRateValue()
BigDecimal
public void setRateValue(BigDecimal value)
value
- allowed object is
BigDecimal
public String getTaxAgencyId()
String
public void setTaxAgencyId(String value)
value
- allowed object is
String
public TaxRateApplicableOnEnum getTaxApplicableOn()
TaxRateApplicableOnEnum
public void setTaxApplicableOn(TaxRateApplicableOnEnum value)
value
- allowed object is
TaxRateApplicableOnEnum
public 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.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.