public class TgGAEB extends Object
Java class for tgGAEB complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgGAEB">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GAEBInfo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgGAEBInfo"/>
<element name="PrjInfo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgPrjInfo" minOccurs="0"/>
<element name="Award" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAward"/>
<element name="AddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddText" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TgAddText> |
addText |
protected TgAward |
award |
protected TgGAEBInfo |
gaebInfo |
protected TgPrjInfo |
prjInfo |
protected List<SignatureType> |
signature |
protected String |
space |
| Constructor and Description |
|---|
TgGAEB() |
| Modifier and Type | Method and Description |
|---|---|
List<TgAddText> |
getAddText()
Gets the value of the addText property.
|
TgAward |
getAward()
Gets the value of the award property.
|
TgGAEBInfo |
getGAEBInfo()
Gets the value of the gaebInfo property.
|
TgPrjInfo |
getPrjInfo()
Gets the value of the prjInfo property.
|
List<SignatureType> |
getSignature()
Gets the value of the signature property.
|
String |
getSpace()
Gets the value of the space property.
|
void |
setAward(TgAward value)
Sets the value of the award property.
|
void |
setGAEBInfo(TgGAEBInfo value)
Sets the value of the gaebInfo property.
|
void |
setPrjInfo(TgPrjInfo value)
Sets the value of the prjInfo property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
protected TgGAEBInfo gaebInfo
protected TgPrjInfo prjInfo
protected TgAward award
protected List<SignatureType> signature
protected String space
public TgGAEBInfo getGAEBInfo()
TgGAEBInfopublic void setGAEBInfo(TgGAEBInfo value)
value - allowed object is TgGAEBInfopublic TgPrjInfo getPrjInfo()
TgPrjInfopublic void setPrjInfo(TgPrjInfo value)
value - allowed object is TgPrjInfopublic TgAward getAward()
TgAwardpublic void setAward(TgAward value)
value - allowed object is TgAwardpublic 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 List<SignatureType> getSignature()
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 signature property.
For example, to add a new item, do as follows:
getSignature().add(newItem);
Objects of the following type(s) are allowed in the list SignatureType
public String getSpace()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.