Class 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 Detail

      • nationalTaxAmount

        protected BigDecimal nationalTaxAmount
      • localTaxAmount

        protected BigDecimal localTaxAmount
      • alternateTaxAmount

        protected BigDecimal alternateTaxAmount
      • alternateTaxId

        protected String alternateTaxId
    • Constructor Detail

      • OtherTaxType

        public OtherTaxType()
    • 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 is BigDecimal
      • 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 is BigDecimal
      • 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 is BigDecimal
      • 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 is String
      • 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 is BigDecimal
      • 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 is BigDecimal