public class TgOutlineText extends Object
Java class for tgOutlineText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgOutlineText">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutlTSA" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo" minOccurs="0"/>
<element name="OutlTxt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgOutlTxt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgYesNo |
outlTSA |
protected TgOutlTxt |
outlTxt |
| Constructor and Description |
|---|
TgOutlineText() |
| Modifier and Type | Method and Description |
|---|---|
TgYesNo |
getOutlTSA()
Gets the value of the outlTSA property.
|
TgOutlTxt |
getOutlTxt()
Gets the value of the outlTxt property.
|
void |
setOutlTSA(TgYesNo value)
Sets the value of the outlTSA property.
|
void |
setOutlTxt(TgOutlTxt value)
Sets the value of the outlTxt property.
|
public TgYesNo getOutlTSA()
TgYesNopublic void setOutlTSA(TgYesNo value)
value - allowed object is TgYesNopublic TgOutlTxt getOutlTxt()
TgOutlTxtCopyright © 2012–2026 cismet GmbH. All rights reserved.