public class Tgtr extends Object
Java class for tgtr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgtr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="th" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgth" maxOccurs="unbounded" minOccurs="0"/>
<element name="td" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgtd" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="align" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttAlign" />
<attribute name="style" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttStyle" />
<attribute name="valign" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttValign" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgAttAlign |
align |
protected String |
style |
protected List<Object> |
thAndTd |
protected TgAttValign |
valign |
| Constructor and Description |
|---|
Tgtr() |
| Modifier and Type | Method and Description |
|---|---|
TgAttAlign |
getAlign()
Gets the value of the align property.
|
String |
getStyle()
Gets the value of the style property.
|
List<Object> |
getThAndTd()
Gets the value of the thAndTd property.
|
TgAttValign |
getValign()
Gets the value of the valign property.
|
void |
setAlign(TgAttAlign value)
Sets the value of the align property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setValign(TgAttValign value)
Sets the value of the valign property.
|
protected TgAttAlign align
protected String style
protected TgAttValign valign
public List<Object> getThAndTd()
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 thAndTd property.
For example, to add a new item, do as follows:
getThAndTd().add(newItem);
Objects of the following type(s) are allowed in the list Tgth Tgtd
public TgAttAlign getAlign()
TgAttAlignpublic void setAlign(TgAttAlign value)
value - allowed object is TgAttAlignpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is Stringpublic TgAttValign getValign()
TgAttValignpublic void setValign(TgAttValign value)
value - allowed object is TgAttValignCopyright © 2012–2026 cismet GmbH. All rights reserved.