public class TgSubDescr extends Object
Java class for tgSubDescr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgSubDescr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubDNo">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgPositiveInteger">
<maxInclusive value="99"/>
</restriction>
</simpleType>
</element>
<element name="Description" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDescription"/>
<sequence minOccurs="0">
<choice>
<element name="QtySpec" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYes"/>
<element name="QtyTBD" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYes"/>
</choice>
<element name="Qty" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_11_3"/>
<element name="QU" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString4" minOccurs="0"/>
</sequence>
<element name="UPSpec" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo" minOccurs="0"/>
<element name="UPBkdn" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo" minOccurs="0"/>
<sequence minOccurs="0">
<element name="UP" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_3"/>
<element name="UPComp1" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_3" minOccurs="0"/>
<element name="UPComp2" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_3" minOccurs="0"/>
<element name="UPComp3" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_3" minOccurs="0"/>
<element name="UPComp4" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_3" minOccurs="0"/>
<element name="UPComp5" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_3" minOccurs="0"/>
<element name="UPComp6" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_3" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgDescription |
description |
protected BigDecimal |
qty |
protected TgYes |
qtySpec |
protected TgYes |
qtyTBD |
protected String |
qu |
protected int |
subDNo |
protected BigDecimal |
up |
protected TgYesNo |
upBkdn |
protected BigDecimal |
upComp1 |
protected BigDecimal |
upComp2 |
protected BigDecimal |
upComp3 |
protected BigDecimal |
upComp4 |
protected BigDecimal |
upComp5 |
protected BigDecimal |
upComp6 |
protected TgYesNo |
upSpec |
| Constructor and Description |
|---|
TgSubDescr() |
| Modifier and Type | Method and Description |
|---|---|
TgDescription |
getDescription()
Gets the value of the description property.
|
BigDecimal |
getQty()
Gets the value of the qty property.
|
TgYes |
getQtySpec()
Gets the value of the qtySpec property.
|
TgYes |
getQtyTBD()
Gets the value of the qtyTBD property.
|
String |
getQU()
Gets the value of the qu property.
|
int |
getSubDNo()
Gets the value of the subDNo property.
|
BigDecimal |
getUP()
Gets the value of the up property.
|
TgYesNo |
getUPBkdn()
Gets the value of the upBkdn property.
|
BigDecimal |
getUPComp1()
Gets the value of the upComp1 property.
|
BigDecimal |
getUPComp2()
Gets the value of the upComp2 property.
|
BigDecimal |
getUPComp3()
Gets the value of the upComp3 property.
|
BigDecimal |
getUPComp4()
Gets the value of the upComp4 property.
|
BigDecimal |
getUPComp5()
Gets the value of the upComp5 property.
|
BigDecimal |
getUPComp6()
Gets the value of the upComp6 property.
|
TgYesNo |
getUPSpec()
Gets the value of the upSpec property.
|
void |
setDescription(TgDescription value)
Sets the value of the description property.
|
void |
setQty(BigDecimal value)
Sets the value of the qty property.
|
void |
setQtySpec(TgYes value)
Sets the value of the qtySpec property.
|
void |
setQtyTBD(TgYes value)
Sets the value of the qtyTBD property.
|
void |
setQU(String value)
Sets the value of the qu property.
|
void |
setSubDNo(int value)
Sets the value of the subDNo property.
|
void |
setUP(BigDecimal value)
Sets the value of the up property.
|
void |
setUPBkdn(TgYesNo value)
Sets the value of the upBkdn property.
|
void |
setUPComp1(BigDecimal value)
Sets the value of the upComp1 property.
|
void |
setUPComp2(BigDecimal value)
Sets the value of the upComp2 property.
|
void |
setUPComp3(BigDecimal value)
Sets the value of the upComp3 property.
|
void |
setUPComp4(BigDecimal value)
Sets the value of the upComp4 property.
|
void |
setUPComp5(BigDecimal value)
Sets the value of the upComp5 property.
|
void |
setUPComp6(BigDecimal value)
Sets the value of the upComp6 property.
|
void |
setUPSpec(TgYesNo value)
Sets the value of the upSpec property.
|
protected int subDNo
protected TgDescription description
protected TgYes qtySpec
protected TgYes qtyTBD
protected BigDecimal qty
protected String qu
protected TgYesNo upSpec
protected TgYesNo upBkdn
protected BigDecimal up
protected BigDecimal upComp1
protected BigDecimal upComp2
protected BigDecimal upComp3
protected BigDecimal upComp4
protected BigDecimal upComp5
protected BigDecimal upComp6
public int getSubDNo()
public void setSubDNo(int value)
value - DOCUMENT ME!public TgDescription getDescription()
TgDescriptionpublic void setDescription(TgDescription value)
value - allowed object is TgDescriptionpublic TgYes getQtySpec()
TgYespublic void setQtySpec(TgYes value)
value - allowed object is TgYespublic TgYes getQtyTBD()
TgYespublic void setQtyTBD(TgYes value)
value - allowed object is TgYespublic BigDecimal getQty()
BigDecimalpublic void setQty(BigDecimal value)
value - allowed object is BigDecimalpublic void setQU(String value)
value - allowed object is Stringpublic TgYesNo getUPSpec()
TgYesNopublic void setUPSpec(TgYesNo value)
value - allowed object is TgYesNopublic TgYesNo getUPBkdn()
TgYesNopublic void setUPBkdn(TgYesNo value)
value - allowed object is TgYesNopublic BigDecimal getUP()
BigDecimalpublic void setUP(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getUPComp1()
BigDecimalpublic void setUPComp1(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getUPComp2()
BigDecimalpublic void setUPComp2(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getUPComp3()
BigDecimalpublic void setUPComp3(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getUPComp4()
BigDecimalpublic void setUPComp4(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getUPComp5()
BigDecimalpublic void setUPComp5(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getUPComp6()
BigDecimalpublic void setUPComp6(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2012–2026 cismet GmbH. All rights reserved.