public class TgContrValCode extends Object
Java class for tgContrValCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgContrValCode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Percent" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2"/>
<element name="Number">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgPositiveInteger">
<maxInclusive value="99999"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
number |
protected BigDecimal |
percent |
| Constructor and Description |
|---|
TgContrValCode() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber()
Gets the value of the number property.
|
BigDecimal |
getPercent()
Gets the value of the percent property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
void |
setPercent(BigDecimal value)
Sets the value of the percent property.
|
protected BigDecimal percent
protected int number
public BigDecimal getPercent()
BigDecimalpublic void setPercent(BigDecimal value)
value - allowed object is BigDecimalpublic int getNumber()
public void setNumber(int value)
value - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.