public class AlertCLocation
extends java.lang.Object
Java class for AlertCLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the alertCLocationExtension property.
|
MultilingualString |
getAlertCLocationName()
Gets the value of the alertCLocationName property.
|
java.math.BigInteger |
getSpecificLocation()
Gets the value of the specificLocation property.
|
void |
setAlertCLocationExtension(ExtensionType value)
Sets the value of the alertCLocationExtension property.
|
void |
setAlertCLocationName(MultilingualString value)
Sets the value of the alertCLocationName property.
|
void |
setSpecificLocation(java.math.BigInteger value)
Sets the value of the specificLocation property.
|
protected MultilingualString alertCLocationName
protected java.math.BigInteger specificLocation
protected ExtensionType alertCLocationExtension
public MultilingualString getAlertCLocationName()
MultilingualString
public void setAlertCLocationName(MultilingualString value)
value
- allowed object is
MultilingualString
public java.math.BigInteger getSpecificLocation()
BigInteger
public void setSpecificLocation(java.math.BigInteger value)
value
- allowed object is
BigInteger
public ExtensionType getAlertCLocationExtension()
ExtensionType
public void setAlertCLocationExtension(ExtensionType value)
value
- allowed object is
ExtensionType