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