public class TgCashDiscDays extends Object
Java class for tgCashDiscDays complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgCashDiscDays">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TypeOfDays">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="work days"/>
<enumeration value="week days"/>
<enumeration value="calendar days"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Days" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgPositiveInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
days |
protected String |
typeOfDays |
| Constructor and Description |
|---|
TgCashDiscDays() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDays()
Gets the value of the days property.
|
String |
getTypeOfDays()
Gets the value of the typeOfDays property.
|
void |
setDays(BigInteger value)
Sets the value of the days property.
|
void |
setTypeOfDays(String value)
Sets the value of the typeOfDays property.
|
protected String typeOfDays
protected BigInteger days
public String getTypeOfDays()
Stringpublic void setTypeOfDays(String value)
value - allowed object is Stringpublic BigInteger getDays()
BigIntegerpublic void setDays(BigInteger value)
value - allowed object is BigIntegerCopyright © 2012–2026 cismet GmbH. All rights reserved.