Class AlertCLocation
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.AlertCLocation
-
- All Implemented Interfaces:
Serializable
public class AlertCLocation extends Object implements Serializable
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_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="specificLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCLocationCode"/> <element name="alertCLocationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypealertCLocationExtensionprotected MultilingualStringalertCLocationNameprotected BigIntegerspecificLocation
-
Constructor Summary
Constructors Constructor Description AlertCLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetAlertCLocationExtension()Gets the value of the alertCLocationExtension property.MultilingualStringgetAlertCLocationName()Gets the value of the alertCLocationName property.BigIntegergetSpecificLocation()Gets the value of the specificLocation property.voidsetAlertCLocationExtension(ExtensionType value)Sets the value of the alertCLocationExtension property.voidsetAlertCLocationName(MultilingualString value)Sets the value of the alertCLocationName property.voidsetSpecificLocation(BigInteger value)Sets the value of the specificLocation property.
-
-
-
Field Detail
-
alertCLocationName
protected MultilingualString alertCLocationName
-
specificLocation
protected BigInteger specificLocation
-
alertCLocationExtension
protected ExtensionType alertCLocationExtension
-
-
Method Detail
-
getAlertCLocationName
public MultilingualString getAlertCLocationName()
Gets the value of the alertCLocationName property.- Returns:
- possible object is
MultilingualString
-
setAlertCLocationName
public void setAlertCLocationName(MultilingualString value)
Sets the value of the alertCLocationName property.- Parameters:
value- allowed object isMultilingualString
-
getSpecificLocation
public BigInteger getSpecificLocation()
Gets the value of the specificLocation property.- Returns:
- possible object is
BigInteger
-
setSpecificLocation
public void setSpecificLocation(BigInteger value)
Sets the value of the specificLocation property.- Parameters:
value- allowed object isBigInteger
-
getAlertCLocationExtension
public ExtensionType getAlertCLocationExtension()
Gets the value of the alertCLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCLocationExtension
public void setAlertCLocationExtension(ExtensionType value)
Sets the value of the alertCLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-