public class TgSTLBBau extends Object
Java class for tgSTLBBau complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgSTLBBau">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="STLBBauCtlg" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgSTLBBauCtlg"/>
<element name="STLBBauID" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgSTLBBauID" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgSTLBBauCtlg |
stlbBauCtlg |
protected List<TgSTLBBauID> |
stlbBauID |
| Constructor and Description |
|---|
TgSTLBBau() |
| Modifier and Type | Method and Description |
|---|---|
TgSTLBBauCtlg |
getSTLBBauCtlg()
Gets the value of the stlbBauCtlg property.
|
List<TgSTLBBauID> |
getSTLBBauID()
Gets the value of the stlbBauID property.
|
void |
setSTLBBauCtlg(TgSTLBBauCtlg value)
Sets the value of the stlbBauCtlg property.
|
protected TgSTLBBauCtlg stlbBauCtlg
protected List<TgSTLBBauID> stlbBauID
public TgSTLBBauCtlg getSTLBBauCtlg()
TgSTLBBauCtlgpublic void setSTLBBauCtlg(TgSTLBBauCtlg value)
value - allowed object is TgSTLBBauCtlgpublic List<TgSTLBBauID> getSTLBBauID()
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 stlbBauID property.
For example, to add a new item, do as follows:
getSTLBBauID().add(newItem);
Objects of the following type(s) are allowed in the list TgSTLBBauID
Copyright © 2012–2026 cismet GmbH. All rights reserved.