public class TgWgChange extends Object
Java class for tgWgChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgWgChange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LblRefWage" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString120"/>
<element name="RedPriceComp" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2" minOccurs="0"/>
<sequence maxOccurs="unbounded">
<choice maxOccurs="unbounded">
<element name="RefBoQ" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefBoQ"/>
<element name="RefLotNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefBoQCtgy"/>
<element name="RefLotGrNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefLotGrp"/>
<element name="RefItem" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRefItem"/>
</choice>
<element name="WgChangeRate" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_6_4" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lblRefWage |
protected BigDecimal |
redPriceComp |
protected List<Object> |
refBoQOrRefLotNoOrRefLotGrNo |
| Constructor and Description |
|---|
TgWgChange() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLblRefWage()
Gets the value of the lblRefWage property.
|
BigDecimal |
getRedPriceComp()
Gets the value of the redPriceComp property.
|
List<Object> |
getRefBoQOrRefLotNoOrRefLotGrNo()
Gets the value of the refBoQOrRefLotNoOrRefLotGrNo property.
|
void |
setLblRefWage(String value)
Sets the value of the lblRefWage property.
|
void |
setRedPriceComp(BigDecimal value)
Sets the value of the redPriceComp property.
|
protected String lblRefWage
protected BigDecimal redPriceComp
public String getLblRefWage()
Stringpublic void setLblRefWage(String value)
value - allowed object is Stringpublic BigDecimal getRedPriceComp()
BigDecimalpublic void setRedPriceComp(BigDecimal value)
value - allowed object is BigDecimalpublic List<Object> getRefBoQOrRefLotNoOrRefLotGrNo()
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 refBoQOrRefLotNoOrRefLotGrNo property.
For example, to add a new item, do as follows:
getRefBoQOrRefLotNoOrRefLotGrNo().add(newItem);
Objects of the following type(s) are allowed in the list TgRefBoQ TgRefBoQCtgy
TgRefLotGrp TgRefItem BigDecimal
Copyright © 2012–2026 cismet GmbH. All rights reserved.