public class AlertCLocation
extends java.lang.Object
Java-Klasse für AlertCLocation complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AlertCLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alertCLocationName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="specificLocation" type="{http://datex2.eu/schema/2/2_0}AlertCLocationCode"/>
<element name="alertCLocationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
alertCLocationExtension |
protected MultilingualString |
alertCLocationName |
protected java.math.BigInteger |
specificLocation |
| Constructor and Description |
|---|
AlertCLocation() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getAlertCLocationExtension()
Ruft den Wert der alertCLocationExtension-Eigenschaft ab.
|
MultilingualString |
getAlertCLocationName()
Ruft den Wert der alertCLocationName-Eigenschaft ab.
|
java.math.BigInteger |
getSpecificLocation()
Ruft den Wert der specificLocation-Eigenschaft ab.
|
void |
setAlertCLocationExtension(ExtensionType value)
Legt den Wert der alertCLocationExtension-Eigenschaft fest.
|
void |
setAlertCLocationName(MultilingualString value)
Legt den Wert der alertCLocationName-Eigenschaft fest.
|
void |
setSpecificLocation(java.math.BigInteger value)
Legt den Wert der specificLocation-Eigenschaft fest.
|
protected MultilingualString alertCLocationName
protected java.math.BigInteger specificLocation
protected ExtensionType alertCLocationExtension
public MultilingualString getAlertCLocationName()
MultilingualStringpublic void setAlertCLocationName(MultilingualString value)
value - allowed object is
MultilingualStringpublic java.math.BigInteger getSpecificLocation()
BigIntegerpublic void setSpecificLocation(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic ExtensionType getAlertCLocationExtension()
ExtensionTypepublic void setAlertCLocationExtension(ExtensionType value)
value - allowed object is
ExtensionType