public static class Detallista.LineItem.TotalLineAmount.NetAmount 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>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
amount |
Constructor and Description |
---|
NetAmount() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
protected BigDecimal amount
public BigDecimal getAmount()
BigDecimal
public void setAmount(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.