public class Tgol extends Object
Java class for tgol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgol">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="li" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgli" maxOccurs="unbounded"/>
<element name="ul" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgul" maxOccurs="unbounded" minOccurs="0"/>
<element name="ol" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgol" maxOccurs="unbounded" minOccurs="0"/>
</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<Object> |
liOrUlOrOl |
protected String |
style |
| Constructor and Description |
|---|
Tgol() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getLiOrUlOrOl()
Gets the value of the liOrUlOrOl property.
|
String |
getStyle()
Gets the value of the style property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
public List<Object> getLiOrUlOrOl()
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 liOrUlOrOl property.
For example, to add a new item, do as follows:
getLiOrUlOrOl().add(newItem);
Objects of the following type(s) are allowed in the list Tgli Tgul Tgol
public String getStyle()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.