public class TgAward extends Object
Java class for tgAward complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgAward">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DP">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="81"/>
<enumeration value="82"/>
<enumeration value="83"/>
<enumeration value="84"/>
<enumeration value="85"/>
<enumeration value="86"/>
<enumeration value="87"/>
</restriction>
</simpleType>
</element>
<element name="AwardInfo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAwardInfo" minOccurs="0"/>
<element name="OWN" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgOWN" minOccurs="0"/>
<element name="Requester" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgRequester" maxOccurs="unbounded" minOccurs="0"/>
<element name="CTR" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCTR" minOccurs="0"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="CnstSite" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgCnstSite"/>
<element name="NotifSite" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNotifSite" minOccurs="0"/>
</sequence>
<element name="AddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddText" maxOccurs="unbounded" minOccurs="0"/>
<element name="BoQ" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgBoQ"/>
<element name="WgChange" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgWgChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TgAddText> |
addText |
protected TgAwardInfo |
awardInfo |
protected TgBoQ |
boQ |
protected List<Object> |
cnstSiteAndNotifSite |
protected TgCTR |
ctr |
protected String |
dp |
protected TgOWN |
own |
protected List<TgRequester> |
requester |
protected TgWgChange |
wgChange |
| Constructor and Description |
|---|
TgAward() |
| Modifier and Type | Method and Description |
|---|---|
List<TgAddText> |
getAddText()
Gets the value of the addText property.
|
TgAwardInfo |
getAwardInfo()
Gets the value of the awardInfo property.
|
TgBoQ |
getBoQ()
Gets the value of the boQ property.
|
List<Object> |
getCnstSiteAndNotifSite()
Gets the value of the cnstSiteAndNotifSite property.
|
TgCTR |
getCTR()
Gets the value of the ctr property.
|
String |
getDP()
Gets the value of the dp property.
|
TgOWN |
getOWN()
Gets the value of the own property.
|
List<TgRequester> |
getRequester()
Gets the value of the requester property.
|
TgWgChange |
getWgChange()
Gets the value of the wgChange property.
|
void |
setAwardInfo(TgAwardInfo value)
Sets the value of the awardInfo property.
|
void |
setBoQ(TgBoQ value)
Sets the value of the boQ property.
|
void |
setCTR(TgCTR value)
Sets the value of the ctr property.
|
void |
setDP(String value)
Sets the value of the dp property.
|
void |
setOWN(TgOWN value)
Sets the value of the own property.
|
void |
setWgChange(TgWgChange value)
Sets the value of the wgChange property.
|
protected String dp
protected TgAwardInfo awardInfo
protected TgOWN own
protected List<TgRequester> requester
protected TgCTR ctr
protected TgBoQ boQ
protected TgWgChange wgChange
public void setDP(String value)
value - allowed object is Stringpublic TgAwardInfo getAwardInfo()
TgAwardInfopublic void setAwardInfo(TgAwardInfo value)
value - allowed object is TgAwardInfopublic void setOWN(TgOWN value)
value - allowed object is TgOWNpublic List<TgRequester> getRequester()
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 requester property.
For example, to add a new item, do as follows:
getRequester().add(newItem);
Objects of the following type(s) are allowed in the list TgRequester
public void setCTR(TgCTR value)
value - allowed object is TgCTRpublic List<Object> getCnstSiteAndNotifSite()
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 cnstSiteAndNotifSite property.
For example, to add a new item, do as follows:
getCnstSiteAndNotifSite().add(newItem);
Objects of the following type(s) are allowed in the list TgCnstSite TgNotifSite
public List<TgAddText> getAddText()
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 addText property.
For example, to add a new item, do as follows:
getAddText().add(newItem);
Objects of the following type(s) are allowed in the list TgAddText
public void setBoQ(TgBoQ value)
value - allowed object is TgBoQpublic TgWgChange getWgChange()
TgWgChangepublic void setWgChange(TgWgChange value)
value - allowed object is TgWgChangeCopyright © 2012–2026 cismet GmbH. All rights reserved.