public class OtherTaxType extends Object
Java class for otherTaxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="otherTaxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nationalTaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="localTaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="alternateTaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="alternateTaxId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="15"/>
</restriction>
</simpleType>
</element>
<element name="vatTaxRate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<fractionDigits value="5"/>
</restriction>
</simpleType>
</element>
<element name="vatTaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
alternateTaxAmount |
protected String |
alternateTaxId |
protected BigDecimal |
localTaxAmount |
protected BigDecimal |
nationalTaxAmount |
protected BigDecimal |
vatTaxAmount |
protected BigDecimal |
vatTaxRate |
| Constructor and Description |
|---|
OtherTaxType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAlternateTaxAmount()
Gets the value of the alternateTaxAmount property.
|
String |
getAlternateTaxId()
Gets the value of the alternateTaxId property.
|
BigDecimal |
getLocalTaxAmount()
Gets the value of the localTaxAmount property.
|
BigDecimal |
getNationalTaxAmount()
Gets the value of the nationalTaxAmount property.
|
BigDecimal |
getVatTaxAmount()
Gets the value of the vatTaxAmount property.
|
BigDecimal |
getVatTaxRate()
Gets the value of the vatTaxRate property.
|
void |
setAlternateTaxAmount(BigDecimal value)
Sets the value of the alternateTaxAmount property.
|
void |
setAlternateTaxId(String value)
Sets the value of the alternateTaxId property.
|
void |
setLocalTaxAmount(BigDecimal value)
Sets the value of the localTaxAmount property.
|
void |
setNationalTaxAmount(BigDecimal value)
Sets the value of the nationalTaxAmount property.
|
void |
setVatTaxAmount(BigDecimal value)
Sets the value of the vatTaxAmount property.
|
void |
setVatTaxRate(BigDecimal value)
Sets the value of the vatTaxRate property.
|
protected BigDecimal nationalTaxAmount
protected BigDecimal localTaxAmount
protected BigDecimal alternateTaxAmount
protected String alternateTaxId
protected BigDecimal vatTaxRate
protected BigDecimal vatTaxAmount
public BigDecimal getNationalTaxAmount()
BigDecimalpublic void setNationalTaxAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getLocalTaxAmount()
BigDecimalpublic void setLocalTaxAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAlternateTaxAmount()
BigDecimalpublic void setAlternateTaxAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getAlternateTaxId()
Stringpublic void setAlternateTaxId(String value)
value - allowed object is
Stringpublic BigDecimal getVatTaxRate()
BigDecimalpublic void setVatTaxRate(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getVatTaxAmount()
BigDecimalpublic void setVatTaxAmount(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2020. All rights reserved.