Class AlertCMethod2Linear
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.AlertCLinear
-
- eu.datex2.siri13.schema._1_0._1_0.AlertCMethod2Linear
-
- All Implemented Interfaces:
Serializable
public class AlertCMethod2Linear extends AlertCLinear implements Serializable
A linear section along a road between two points, Primary and Secondary, which are pre-defined in an Alert C location table. Direction is FROM the Secondary point TO the Primary point, i.e. the Primary point is downstream of the Secondary point.Java class for AlertCMethod2Linear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod2Linear"> <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="alertCMethod2PrimaryPointLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCMethod2PrimaryPointLocation"/> <element name="alertCMethod2SecondaryPointLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCMethod2SecondaryPointLocation"/> <element name="alertCMethod2LinearExtension" 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 ExtensionTypealertCMethod2LinearExtensionprotected AlertCMethod2PrimaryPointLocationalertCMethod2PrimaryPointLocationprotected AlertCMethod2SecondaryPointLocationalertCMethod2SecondaryPointLocation-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.AlertCLinear
alertCLinearExtension, alertCLocationCountryCode, alertCLocationTableNumber, alertCLocationTableVersion
-
-
Constructor Summary
Constructors Constructor Description AlertCMethod2Linear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCDirectiongetAlertCDirection()Gets the value of the alertCDirection property.ExtensionTypegetAlertCMethod2LinearExtension()Gets the value of the alertCMethod2LinearExtension property.AlertCMethod2PrimaryPointLocationgetAlertCMethod2PrimaryPointLocation()Gets the value of the alertCMethod2PrimaryPointLocation property.AlertCMethod2SecondaryPointLocationgetAlertCMethod2SecondaryPointLocation()Gets the value of the alertCMethod2SecondaryPointLocation property.voidsetAlertCDirection(AlertCDirection value)Sets the value of the alertCDirection property.voidsetAlertCMethod2LinearExtension(ExtensionType value)Sets the value of the alertCMethod2LinearExtension property.voidsetAlertCMethod2PrimaryPointLocation(AlertCMethod2PrimaryPointLocation value)Sets the value of the alertCMethod2PrimaryPointLocation property.voidsetAlertCMethod2SecondaryPointLocation(AlertCMethod2SecondaryPointLocation value)Sets the value of the alertCMethod2SecondaryPointLocation 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
-
alertCMethod2PrimaryPointLocation
protected AlertCMethod2PrimaryPointLocation alertCMethod2PrimaryPointLocation
-
alertCMethod2SecondaryPointLocation
protected AlertCMethod2SecondaryPointLocation alertCMethod2SecondaryPointLocation
-
alertCMethod2LinearExtension
protected ExtensionType alertCMethod2LinearExtension
-
-
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
-
getAlertCMethod2PrimaryPointLocation
public AlertCMethod2PrimaryPointLocation getAlertCMethod2PrimaryPointLocation()
Gets the value of the alertCMethod2PrimaryPointLocation property.- Returns:
- possible object is
AlertCMethod2PrimaryPointLocation
-
setAlertCMethod2PrimaryPointLocation
public void setAlertCMethod2PrimaryPointLocation(AlertCMethod2PrimaryPointLocation value)
Sets the value of the alertCMethod2PrimaryPointLocation property.- Parameters:
value- allowed object isAlertCMethod2PrimaryPointLocation
-
getAlertCMethod2SecondaryPointLocation
public AlertCMethod2SecondaryPointLocation getAlertCMethod2SecondaryPointLocation()
Gets the value of the alertCMethod2SecondaryPointLocation property.- Returns:
- possible object is
AlertCMethod2SecondaryPointLocation
-
setAlertCMethod2SecondaryPointLocation
public void setAlertCMethod2SecondaryPointLocation(AlertCMethod2SecondaryPointLocation value)
Sets the value of the alertCMethod2SecondaryPointLocation property.- Parameters:
value- allowed object isAlertCMethod2SecondaryPointLocation
-
getAlertCMethod2LinearExtension
public ExtensionType getAlertCMethod2LinearExtension()
Gets the value of the alertCMethod2LinearExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCMethod2LinearExtension
public void setAlertCMethod2LinearExtension(ExtensionType value)
Sets the value of the alertCMethod2LinearExtension property.- Parameters:
value- allowed object isExtensionType
-
-