mx.bigdata.sat.common.detallista.schema
Class Detallista.LineItem.GrossPrice

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

public static class Detallista.LineItem.GrossPrice
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="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigDecimal amount
           
 
Constructor Summary
Detallista.LineItem.GrossPrice()
           
 
Method Summary
 BigDecimal getAmount()
          Gets the value of the amount property.
 void setAmount(BigDecimal value)
          Sets the value of the amount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amount

protected BigDecimal amount
Constructor Detail

Detallista.LineItem.GrossPrice

public Detallista.LineItem.GrossPrice()
Method Detail

getAmount

public BigDecimal getAmount()
Gets the value of the amount property.

Returns:
possible object is BigDecimal

setAmount

public void setAmount(BigDecimal value)
Sets the value of the amount property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.