mx.bigdata.sat.common.detallista.schema
Class Detallista.LineItem.NetPrice
java.lang.Object
mx.bigdata.sat.common.detallista.schema.Detallista.LineItem.NetPrice
- Enclosing class:
- Detallista.LineItem
public static class Detallista.LineItem.NetPrice
- 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
amount
protected BigDecimal amount
Detallista.LineItem.NetPrice
public Detallista.LineItem.NetPrice()
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.