Class AlertCLinearByCode
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.AlertCLinear
-
- eu.datex2.siri13.schema._1_0._1_0.AlertCLinearByCode
-
- All Implemented Interfaces:
Serializable
public class AlertCLinearByCode extends AlertCLinear implements Serializable
A linear section along a road defined by reference to a linear section in a pre-defined Alert C location table.Java class for AlertCLinearByCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCLinearByCode"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}AlertCLinear"> <sequence> <element name="alertCDirection" type="{http://datex2.eu/schema/1_0/1_0}AlertCDirection"/> <element name="locationCodeForLinearLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCLocation"/> <element name="alertCLinearByCodeExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AlertCDirectionalertCDirectionprotected ExtensionTypealertCLinearByCodeExtensionprotected AlertCLocationlocationCodeForLinearLocation-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.AlertCLinear
alertCLinearExtension, alertCLocationCountryCode, alertCLocationTableNumber, alertCLocationTableVersion
-
-
Constructor Summary
Constructors Constructor Description AlertCLinearByCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCDirectiongetAlertCDirection()Gets the value of the alertCDirection property.ExtensionTypegetAlertCLinearByCodeExtension()Gets the value of the alertCLinearByCodeExtension property.AlertCLocationgetLocationCodeForLinearLocation()Gets the value of the locationCodeForLinearLocation property.voidsetAlertCDirection(AlertCDirection value)Sets the value of the alertCDirection property.voidsetAlertCLinearByCodeExtension(ExtensionType value)Sets the value of the alertCLinearByCodeExtension property.voidsetLocationCodeForLinearLocation(AlertCLocation value)Sets the value of the locationCodeForLinearLocation property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.AlertCLinear
getAlertCLinearExtension, getAlertCLocationCountryCode, getAlertCLocationTableNumber, getAlertCLocationTableVersion, setAlertCLinearExtension, setAlertCLocationCountryCode, setAlertCLocationTableNumber, setAlertCLocationTableVersion
-
-
-
-
Field Detail
-
alertCDirection
protected AlertCDirection alertCDirection
-
locationCodeForLinearLocation
protected AlertCLocation locationCodeForLinearLocation
-
alertCLinearByCodeExtension
protected ExtensionType alertCLinearByCodeExtension
-
-
Method Detail
-
getAlertCDirection
public AlertCDirection getAlertCDirection()
Gets the value of the alertCDirection property.- Returns:
- possible object is
AlertCDirection
-
setAlertCDirection
public void setAlertCDirection(AlertCDirection value)
Sets the value of the alertCDirection property.- Parameters:
value- allowed object isAlertCDirection
-
getLocationCodeForLinearLocation
public AlertCLocation getLocationCodeForLinearLocation()
Gets the value of the locationCodeForLinearLocation property.- Returns:
- possible object is
AlertCLocation
-
setLocationCodeForLinearLocation
public void setLocationCodeForLinearLocation(AlertCLocation value)
Sets the value of the locationCodeForLinearLocation property.- Parameters:
value- allowed object isAlertCLocation
-
getAlertCLinearByCodeExtension
public ExtensionType getAlertCLinearByCodeExtension()
Gets the value of the alertCLinearByCodeExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCLinearByCodeExtension
public void setAlertCLinearByCodeExtension(ExtensionType value)
Sets the value of the alertCLinearByCodeExtension property.- Parameters:
value- allowed object isExtensionType
-
-