public class TgBoQBody extends Object
Java class for tgBoQBody complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgBoQBody">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<choice maxOccurs="unbounded">
<element name="Remark" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRemark"/>
<element name="PerfDescr" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgPerfDescr"/>
<element name="BoQCtgy" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgBoQCtgy"/>
</choice>
<element name="Itemlist" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgItemlist"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgItemlist |
itemlist |
protected List<Object> |
remarkOrPerfDescrOrBoQCtgy |
| Constructor and Description |
|---|
TgBoQBody() |
| Modifier and Type | Method and Description |
|---|---|
TgItemlist |
getItemlist()
Gets the value of the itemlist property.
|
List<Object> |
getRemarkOrPerfDescrOrBoQCtgy()
Gets the value of the remarkOrPerfDescrOrBoQCtgy property.
|
void |
setItemlist(TgItemlist value)
Sets the value of the itemlist property.
|
protected TgItemlist itemlist
public List<Object> getRemarkOrPerfDescrOrBoQCtgy()
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 remarkOrPerfDescrOrBoQCtgy property.
For example, to add a new item, do as follows:
getRemarkOrPerfDescrOrBoQCtgy().add(newItem);
Objects of the following type(s) are allowed in the list TgRemark TgPerfDescr
TgBoQCtgy
public TgItemlist getItemlist()
TgItemlistpublic void setItemlist(TgItemlist value)
value - allowed object is TgItemlistCopyright © 2012–2026 cismet GmbH. All rights reserved.