public class TaxRateList extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxRateList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxRateList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TaxRateDetail" type="{http://schema.intuit.com/finance/v3}TaxRateDetail" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="originatingGroupId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
originatingGroupId |
protected List<TaxRateDetail> |
taxRateDetail |
| Constructor and Description |
|---|
TaxRateList() |
| 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) |
String |
getOriginatingGroupId()
Gets the value of the originatingGroupId property.
|
List<TaxRateDetail> |
getTaxRateDetail()
Gets the value of the taxRateDetail property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setOriginatingGroupId(String value)
Sets the value of the originatingGroupId property.
|
void |
setTaxRateDetail(List<TaxRateDetail> taxRateDetail)
Sets the value of the taxRateDetail property.
|
protected List<TaxRateDetail> taxRateDetail
protected String originatingGroupId
public List<TaxRateDetail> getTaxRateDetail()
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 taxRateDetail property.
For example, to add a new item, do as follows:
getTaxRateDetail().add(newItem);
Objects of the following type(s) are allowed in the list
TaxRateDetail
public String getOriginatingGroupId()
Stringpublic void setOriginatingGroupId(String value)
value - allowed object is
Stringpublic void setTaxRateDetail(List<TaxRateDetail> taxRateDetail)
taxRateDetail - allowed object is
TaxRateDetailpublic 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.