Class AlertCMethod4Linear
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.AlertCLinear
-
- eu.datex2.siri13.schema._1_0._1_0.AlertCMethod4Linear
-
- All Implemented Interfaces:
Serializable
public class AlertCMethod4Linear extends AlertCLinear implements Serializable
A linear section along a road between two points, Primary and Secondary, which are pre-defined Alert C locations plus offset distance. Direction is FROM the Secondary point TO the Primary point, i.e. the Primary point is downstream of the Secondary point.Java class for AlertCMethod4Linear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod4Linear"> <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="alertCMethod4PrimaryPointLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCMethod4PrimaryPointLocation"/> <element name="alertCMethod4SecondaryPointLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCMethod4SecondaryPointLocation"/> <element name="alertCMethod4LinearExtension" 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 ExtensionTypealertCMethod4LinearExtensionprotected AlertCMethod4PrimaryPointLocationalertCMethod4PrimaryPointLocationprotected AlertCMethod4SecondaryPointLocationalertCMethod4SecondaryPointLocation-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.AlertCLinear
alertCLinearExtension, alertCLocationCountryCode, alertCLocationTableNumber, alertCLocationTableVersion
-
-
Constructor Summary
Constructors Constructor Description AlertCMethod4Linear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCDirectiongetAlertCDirection()Gets the value of the alertCDirection property.ExtensionTypegetAlertCMethod4LinearExtension()Gets the value of the alertCMethod4LinearExtension property.AlertCMethod4PrimaryPointLocationgetAlertCMethod4PrimaryPointLocation()Gets the value of the alertCMethod4PrimaryPointLocation property.AlertCMethod4SecondaryPointLocationgetAlertCMethod4SecondaryPointLocation()Gets the value of the alertCMethod4SecondaryPointLocation property.voidsetAlertCDirection(AlertCDirection value)Sets the value of the alertCDirection property.voidsetAlertCMethod4LinearExtension(ExtensionType value)Sets the value of the alertCMethod4LinearExtension property.voidsetAlertCMethod4PrimaryPointLocation(AlertCMethod4PrimaryPointLocation value)Sets the value of the alertCMethod4PrimaryPointLocation property.voidsetAlertCMethod4SecondaryPointLocation(AlertCMethod4SecondaryPointLocation value)Sets the value of the alertCMethod4SecondaryPointLocation 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
-
alertCMethod4PrimaryPointLocation
protected AlertCMethod4PrimaryPointLocation alertCMethod4PrimaryPointLocation
-
alertCMethod4SecondaryPointLocation
protected AlertCMethod4SecondaryPointLocation alertCMethod4SecondaryPointLocation
-
alertCMethod4LinearExtension
protected ExtensionType alertCMethod4LinearExtension
-
-
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
-
getAlertCMethod4PrimaryPointLocation
public AlertCMethod4PrimaryPointLocation getAlertCMethod4PrimaryPointLocation()
Gets the value of the alertCMethod4PrimaryPointLocation property.- Returns:
- possible object is
AlertCMethod4PrimaryPointLocation
-
setAlertCMethod4PrimaryPointLocation
public void setAlertCMethod4PrimaryPointLocation(AlertCMethod4PrimaryPointLocation value)
Sets the value of the alertCMethod4PrimaryPointLocation property.- Parameters:
value- allowed object isAlertCMethod4PrimaryPointLocation
-
getAlertCMethod4SecondaryPointLocation
public AlertCMethod4SecondaryPointLocation getAlertCMethod4SecondaryPointLocation()
Gets the value of the alertCMethod4SecondaryPointLocation property.- Returns:
- possible object is
AlertCMethod4SecondaryPointLocation
-
setAlertCMethod4SecondaryPointLocation
public void setAlertCMethod4SecondaryPointLocation(AlertCMethod4SecondaryPointLocation value)
Sets the value of the alertCMethod4SecondaryPointLocation property.- Parameters:
value- allowed object isAlertCMethod4SecondaryPointLocation
-
getAlertCMethod4LinearExtension
public ExtensionType getAlertCMethod4LinearExtension()
Gets the value of the alertCMethod4LinearExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCMethod4LinearExtension
public void setAlertCMethod4LinearExtension(ExtensionType value)
Sets the value of the alertCMethod4LinearExtension property.- Parameters:
value- allowed object isExtensionType
-
-