mx.bigdata.sat.common.detallista.schema
Class Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount
Enclosing class:
Detallista.LineItem.TradeItemTaxInformation

public static class Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="taxPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="taxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigDecimal taxAmount
           
protected  BigDecimal taxPercentage
           
 
Constructor Summary
Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount()
           
 
Method Summary
 BigDecimal getTaxAmount()
          Gets the value of the taxAmount property.
 BigDecimal getTaxPercentage()
          Gets the value of the taxPercentage property.
 void setTaxAmount(BigDecimal value)
          Sets the value of the taxAmount property.
 void setTaxPercentage(BigDecimal value)
          Sets the value of the taxPercentage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taxPercentage

protected BigDecimal taxPercentage

taxAmount

protected BigDecimal taxAmount
Constructor Detail

Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount

public Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount()
Method Detail

getTaxPercentage

public BigDecimal getTaxPercentage()
Gets the value of the taxPercentage property.

Returns:
possible object is BigDecimal

setTaxPercentage

public void setTaxPercentage(BigDecimal value)
Sets the value of the taxPercentage property.

Parameters:
value - allowed object is BigDecimal

getTaxAmount

public BigDecimal getTaxAmount()
Gets the value of the taxAmount property.

Returns:
possible object is BigDecimal

setTaxAmount

public void setTaxAmount(BigDecimal value)
Sets the value of the taxAmount property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.