public class TgBoQ extends Object
Java class for tgBoQ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgBoQ">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BoQInfo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgBoQInfo"/>
<element name="BoQBody" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgBoQBody"/>
<element name="LotGrp" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgLotGrp" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgBoQBody |
boQBody |
protected TgBoQInfo |
boQInfo |
protected String |
id |
protected List<TgLotGrp> |
lotGrp |
| Constructor and Description |
|---|
TgBoQ() |
| Modifier and Type | Method and Description |
|---|---|
TgBoQBody |
getBoQBody()
Gets the value of the boQBody property.
|
TgBoQInfo |
getBoQInfo()
Gets the value of the boQInfo property.
|
String |
getID()
Gets the value of the id property.
|
List<TgLotGrp> |
getLotGrp()
Gets the value of the lotGrp property.
|
void |
setBoQBody(TgBoQBody value)
Sets the value of the boQBody property.
|
void |
setBoQInfo(TgBoQInfo value)
Sets the value of the boQInfo property.
|
void |
setID(String value)
Sets the value of the id property.
|
protected TgBoQInfo boQInfo
protected TgBoQBody boQBody
protected String id
public TgBoQInfo getBoQInfo()
TgBoQInfopublic void setBoQInfo(TgBoQInfo value)
value - allowed object is TgBoQInfopublic TgBoQBody getBoQBody()
TgBoQBodypublic void setBoQBody(TgBoQBody value)
value - allowed object is TgBoQBodypublic List<TgLotGrp> getLotGrp()
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 lotGrp property.
For example, to add a new item, do as follows:
getLotGrp().add(newItem);
Objects of the following type(s) are allowed in the list TgLotGrp
Copyright © 2012–2026 cismet GmbH. All rights reserved.