public class TgCtlg extends Object
Java class for tgCtlg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgCtlg">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CtlgID" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCtlgID"/>
<element name="CtlgType" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCtlgType"/>
<element name="CtlgName" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCtlgName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ctlgID |
protected String |
ctlgName |
protected TgCtlgType |
ctlgType |
| Constructor and Description |
|---|
TgCtlg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCtlgID()
Gets the value of the ctlgID property.
|
String |
getCtlgName()
Gets the value of the ctlgName property.
|
TgCtlgType |
getCtlgType()
Gets the value of the ctlgType property.
|
void |
setCtlgID(String value)
Sets the value of the ctlgID property.
|
void |
setCtlgName(String value)
Sets the value of the ctlgName property.
|
void |
setCtlgType(TgCtlgType value)
Sets the value of the ctlgType property.
|
protected String ctlgID
protected TgCtlgType ctlgType
protected String ctlgName
public String getCtlgID()
Stringpublic void setCtlgID(String value)
value - allowed object is Stringpublic TgCtlgType getCtlgType()
TgCtlgTypepublic void setCtlgType(TgCtlgType value)
value - allowed object is TgCtlgTypepublic String getCtlgName()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.