Class AlertCLocation
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.AlertCLocation
-
- All Implemented Interfaces:
Serializable
public class AlertCLocation extends Object implements Serializable
Identification of a specific point, linear or area location in an Alert C location table.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" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="specificLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCLocationCode"/> <element name="alertCLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlertCLocation.AlertCLocationNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypealertCLocationExtensionprotected AlertCLocation.AlertCLocationNamealertCLocationNameprotected 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.AlertCLocation.AlertCLocationNamegetAlertCLocationName()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(AlertCLocation.AlertCLocationName value)Sets the value of the alertCLocationName property.voidsetSpecificLocation(BigInteger value)Sets the value of the specificLocation property.
-
-
-
Field Detail
-
alertCLocationName
protected AlertCLocation.AlertCLocationName alertCLocationName
-
specificLocation
protected BigInteger specificLocation
-
alertCLocationExtension
protected ExtensionType alertCLocationExtension
-
-
Method Detail
-
getAlertCLocationName
public AlertCLocation.AlertCLocationName getAlertCLocationName()
Gets the value of the alertCLocationName property.- Returns:
- possible object is
AlertCLocation.AlertCLocationName
-
setAlertCLocationName
public void setAlertCLocationName(AlertCLocation.AlertCLocationName value)
Sets the value of the alertCLocationName property.- Parameters:
value- allowed object isAlertCLocation.AlertCLocationName
-
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
-
-