public class TgDescription extends Object
Java class for tgDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="STLBBau" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgSTLBBau"/>
<element name="StLNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgStLNo"/>
</choice>
<element name="WICNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString40" minOccurs="0"/>
<choice>
<element name="CompleteText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCompleteText"/>
<element name="OutlineText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgOutlineText"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgCompleteText |
completeText |
protected TgOutlineText |
outlineText |
protected TgSTLBBau |
stlbBau |
protected TgStLNo |
stLNo |
protected String |
wicNo |
| Constructor and Description |
|---|
TgDescription() |
| Modifier and Type | Method and Description |
|---|---|
TgCompleteText |
getCompleteText()
Gets the value of the completeText property.
|
TgOutlineText |
getOutlineText()
Gets the value of the outlineText property.
|
TgSTLBBau |
getSTLBBau()
Gets the value of the stlbBau property.
|
TgStLNo |
getStLNo()
Gets the value of the stLNo property.
|
String |
getWICNo()
Gets the value of the wicNo property.
|
void |
setCompleteText(TgCompleteText value)
Sets the value of the completeText property.
|
void |
setOutlineText(TgOutlineText value)
Sets the value of the outlineText property.
|
void |
setSTLBBau(TgSTLBBau value)
Sets the value of the stlbBau property.
|
void |
setStLNo(TgStLNo value)
Sets the value of the stLNo property.
|
void |
setWICNo(String value)
Sets the value of the wicNo property.
|
protected TgSTLBBau stlbBau
protected TgStLNo stLNo
protected String wicNo
protected TgCompleteText completeText
protected TgOutlineText outlineText
public TgSTLBBau getSTLBBau()
TgSTLBBaupublic void setSTLBBau(TgSTLBBau value)
value - allowed object is TgSTLBBaupublic TgStLNo getStLNo()
TgStLNopublic void setStLNo(TgStLNo value)
value - allowed object is TgStLNopublic String getWICNo()
Stringpublic void setWICNo(String value)
value - allowed object is Stringpublic TgCompleteText getCompleteText()
TgCompleteTextpublic void setCompleteText(TgCompleteText value)
value - allowed object is TgCompleteTextpublic TgOutlineText getOutlineText()
TgOutlineTextpublic void setOutlineText(TgOutlineText value)
value - allowed object is TgOutlineTextCopyright © 2012–2026 cismet GmbH. All rights reserved.