public class TgBoQCtgy extends Object
Java class for tgBoQCtgy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgBoQCtgy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LblTx" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgMLText"/>
<element name="CPVCode" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCPVCode" maxOccurs="unbounded" minOccurs="0"/>
<sequence minOccurs="0">
<element name="CONo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCONo"/>
<element name="COStatus" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCOStatus"/>
</sequence>
<sequence minOccurs="0">
<element name="ALNBGroupNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgALNGroupNo"/>
<element name="ALNBSerNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgALNSerNo"/>
<element name="Accepted" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAccepted" minOccurs="0"/>
</sequence>
<element name="NotApplBoQ" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNotAppl" minOccurs="0"/>
<element name="CtlgAssign" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCtlgAssign" maxOccurs="unbounded" minOccurs="0"/>
<element name="BoQBody" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgBoQBody" minOccurs="0"/>
<element name="Totals" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgTotals" 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" />
<attribute name="RNoPart" use="required" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRNoPart" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgAccepted |
accepted |
protected Integer |
alnbGroupNo |
protected Integer |
alnbSerNo |
protected TgAlterBidStatus |
alterBidStatus |
protected TgBoQBody |
boQBody |
protected Integer |
coNo |
protected TgCOStatus |
coStatus |
protected List<TgCPVCode> |
cpvCode |
protected List<TgCtlgAssign> |
ctlgAssign |
protected String |
id |
protected TgMLText |
lblTx |
protected TgYesNo |
notApplBoQ |
protected String |
rNoPart |
protected TgTotals |
totals |
| Constructor and Description |
|---|
TgBoQCtgy() |
| Modifier and Type | Method and Description |
|---|---|
TgAccepted |
getAccepted()
Gets the value of the accepted property.
|
Integer |
getALNBGroupNo()
Gets the value of the alnbGroupNo property.
|
Integer |
getALNBSerNo()
Gets the value of the alnbSerNo property.
|
TgAlterBidStatus |
getAlterBidStatus()
Gets the value of the alterBidStatus property.
|
TgBoQBody |
getBoQBody()
Gets the value of the boQBody property.
|
Integer |
getCONo()
Gets the value of the coNo property.
|
TgCOStatus |
getCOStatus()
Gets the value of the coStatus property.
|
List<TgCPVCode> |
getCPVCode()
Gets the value of the cpvCode property.
|
List<TgCtlgAssign> |
getCtlgAssign()
Gets the value of the ctlgAssign property.
|
String |
getID()
Gets the value of the id property.
|
TgMLText |
getLblTx()
Gets the value of the lblTx property.
|
TgYesNo |
getNotApplBoQ()
Gets the value of the notApplBoQ property.
|
String |
getRNoPart()
Gets the value of the rNoPart property.
|
TgTotals |
getTotals()
Gets the value of the totals property.
|
void |
setAccepted(TgAccepted value)
Sets the value of the accepted property.
|
void |
setALNBGroupNo(Integer value)
Sets the value of the alnbGroupNo property.
|
void |
setALNBSerNo(Integer value)
Sets the value of the alnbSerNo property.
|
void |
setAlterBidStatus(TgAlterBidStatus value)
Sets the value of the alterBidStatus property.
|
void |
setBoQBody(TgBoQBody value)
Sets the value of the boQBody property.
|
void |
setCONo(Integer value)
Sets the value of the coNo property.
|
void |
setCOStatus(TgCOStatus value)
Sets the value of the coStatus property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setLblTx(TgMLText value)
Sets the value of the lblTx property.
|
void |
setNotApplBoQ(TgYesNo value)
Sets the value of the notApplBoQ property.
|
void |
setRNoPart(String value)
Sets the value of the rNoPart property.
|
void |
setTotals(TgTotals value)
Sets the value of the totals property.
|
protected TgMLText lblTx
protected Integer coNo
protected TgCOStatus coStatus
protected Integer alnbGroupNo
protected Integer alnbSerNo
protected TgAccepted accepted
protected TgYesNo notApplBoQ
protected List<TgCtlgAssign> ctlgAssign
protected TgBoQBody boQBody
protected TgTotals totals
protected TgAlterBidStatus alterBidStatus
protected String id
protected String rNoPart
public TgMLText getLblTx()
TgMLTextpublic void setLblTx(TgMLText value)
value - allowed object is TgMLTextpublic List<TgCPVCode> getCPVCode()
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 cpvCode property.
For example, to add a new item, do as follows:
getCPVCode().add(newItem);
Objects of the following type(s) are allowed in the list TgCPVCode
public Integer getCONo()
Integerpublic void setCONo(Integer value)
value - allowed object is Integerpublic TgCOStatus getCOStatus()
TgCOStatuspublic void setCOStatus(TgCOStatus value)
value - allowed object is TgCOStatuspublic Integer getALNBGroupNo()
Integerpublic void setALNBGroupNo(Integer value)
value - allowed object is Integerpublic Integer getALNBSerNo()
Integerpublic void setALNBSerNo(Integer value)
value - allowed object is Integerpublic TgAccepted getAccepted()
TgAcceptedpublic void setAccepted(TgAccepted value)
value - allowed object is TgAcceptedpublic TgYesNo getNotApplBoQ()
TgYesNopublic void setNotApplBoQ(TgYesNo value)
value - allowed object is TgYesNopublic List<TgCtlgAssign> getCtlgAssign()
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 ctlgAssign property.
For example, to add a new item, do as follows:
getCtlgAssign().add(newItem);
Objects of the following type(s) are allowed in the list TgCtlgAssign
public TgBoQBody getBoQBody()
TgBoQBodypublic void setBoQBody(TgBoQBody value)
value - allowed object is TgBoQBodypublic TgTotals getTotals()
TgTotalspublic void setTotals(TgTotals value)
value - allowed object is TgTotalspublic TgAlterBidStatus getAlterBidStatus()
TgAlterBidStatuspublic void setAlterBidStatus(TgAlterBidStatus value)
value - allowed object is TgAlterBidStatuspublic void setID(String value)
value - allowed object is Stringpublic String getRNoPart()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.