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