public class TgRemark extends Object
Java class for tgRemark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgRemark">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDescription"/>
<element name="CONo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCONo" minOccurs="0"/>
<element name="AlterBidStatus" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAlterBidStatus" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgAlterBidStatus |
alterBidStatus |
protected Integer |
coNo |
protected TgDescription |
description |
protected String |
id |
| Constructor and Description |
|---|
TgRemark() |
| Modifier and Type | Method and Description |
|---|---|
TgAlterBidStatus |
getAlterBidStatus()
Gets the value of the alterBidStatus property.
|
Integer |
getCONo()
Gets the value of the coNo property.
|
TgDescription |
getDescription()
Gets the value of the description property.
|
String |
getID()
Gets the value of the id property.
|
void |
setAlterBidStatus(TgAlterBidStatus value)
Sets the value of the alterBidStatus property.
|
void |
setCONo(Integer value)
Sets the value of the coNo property.
|
void |
setDescription(TgDescription value)
Sets the value of the description property.
|
void |
setID(String value)
Sets the value of the id property.
|
protected TgDescription description
protected Integer coNo
protected TgAlterBidStatus alterBidStatus
protected String id
public TgDescription getDescription()
TgDescriptionpublic void setDescription(TgDescription value)
value - allowed object is TgDescriptionpublic Integer getCONo()
Integerpublic void setCONo(Integer value)
value - allowed object is Integerpublic TgAlterBidStatus getAlterBidStatus()
TgAlterBidStatuspublic void setAlterBidStatus(TgAlterBidStatus value)
value - allowed object is TgAlterBidStatusCopyright © 2012–2026 cismet GmbH. All rights reserved.