public class TgNotifSite extends Object
Java class for tgNotifSite complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgNotifSite">
<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="NotifSiteIDNo" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20" minOccurs="0"/>
<element name="NotifSiteName" 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 |
notifSiteIDNo |
protected String |
notifSiteName |
| Constructor and Description |
|---|
TgNotifSite() |
| 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 |
getNotifSiteIDNo()
Gets the value of the notifSiteIDNo property.
|
String |
getNotifSiteName()
Gets the value of the notifSiteName property.
|
void |
setAddress(TgAddress value)
Sets the value of the address property.
|
void |
setNotifSiteIDNo(String value)
Sets the value of the notifSiteIDNo property.
|
void |
setNotifSiteName(String value)
Sets the value of the notifSiteName property.
|
protected TgAddress address
protected String notifSiteIDNo
protected String notifSiteName
public TgAddress getAddress()
TgAddresspublic void setAddress(TgAddress value)
value - allowed object is TgAddresspublic String getNotifSiteIDNo()
Stringpublic void setNotifSiteIDNo(String value)
value - allowed object is Stringpublic String getNotifSiteName()
Stringpublic void setNotifSiteName(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.