public class TaxService extends IntuitEntity implements Serializable, IEntity, Response, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxService"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="TaxCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TaxCodeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TaxRateDetails" type="{http://schema.intuit.com/finance/v3}TaxRateDetails" maxOccurs="unbounded" minOccurs="0"/> <element name="Fault" type="{http://schema.intuit.com/finance/v3}Fault" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Fault |
fault |
protected String |
taxCode |
protected String |
taxCodeId |
protected List<TaxRateDetails> |
taxRateDetails |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
TaxService() |
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) |
Fault |
getFault()
Gets the value of the fault property.
|
String |
getTaxCode()
Gets the value of the taxCode property.
|
String |
getTaxCodeId()
Gets the value of the taxCodeId property.
|
List<TaxRateDetails> |
getTaxRateDetails()
Gets the value of the taxRateDetails property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setFault(Fault value)
Sets the value of the fault property.
|
void |
setTaxCode(String value)
Sets the value of the taxCode property.
|
void |
setTaxCodeId(String value)
Sets the value of the taxCodeId property.
|
void |
setTaxRateDetails(List<TaxRateDetails> taxRateDetails)
Sets the value of the taxRateDetails property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String taxCode
protected String taxCodeId
protected List<TaxRateDetails> taxRateDetails
protected Fault fault
public String getTaxCode()
String
public void setTaxCode(String value)
value
- allowed object is
String
public String getTaxCodeId()
String
public void setTaxCodeId(String value)
value
- allowed object is
String
public List<TaxRateDetails> getTaxRateDetails()
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 taxRateDetails property.
For example, to add a new item, do as follows:
getTaxRateDetails().add(newItem);
Objects of the following type(s) are allowed in the list
TaxRateDetails
public Fault getFault()
Fault
public void setFault(Fault value)
value
- allowed object is
Fault
public void setTaxRateDetails(List<TaxRateDetails> taxRateDetails)
taxRateDetails
- allowed object is
TaxRateDetails
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
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
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
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.