public class TaxPrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxPrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxPrefs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UsingSalesTax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PartnerTaxEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HideTaxManagement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice>
<element name="TaxGroupCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="TaxRateRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</choice>
<element name="PaySalesTax" type="{http://schema.intuit.com/finance/v3}PaySalesTaxEnum" minOccurs="0"/>
<element name="NonTaxableSalesTaxCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="TaxableSalesTaxCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
hideTaxManagement |
protected ReferenceType |
nonTaxableSalesTaxCodeRef |
protected Boolean |
partnerTaxEnabled |
protected PaySalesTaxEnum |
paySalesTax |
protected ReferenceType |
taxableSalesTaxCodeRef |
protected ReferenceType |
taxGroupCodeRef |
protected ReferenceType |
taxRateRef |
protected Boolean |
usingSalesTax |
| Constructor and Description |
|---|
TaxPrefs() |
| 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) |
ReferenceType |
getNonTaxableSalesTaxCodeRef()
Gets the value of the nonTaxableSalesTaxCodeRef property.
|
PaySalesTaxEnum |
getPaySalesTax()
Gets the value of the paySalesTax property.
|
ReferenceType |
getTaxableSalesTaxCodeRef()
Gets the value of the taxableSalesTaxCodeRef property.
|
ReferenceType |
getTaxGroupCodeRef()
Gets the value of the taxGroupCodeRef property.
|
ReferenceType |
getTaxRateRef()
Gets the value of the taxRateRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isHideTaxManagement()
Gets the value of the hideTaxManagement property.
|
Boolean |
isPartnerTaxEnabled()
Gets the value of the partnerTaxEnabled property.
|
Boolean |
isUsingSalesTax()
Gets the value of the usingSalesTax property.
|
void |
setHideTaxManagement(Boolean value)
Sets the value of the hideTaxManagement property.
|
void |
setNonTaxableSalesTaxCodeRef(ReferenceType value)
Sets the value of the nonTaxableSalesTaxCodeRef property.
|
void |
setPartnerTaxEnabled(Boolean value)
Sets the value of the partnerTaxEnabled property.
|
void |
setPaySalesTax(PaySalesTaxEnum value)
Sets the value of the paySalesTax property.
|
void |
setTaxableSalesTaxCodeRef(ReferenceType value)
Sets the value of the taxableSalesTaxCodeRef property.
|
void |
setTaxGroupCodeRef(ReferenceType value)
Sets the value of the taxGroupCodeRef property.
|
void |
setTaxRateRef(ReferenceType value)
Sets the value of the taxRateRef property.
|
void |
setUsingSalesTax(Boolean value)
Sets the value of the usingSalesTax property.
|
protected Boolean usingSalesTax
protected Boolean partnerTaxEnabled
protected Boolean hideTaxManagement
protected ReferenceType taxGroupCodeRef
protected ReferenceType taxRateRef
protected PaySalesTaxEnum paySalesTax
protected ReferenceType nonTaxableSalesTaxCodeRef
protected ReferenceType taxableSalesTaxCodeRef
public Boolean isUsingSalesTax()
Booleanpublic void setUsingSalesTax(Boolean value)
value - allowed object is
Booleanpublic Boolean isPartnerTaxEnabled()
Booleanpublic void setPartnerTaxEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isHideTaxManagement()
Booleanpublic void setHideTaxManagement(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getTaxGroupCodeRef()
ReferenceTypepublic void setTaxGroupCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getTaxRateRef()
ReferenceTypepublic void setTaxRateRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic PaySalesTaxEnum getPaySalesTax()
PaySalesTaxEnumpublic void setPaySalesTax(PaySalesTaxEnum value)
value - allowed object is
PaySalesTaxEnumpublic ReferenceType getNonTaxableSalesTaxCodeRef()
ReferenceTypepublic void setNonTaxableSalesTaxCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getTaxableSalesTaxCodeRef()
ReferenceTypepublic void setTaxableSalesTaxCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic 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 © 2019. All Rights Reserved.