public class TgComplBodyDec extends Object
Java class for tgComplBodyDec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgComplBodyDec">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Value" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
value |
| Constructor and Description |
|---|
TgComplBodyDec() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2012–2026 cismet GmbH. All rights reserved.