public class TaxInfoType
extends java.lang.Object
Java class for TaxInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TaxAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/> <element name="SalesTaxPercentage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TaxState" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
salesTaxPercentage |
protected BasicAmountType |
taxAmount |
protected java.lang.String |
taxState |
Constructor and Description |
---|
TaxInfoType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSalesTaxPercentage()
Gets the value of the salesTaxPercentage property.
|
BasicAmountType |
getTaxAmount()
Gets the value of the taxAmount property.
|
java.lang.String |
getTaxState()
Gets the value of the taxState property.
|
void |
setSalesTaxPercentage(java.lang.String value)
Sets the value of the salesTaxPercentage property.
|
void |
setTaxAmount(BasicAmountType value)
Sets the value of the taxAmount property.
|
void |
setTaxState(java.lang.String value)
Sets the value of the taxState property.
|
protected BasicAmountType taxAmount
protected java.lang.String salesTaxPercentage
protected java.lang.String taxState
public BasicAmountType getTaxAmount()
BasicAmountType
public void setTaxAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getSalesTaxPercentage()
String
public void setSalesTaxPercentage(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTaxState()
String
public void setTaxState(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.