public class TgPerfDescr extends Object
Java class for tgPerfDescr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgPerfDescr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PerfNo">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNonNegativeInteger">
<maxInclusive value="9999"/>
</restriction>
</simpleType>
</element>
<element name="PerfLbl" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString55"/>
<element name="Description" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDescription" maxOccurs="unbounded"/>
<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 List<TgDescription> |
description |
protected String |
id |
protected String |
perfLbl |
protected int |
perfNo |
| Constructor and Description |
|---|
TgPerfDescr() |
| Modifier and Type | Method and Description |
|---|---|
TgAlterBidStatus |
getAlterBidStatus()
Gets the value of the alterBidStatus property.
|
Integer |
getCONo()
Gets the value of the coNo property.
|
List<TgDescription> |
getDescription()
Gets the value of the description property.
|
String |
getID()
Gets the value of the id property.
|
String |
getPerfLbl()
Gets the value of the perfLbl property.
|
int |
getPerfNo()
Gets the value of the perfNo property.
|
void |
setAlterBidStatus(TgAlterBidStatus value)
Sets the value of the alterBidStatus property.
|
void |
setCONo(Integer value)
Sets the value of the coNo property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setPerfLbl(String value)
Sets the value of the perfLbl property.
|
void |
setPerfNo(int value)
Sets the value of the perfNo property.
|
protected int perfNo
protected String perfLbl
protected List<TgDescription> description
protected Integer coNo
protected TgAlterBidStatus alterBidStatus
protected String id
public int getPerfNo()
public void setPerfNo(int value)
value - DOCUMENT ME!public String getPerfLbl()
Stringpublic void setPerfLbl(String value)
value - allowed object is Stringpublic List<TgDescription> getDescription()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the JAXB object. This is why there is not a set method
for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list TgDescription
public 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.