public class TgSTLBBauCtlg extends Object
Java class for tgSTLBBauCtlg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgSTLBBauCtlg">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CtlgName" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString10"/>
<element name="VersDate" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgVersDate" minOccurs="0"/>
<element name="WCtg" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString3" minOccurs="0"/>
<element name="Group" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgInteger"/>
<element name="CostGrp" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
costGrp |
protected String |
ctlgName |
protected BigInteger |
group |
protected XMLGregorianCalendar |
versDate |
protected String |
wCtg |
| Constructor and Description |
|---|
TgSTLBBauCtlg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCostGrp()
Gets the value of the costGrp property.
|
String |
getCtlgName()
Gets the value of the ctlgName property.
|
BigInteger |
getGroup()
Gets the value of the group property.
|
XMLGregorianCalendar |
getVersDate()
Gets the value of the versDate property.
|
String |
getWCtg()
Gets the value of the wCtg property.
|
void |
setCostGrp(String value)
Sets the value of the costGrp property.
|
void |
setCtlgName(String value)
Sets the value of the ctlgName property.
|
void |
setGroup(BigInteger value)
Sets the value of the group property.
|
void |
setVersDate(XMLGregorianCalendar value)
Sets the value of the versDate property.
|
void |
setWCtg(String value)
Sets the value of the wCtg property.
|
protected String ctlgName
protected XMLGregorianCalendar versDate
protected String wCtg
protected BigInteger group
protected String costGrp
public String getCtlgName()
Stringpublic void setCtlgName(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getVersDate()
XMLGregorianCalendarpublic void setVersDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic String getWCtg()
Stringpublic void setWCtg(String value)
value - allowed object is Stringpublic BigInteger getGroup()
BigIntegerpublic void setGroup(BigInteger value)
value - allowed object is BigIntegerpublic String getCostGrp()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.