public class TgMarkupSubQty extends Object
Java class for tgMarkupSubQty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgMarkupSubQty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RefItem" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefItem"/>
<element name="SubQty" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_11_3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgRefItem |
refItem |
protected BigDecimal |
subQty |
| Constructor and Description |
|---|
TgMarkupSubQty() |
| Modifier and Type | Method and Description |
|---|---|
TgRefItem |
getRefItem()
Gets the value of the refItem property.
|
BigDecimal |
getSubQty()
Gets the value of the subQty property.
|
void |
setRefItem(TgRefItem value)
Sets the value of the refItem property.
|
void |
setSubQty(BigDecimal value)
Sets the value of the subQty property.
|
protected TgRefItem refItem
protected BigDecimal subQty
public TgRefItem getRefItem()
TgRefItempublic void setRefItem(TgRefItem value)
value - allowed object is TgRefItempublic BigDecimal getSubQty()
BigDecimalpublic void setSubQty(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2012–2026 cismet GmbH. All rights reserved.