public class TgCnstSite extends Object
Java class for tgCnstSite complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgCnstSite">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddress"/>
<element name="CnstSiteIDNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20" minOccurs="0"/>
<element name="CnstSiteName" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString60" minOccurs="0"/>
<element name="AddText" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAddText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgAddress |
address |
protected List<TgAddText> |
addText |
protected String |
cnstSiteIDNo |
protected String |
cnstSiteName |
| Constructor and Description |
|---|
TgCnstSite() |
| Modifier and Type | Method and Description |
|---|---|
TgAddress |
getAddress()
Gets the value of the address property.
|
List<TgAddText> |
getAddText()
Gets the value of the addText property.
|
String |
getCnstSiteIDNo()
Gets the value of the cnstSiteIDNo property.
|
String |
getCnstSiteName()
Gets the value of the cnstSiteName property.
|
void |
setAddress(TgAddress value)
Sets the value of the address property.
|
void |
setCnstSiteIDNo(String value)
Sets the value of the cnstSiteIDNo property.
|
void |
setCnstSiteName(String value)
Sets the value of the cnstSiteName property.
|
protected TgAddress address
protected String cnstSiteIDNo
protected String cnstSiteName
public TgAddress getAddress()
TgAddresspublic void setAddress(TgAddress value)
value - allowed object is TgAddresspublic String getCnstSiteIDNo()
Stringpublic void setCnstSiteIDNo(String value)
value - allowed object is Stringpublic String getCnstSiteName()
Stringpublic void setCnstSiteName(String value)
value - allowed object is Stringpublic 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
Copyright © 2012–2026 cismet GmbH. All rights reserved.