public class OtherTaxType
extends java.lang.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 java.math.BigDecimal |
alternateTaxAmount |
protected java.lang.String |
alternateTaxId |
protected java.math.BigDecimal |
localTaxAmount |
protected java.math.BigDecimal |
nationalTaxAmount |
protected java.math.BigDecimal |
vatTaxAmount |
protected java.math.BigDecimal |
vatTaxRate |
| Constructor and Description |
|---|
OtherTaxType() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAlternateTaxAmount()
Gets the value of the alternateTaxAmount property.
|
java.lang.String |
getAlternateTaxId()
Gets the value of the alternateTaxId property.
|
java.math.BigDecimal |
getLocalTaxAmount()
Gets the value of the localTaxAmount property.
|
java.math.BigDecimal |
getNationalTaxAmount()
Gets the value of the nationalTaxAmount property.
|
java.math.BigDecimal |
getVatTaxAmount()
Gets the value of the vatTaxAmount property.
|
java.math.BigDecimal |
getVatTaxRate()
Gets the value of the vatTaxRate property.
|
void |
setAlternateTaxAmount(java.math.BigDecimal value)
Sets the value of the alternateTaxAmount property.
|
void |
setAlternateTaxId(java.lang.String value)
Sets the value of the alternateTaxId property.
|
void |
setLocalTaxAmount(java.math.BigDecimal value)
Sets the value of the localTaxAmount property.
|
void |
setNationalTaxAmount(java.math.BigDecimal value)
Sets the value of the nationalTaxAmount property.
|
void |
setVatTaxAmount(java.math.BigDecimal value)
Sets the value of the vatTaxAmount property.
|
void |
setVatTaxRate(java.math.BigDecimal value)
Sets the value of the vatTaxRate property.
|
protected java.math.BigDecimal nationalTaxAmount
protected java.math.BigDecimal localTaxAmount
protected java.math.BigDecimal alternateTaxAmount
protected java.lang.String alternateTaxId
protected java.math.BigDecimal vatTaxRate
protected java.math.BigDecimal vatTaxAmount
public java.math.BigDecimal getNationalTaxAmount()
BigDecimalpublic void setNationalTaxAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getLocalTaxAmount()
BigDecimalpublic void setLocalTaxAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getAlternateTaxAmount()
BigDecimalpublic void setAlternateTaxAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getAlternateTaxId()
Stringpublic void setAlternateTaxId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getVatTaxRate()
BigDecimalpublic void setVatTaxRate(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getVatTaxAmount()
BigDecimalpublic void setVatTaxAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All Rights Reserved.