public class TaxCode extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxCode"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Taxable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="TaxGroup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SalesTaxRateList" type="{http://schema.intuit.com/finance/v3}TaxRateList" minOccurs="0"/> <element name="PurchaseTaxRateList" type="{http://schema.intuit.com/finance/v3}TaxRateList" minOccurs="0"/> <element name="AdjustmentTaxRateList" type="{http://schema.intuit.com/finance/v3}TaxRateList" minOccurs="0"/> <element name="TaxCodeEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
active |
protected TaxRateList |
adjustmentTaxRateList |
protected String |
description |
protected String |
name |
protected TaxRateList |
purchaseTaxRateList |
protected TaxRateList |
salesTaxRateList |
protected Boolean |
taxable |
protected IntuitAnyType |
taxCodeEx |
protected Boolean |
taxGroup |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
TaxCode() |
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) |
TaxRateList |
getAdjustmentTaxRateList()
Gets the value of the adjustmentTaxRateList property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
TaxRateList |
getPurchaseTaxRateList()
Gets the value of the purchaseTaxRateList property.
|
TaxRateList |
getSalesTaxRateList()
Gets the value of the salesTaxRateList property.
|
IntuitAnyType |
getTaxCodeEx()
Gets the value of the taxCodeEx property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isTaxable()
Gets the value of the taxable property.
|
Boolean |
isTaxGroup()
Gets the value of the taxGroup property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setAdjustmentTaxRateList(TaxRateList value)
Sets the value of the adjustmentTaxRateList property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPurchaseTaxRateList(TaxRateList value)
Sets the value of the purchaseTaxRateList property.
|
void |
setSalesTaxRateList(TaxRateList value)
Sets the value of the salesTaxRateList property.
|
void |
setTaxable(Boolean value)
Sets the value of the taxable property.
|
void |
setTaxCodeEx(IntuitAnyType value)
Sets the value of the taxCodeEx property.
|
void |
setTaxGroup(Boolean value)
Sets the value of the taxGroup property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String name
protected String description
protected Boolean active
protected Boolean taxable
protected Boolean taxGroup
protected TaxRateList salesTaxRateList
protected TaxRateList purchaseTaxRateList
protected TaxRateList adjustmentTaxRateList
protected IntuitAnyType taxCodeEx
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public Boolean isTaxable()
Boolean
public void setTaxable(Boolean value)
value
- allowed object is
Boolean
public Boolean isTaxGroup()
Boolean
public void setTaxGroup(Boolean value)
value
- allowed object is
Boolean
public TaxRateList getSalesTaxRateList()
TaxRateList
public void setSalesTaxRateList(TaxRateList value)
value
- allowed object is
TaxRateList
public TaxRateList getPurchaseTaxRateList()
TaxRateList
public void setPurchaseTaxRateList(TaxRateList value)
value
- allowed object is
TaxRateList
public TaxRateList getAdjustmentTaxRateList()
TaxRateList
public void setAdjustmentTaxRateList(TaxRateList value)
value
- allowed object is
TaxRateList
public IntuitAnyType getTaxCodeEx()
IntuitAnyType
public void setTaxCodeEx(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
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.