public class TgQtySplit extends Object
Java class for tgQtySplit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgQtySplit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="QtyPcnt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2"/>
<element name="Qty" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_11_3"/>
</choice>
<element name="CtlgAssign" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCtlgAssign" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TgCtlgAssign> |
ctlgAssign |
protected BigDecimal |
qty |
protected BigDecimal |
qtyPcnt |
| Constructor and Description |
|---|
TgQtySplit() |
| Modifier and Type | Method and Description |
|---|---|
List<TgCtlgAssign> |
getCtlgAssign()
Gets the value of the ctlgAssign property.
|
BigDecimal |
getQty()
Gets the value of the qty property.
|
BigDecimal |
getQtyPcnt()
Gets the value of the qtyPcnt property.
|
void |
setQty(BigDecimal value)
Sets the value of the qty property.
|
void |
setQtyPcnt(BigDecimal value)
Sets the value of the qtyPcnt property.
|
protected BigDecimal qtyPcnt
protected BigDecimal qty
protected List<TgCtlgAssign> ctlgAssign
public BigDecimal getQtyPcnt()
BigDecimalpublic void setQtyPcnt(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getQty()
BigDecimalpublic void setQty(BigDecimal value)
value - allowed object is BigDecimalpublic List<TgCtlgAssign> getCtlgAssign()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the JAXB object. This is why there is not a set method
for the ctlgAssign property.
For example, to add a new item, do as follows:
getCtlgAssign().add(newItem);
Objects of the following type(s) are allowed in the list TgCtlgAssign
Copyright © 2012–2026 cismet GmbH. All rights reserved.