public class TgTotals extends Object
Java class for tgTotals complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgTotals">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Total" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2"/>
<choice minOccurs="0">
<sequence>
<choice>
<element name="DiscountPcnt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2"/>
<element name="DiscountAmt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2"/>
</choice>
<element name="TotAfterDisc" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2"/>
</sequence>
<element name="TotalLSUM" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2"/>
</choice>
<element name="VAT" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2" minOccurs="0"/>
<element name="TotalGross" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
discountAmt |
protected BigDecimal |
discountPcnt |
protected BigDecimal |
totAfterDisc |
protected BigDecimal |
total |
protected BigDecimal |
totalGross |
protected BigDecimal |
totalLSUM |
protected BigDecimal |
vat |
| Constructor and Description |
|---|
TgTotals() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDiscountAmt()
Gets the value of the discountAmt property.
|
BigDecimal |
getDiscountPcnt()
Gets the value of the discountPcnt property.
|
BigDecimal |
getTotAfterDisc()
Gets the value of the totAfterDisc property.
|
BigDecimal |
getTotal()
Gets the value of the total property.
|
BigDecimal |
getTotalGross()
Gets the value of the totalGross property.
|
BigDecimal |
getTotalLSUM()
Gets the value of the totalLSUM property.
|
BigDecimal |
getVAT()
Gets the value of the vat property.
|
void |
setDiscountAmt(BigDecimal value)
Sets the value of the discountAmt property.
|
void |
setDiscountPcnt(BigDecimal value)
Sets the value of the discountPcnt property.
|
void |
setTotAfterDisc(BigDecimal value)
Sets the value of the totAfterDisc property.
|
void |
setTotal(BigDecimal value)
Sets the value of the total property.
|
void |
setTotalGross(BigDecimal value)
Sets the value of the totalGross property.
|
void |
setTotalLSUM(BigDecimal value)
Sets the value of the totalLSUM property.
|
void |
setVAT(BigDecimal value)
Sets the value of the vat property.
|
protected BigDecimal total
protected BigDecimal discountPcnt
protected BigDecimal discountAmt
protected BigDecimal totAfterDisc
protected BigDecimal totalLSUM
protected BigDecimal vat
protected BigDecimal totalGross
public BigDecimal getTotal()
BigDecimalpublic void setTotal(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getDiscountPcnt()
BigDecimalpublic void setDiscountPcnt(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getDiscountAmt()
BigDecimalpublic void setDiscountAmt(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getTotAfterDisc()
BigDecimalpublic void setTotAfterDisc(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getTotalLSUM()
BigDecimalpublic void setTotalLSUM(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getVAT()
BigDecimalpublic void setVAT(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getTotalGross()
BigDecimalpublic void setTotalGross(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2012–2026 cismet GmbH. All rights reserved.