public class Tgli extends Object
Java class for tgli complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgli">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="p" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgp"/>
<element name="div" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgdiv"/>
<element name="span" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgspan"/>
<element name="br" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgbr"/>
</choice>
<attribute name="style" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttStyle" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
pOrDivOrSpan |
protected String |
style |
| Constructor and Description |
|---|
Tgli() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getPOrDivOrSpan()
Gets the value of the pOrDivOrSpan property.
|
String |
getStyle()
Gets the value of the style property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
protected List<JAXBElement<?>> pOrDivOrSpan
protected String style
public List<JAXBElement<?>> getPOrDivOrSpan()
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 pOrDivOrSpan property.
For example, to add a new item, do as follows:
getPOrDivOrSpan().add(newItem);
Objects of the following type(s) are allowed in the list JAXBElement<Tgdiv>
JAXBElement<String> JAXBElement<Tgspan>
JAXBElement<Tgp>
public String getStyle()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.