public class TgAddText extends Object
Java class for tgAddText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgAddText">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutlineAddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgMLText" minOccurs="0"/>
<element name="DetailAddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgFText"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgFText |
detailAddText |
protected TgMLText |
outlineAddText |
| Constructor and Description |
|---|
TgAddText() |
| Modifier and Type | Method and Description |
|---|---|
TgFText |
getDetailAddText()
Gets the value of the detailAddText property.
|
TgMLText |
getOutlineAddText()
Gets the value of the outlineAddText property.
|
void |
setDetailAddText(TgFText value)
Sets the value of the detailAddText property.
|
void |
setOutlineAddText(TgMLText value)
Sets the value of the outlineAddText property.
|
protected TgMLText outlineAddText
protected TgFText detailAddText
public TgMLText getOutlineAddText()
TgMLTextpublic void setOutlineAddText(TgMLText value)
value - allowed object is TgMLTextpublic TgFText getDetailAddText()
TgFTextCopyright © 2012–2026 cismet GmbH. All rights reserved.