|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.detallista.schema.Detallista.LineItem.TotalLineAmount
public static class Detallista.LineItem.TotalLineAmount
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>
| Nested Class Summary | |
|---|---|
static class |
Detallista.LineItem.TotalLineAmount.GrossAmount
Java class for anonymous complex type. |
static class |
Detallista.LineItem.TotalLineAmount.NetAmount
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Detallista.LineItem.TotalLineAmount.GrossAmount |
grossAmount
|
protected Detallista.LineItem.TotalLineAmount.NetAmount |
netAmount
|
| Constructor Summary | |
|---|---|
Detallista.LineItem.TotalLineAmount()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Detallista.LineItem.TotalLineAmount.GrossAmount grossAmount
protected Detallista.LineItem.TotalLineAmount.NetAmount netAmount
| Constructor Detail |
|---|
public Detallista.LineItem.TotalLineAmount()
| Method Detail |
|---|
public Detallista.LineItem.TotalLineAmount.GrossAmount getGrossAmount()
Detallista.LineItem.TotalLineAmount.GrossAmountpublic void setGrossAmount(Detallista.LineItem.TotalLineAmount.GrossAmount value)
value - allowed object is
Detallista.LineItem.TotalLineAmount.GrossAmountpublic Detallista.LineItem.TotalLineAmount.NetAmount getNetAmount()
Detallista.LineItem.TotalLineAmount.NetAmountpublic void setNetAmount(Detallista.LineItem.TotalLineAmount.NetAmount value)
value - allowed object is
Detallista.LineItem.TotalLineAmount.NetAmount
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||