public class TgCashDiscount extends Object
Java class for tgCashDiscount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgCashDiscount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="CashDiscDays">
<complexType>
<complexContent>
<extension base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCashDiscDays">
</extension>
</complexContent>
</complexType>
</element>
<element name="CashDiscDate" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDate"/>
</choice>
<element name="DiscountPcnt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TgCashDiscount.CashDiscDays
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
cashDiscDate |
protected TgCashDiscount.CashDiscDays |
cashDiscDays |
protected BigDecimal |
discountPcnt |
| Constructor and Description |
|---|
TgCashDiscount() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCashDiscDate()
Gets the value of the cashDiscDate property.
|
TgCashDiscount.CashDiscDays |
getCashDiscDays()
Gets the value of the cashDiscDays property.
|
BigDecimal |
getDiscountPcnt()
Gets the value of the discountPcnt property.
|
void |
setCashDiscDate(XMLGregorianCalendar value)
Sets the value of the cashDiscDate property.
|
void |
setCashDiscDays(TgCashDiscount.CashDiscDays value)
Sets the value of the cashDiscDays property.
|
void |
setDiscountPcnt(BigDecimal value)
Sets the value of the discountPcnt property.
|
protected TgCashDiscount.CashDiscDays cashDiscDays
protected XMLGregorianCalendar cashDiscDate
protected BigDecimal discountPcnt
public TgCashDiscount.CashDiscDays getCashDiscDays()
TgCashDiscount.CashDiscDayspublic void setCashDiscDays(TgCashDiscount.CashDiscDays value)
value - allowed object is TgCashDiscount.CashDiscDayspublic XMLGregorianCalendar getCashDiscDate()
XMLGregorianCalendarpublic void setCashDiscDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic BigDecimal getDiscountPcnt()
BigDecimalpublic void setDiscountPcnt(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2012–2026 cismet GmbH. All rights reserved.