public class TgCompleteText extends Object
Java class for tgCompleteText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgCompleteText">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ComplTSA" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo" minOccurs="0"/>
<element name="ComplTSB" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo" minOccurs="0"/>
<element name="DetailTxt" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgBoQText"/>
<element name="OutlineText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgOutlineText" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgYesNo |
complTSA |
protected TgYesNo |
complTSB |
protected TgBoQText |
detailTxt |
protected TgOutlineText |
outlineText |
| Constructor and Description |
|---|
TgCompleteText() |
| Modifier and Type | Method and Description |
|---|---|
TgYesNo |
getComplTSA()
Gets the value of the complTSA property.
|
TgYesNo |
getComplTSB()
Gets the value of the complTSB property.
|
TgBoQText |
getDetailTxt()
Gets the value of the detailTxt property.
|
TgOutlineText |
getOutlineText()
Gets the value of the outlineText property.
|
void |
setComplTSA(TgYesNo value)
Sets the value of the complTSA property.
|
void |
setComplTSB(TgYesNo value)
Sets the value of the complTSB property.
|
void |
setDetailTxt(TgBoQText value)
Sets the value of the detailTxt property.
|
void |
setOutlineText(TgOutlineText value)
Sets the value of the outlineText property.
|
protected TgYesNo complTSA
protected TgYesNo complTSB
protected TgBoQText detailTxt
protected TgOutlineText outlineText
public TgYesNo getComplTSA()
TgYesNopublic void setComplTSA(TgYesNo value)
value - allowed object is TgYesNopublic TgYesNo getComplTSB()
TgYesNopublic void setComplTSB(TgYesNo value)
value - allowed object is TgYesNopublic TgBoQText getDetailTxt()
TgBoQTextpublic void setDetailTxt(TgBoQText value)
value - allowed object is TgBoQTextpublic TgOutlineText getOutlineText()
TgOutlineTextpublic void setOutlineText(TgOutlineText value)
value - allowed object is TgOutlineTextCopyright © 2012–2026 cismet GmbH. All rights reserved.