Package net.authorize.api.contract.v1
Class OtherTaxType
- java.lang.Object
-
- net.authorize.api.contract.v1.OtherTaxType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimalalternateTaxAmountprotected StringalternateTaxIdprotected BigDecimallocalTaxAmountprotected BigDecimalnationalTaxAmountprotected BigDecimalvatTaxAmountprotected BigDecimalvatTaxRate
-
Constructor Summary
Constructors Constructor Description OtherTaxType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAlternateTaxAmount()Gets the value of the alternateTaxAmount property.StringgetAlternateTaxId()Gets the value of the alternateTaxId property.BigDecimalgetLocalTaxAmount()Gets the value of the localTaxAmount property.BigDecimalgetNationalTaxAmount()Gets the value of the nationalTaxAmount property.BigDecimalgetVatTaxAmount()Gets the value of the vatTaxAmount property.BigDecimalgetVatTaxRate()Gets the value of the vatTaxRate property.voidsetAlternateTaxAmount(BigDecimal value)Sets the value of the alternateTaxAmount property.voidsetAlternateTaxId(String value)Sets the value of the alternateTaxId property.voidsetLocalTaxAmount(BigDecimal value)Sets the value of the localTaxAmount property.voidsetNationalTaxAmount(BigDecimal value)Sets the value of the nationalTaxAmount property.voidsetVatTaxAmount(BigDecimal value)Sets the value of the vatTaxAmount property.voidsetVatTaxRate(BigDecimal value)Sets the value of the vatTaxRate property.
-
-
-
Field Detail
-
nationalTaxAmount
protected BigDecimal nationalTaxAmount
-
localTaxAmount
protected BigDecimal localTaxAmount
-
alternateTaxAmount
protected BigDecimal alternateTaxAmount
-
alternateTaxId
protected String alternateTaxId
-
vatTaxRate
protected BigDecimal vatTaxRate
-
vatTaxAmount
protected BigDecimal vatTaxAmount
-
-
Method Detail
-
getNationalTaxAmount
public BigDecimal getNationalTaxAmount()
Gets the value of the nationalTaxAmount property.- Returns:
- possible object is
BigDecimal
-
setNationalTaxAmount
public void setNationalTaxAmount(BigDecimal value)
Sets the value of the nationalTaxAmount property.- Parameters:
value- allowed object isBigDecimal
-
getLocalTaxAmount
public BigDecimal getLocalTaxAmount()
Gets the value of the localTaxAmount property.- Returns:
- possible object is
BigDecimal
-
setLocalTaxAmount
public void setLocalTaxAmount(BigDecimal value)
Sets the value of the localTaxAmount property.- Parameters:
value- allowed object isBigDecimal
-
getAlternateTaxAmount
public BigDecimal getAlternateTaxAmount()
Gets the value of the alternateTaxAmount property.- Returns:
- possible object is
BigDecimal
-
setAlternateTaxAmount
public void setAlternateTaxAmount(BigDecimal value)
Sets the value of the alternateTaxAmount property.- Parameters:
value- allowed object isBigDecimal
-
getAlternateTaxId
public String getAlternateTaxId()
Gets the value of the alternateTaxId property.- Returns:
- possible object is
String
-
setAlternateTaxId
public void setAlternateTaxId(String value)
Sets the value of the alternateTaxId property.- Parameters:
value- allowed object isString
-
getVatTaxRate
public BigDecimal getVatTaxRate()
Gets the value of the vatTaxRate property.- Returns:
- possible object is
BigDecimal
-
setVatTaxRate
public void setVatTaxRate(BigDecimal value)
Sets the value of the vatTaxRate property.- Parameters:
value- allowed object isBigDecimal
-
getVatTaxAmount
public BigDecimal getVatTaxAmount()
Gets the value of the vatTaxAmount property.- Returns:
- possible object is
BigDecimal
-
setVatTaxAmount
public void setVatTaxAmount(BigDecimal value)
Sets the value of the vatTaxAmount property.- Parameters:
value- allowed object isBigDecimal
-
-