public class SalesTaxType
extends java.lang.Object
Java class for SalesTaxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesTaxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SalesTaxPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="SalesTaxState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ShippingIncludedInTax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
salesTaxPercent |
protected java.lang.String |
salesTaxState |
protected java.lang.Boolean |
shippingIncludedInTax |
| Constructor and Description |
|---|
SalesTaxType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getSalesTaxPercent()
Gets the value of the salesTaxPercent property.
|
java.lang.String |
getSalesTaxState()
Gets the value of the salesTaxState property.
|
java.lang.Boolean |
isShippingIncludedInTax()
Gets the value of the shippingIncludedInTax property.
|
void |
setSalesTaxPercent(java.lang.Float value)
Sets the value of the salesTaxPercent property.
|
void |
setSalesTaxState(java.lang.String value)
Sets the value of the salesTaxState property.
|
void |
setShippingIncludedInTax(java.lang.Boolean value)
Sets the value of the shippingIncludedInTax property.
|
protected java.lang.Float salesTaxPercent
protected java.lang.String salesTaxState
protected java.lang.Boolean shippingIncludedInTax
public java.lang.Float getSalesTaxPercent()
Floatpublic void setSalesTaxPercent(java.lang.Float value)
value - the value
allowed object is
Floatpublic java.lang.String getSalesTaxState()
Stringpublic void setSalesTaxState(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Boolean isShippingIncludedInTax()
Booleanpublic void setShippingIncludedInTax(java.lang.Boolean value)
value - the value
allowed object is
BooleanstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.