public class EffectiveTaxRate extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for EffectiveTaxRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EffectiveTaxRate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RateValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="EffectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="EffectiveTaxRateEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Date |
effectiveDate |
protected IntuitAnyType |
effectiveTaxRateEx |
protected Date |
endDate |
protected BigDecimal |
rateValue |
Constructor and Description |
---|
EffectiveTaxRate() |
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) |
Date |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
IntuitAnyType |
getEffectiveTaxRateEx()
Gets the value of the effectiveTaxRateEx property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
BigDecimal |
getRateValue()
Gets the value of the rateValue property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setEffectiveDate(Date value)
Sets the value of the effectiveDate property.
|
void |
setEffectiveTaxRateEx(IntuitAnyType value)
Sets the value of the effectiveTaxRateEx property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setRateValue(BigDecimal value)
Sets the value of the rateValue property.
|
protected BigDecimal rateValue
protected Date effectiveDate
protected Date endDate
protected IntuitAnyType effectiveTaxRateEx
public BigDecimal getRateValue()
BigDecimal
public void setRateValue(BigDecimal value)
value
- allowed object is
BigDecimal
public Date getEffectiveDate()
String
public void setEffectiveDate(Date value)
value
- allowed object is
String
public Date getEndDate()
String
public void setEndDate(Date value)
value
- allowed object is
String
public IntuitAnyType getEffectiveTaxRateEx()
IntuitAnyType
public void setEffectiveTaxRateEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
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.