public class TgOutlTxt extends Object
Java class for tgOutlTxt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgOutlTxt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="TextOutlTxt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgMLText" maxOccurs="unbounded" minOccurs="0"/>
<element name="TextComplement" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgTextComplement" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
textOutlTxtOrTextComplement |
| Constructor and Description |
|---|
TgOutlTxt() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getTextOutlTxtOrTextComplement()
Gets the value of the textOutlTxtOrTextComplement property.
|
public List<Object> getTextOutlTxtOrTextComplement()
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 textOutlTxtOrTextComplement property.
For example, to add a new item, do as follows:
getTextOutlTxtOrTextComplement().add(newItem);
Objects of the following type(s) are allowed in the list TgMLText TgTextComplement
Copyright © 2012–2026 cismet GmbH. All rights reserved.