public static class Detallista.LineItem.TotalLineAmount 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="grossAmount" minOccurs="0"> <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> </element> <element name="netAmount"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.LineItem.TotalLineAmount.GrossAmount
Java class for anonymous complex type.
|
static class |
Detallista.LineItem.TotalLineAmount.NetAmount
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Detallista.LineItem.TotalLineAmount.GrossAmount |
grossAmount |
protected Detallista.LineItem.TotalLineAmount.NetAmount |
netAmount |
Constructor and Description |
---|
TotalLineAmount() |
Modifier and Type | Method and Description |
---|---|
Detallista.LineItem.TotalLineAmount.GrossAmount |
getGrossAmount()
Gets the value of the grossAmount property.
|
Detallista.LineItem.TotalLineAmount.NetAmount |
getNetAmount()
Gets the value of the netAmount property.
|
void |
setGrossAmount(Detallista.LineItem.TotalLineAmount.GrossAmount value)
Sets the value of the grossAmount property.
|
void |
setNetAmount(Detallista.LineItem.TotalLineAmount.NetAmount value)
Sets the value of the netAmount property.
|
protected Detallista.LineItem.TotalLineAmount.GrossAmount grossAmount
protected Detallista.LineItem.TotalLineAmount.NetAmount netAmount
public Detallista.LineItem.TotalLineAmount.GrossAmount getGrossAmount()
Detallista.LineItem.TotalLineAmount.GrossAmount
public void setGrossAmount(Detallista.LineItem.TotalLineAmount.GrossAmount value)
value
- allowed object is
Detallista.LineItem.TotalLineAmount.GrossAmount
public Detallista.LineItem.TotalLineAmount.NetAmount getNetAmount()
Detallista.LineItem.TotalLineAmount.NetAmount
public void setNetAmount(Detallista.LineItem.TotalLineAmount.NetAmount value)
value
- allowed object is
Detallista.LineItem.TotalLineAmount.NetAmount
Copyright © 2010–2018. All rights reserved.