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"/> <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 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 |
isPartnerTaxEnabled()
Gets the value of the partnerTaxEnabled property.
|
Boolean |
isUsingSalesTax()
Gets the value of the usingSalesTax 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 ReferenceType taxGroupCodeRef
protected ReferenceType taxRateRef
protected PaySalesTaxEnum paySalesTax
protected ReferenceType nonTaxableSalesTaxCodeRef
protected ReferenceType taxableSalesTaxCodeRef
public Boolean isUsingSalesTax()
Boolean
public void setUsingSalesTax(Boolean value)
value
- allowed object is
Boolean
public Boolean isPartnerTaxEnabled()
Boolean
public void setPartnerTaxEnabled(Boolean value)
value
- allowed object is
Boolean
public ReferenceType getTaxGroupCodeRef()
ReferenceType
public void setTaxGroupCodeRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getTaxRateRef()
ReferenceType
public void setTaxRateRef(ReferenceType value)
value
- allowed object is
ReferenceType
public PaySalesTaxEnum getPaySalesTax()
PaySalesTaxEnum
public void setPaySalesTax(PaySalesTaxEnum value)
value
- allowed object is
PaySalesTaxEnum
public ReferenceType getNonTaxableSalesTaxCodeRef()
ReferenceType
public void setNonTaxableSalesTaxCodeRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getTaxableSalesTaxCodeRef()
ReferenceType
public void setTaxableSalesTaxCodeRef(ReferenceType value)
value
- allowed object is
ReferenceType
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.