Class AlertCMethod4Point
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.AlertCPoint
-
- eu.datex2.siri14.schema._1_0._1_0.AlertCMethod4Point
-
- All Implemented Interfaces:
Serializable
public class AlertCMethod4Point extends AlertCPoint implements Serializable
A single point on the road network defined by reference to a point in a pre-defined Alert C location table plus an offset distance and which has an associated direction of traffic flow.Java class for AlertCMethod4Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod4Point"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}AlertCPoint"> <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="alertCMethod4PointExtension" 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 ExtensionTypealertCMethod4PointExtensionprotected AlertCMethod4PrimaryPointLocationalertCMethod4PrimaryPointLocation-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.AlertCPoint
alertCLocationCountryCode, alertCLocationTableNumber, alertCLocationTableVersion, alertCPointExtension
-
-
Constructor Summary
Constructors Constructor Description AlertCMethod4Point()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCDirectiongetAlertCDirection()Gets the value of the alertCDirection property.ExtensionTypegetAlertCMethod4PointExtension()Gets the value of the alertCMethod4PointExtension property.AlertCMethod4PrimaryPointLocationgetAlertCMethod4PrimaryPointLocation()Gets the value of the alertCMethod4PrimaryPointLocation property.voidsetAlertCDirection(AlertCDirection value)Sets the value of the alertCDirection property.voidsetAlertCMethod4PointExtension(ExtensionType value)Sets the value of the alertCMethod4PointExtension property.voidsetAlertCMethod4PrimaryPointLocation(AlertCMethod4PrimaryPointLocation value)Sets the value of the alertCMethod4PrimaryPointLocation property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.AlertCPoint
getAlertCLocationCountryCode, getAlertCLocationTableNumber, getAlertCLocationTableVersion, getAlertCPointExtension, setAlertCLocationCountryCode, setAlertCLocationTableNumber, setAlertCLocationTableVersion, setAlertCPointExtension
-
-
-
-
Field Detail
-
alertCDirection
protected AlertCDirection alertCDirection
-
alertCMethod4PrimaryPointLocation
protected AlertCMethod4PrimaryPointLocation alertCMethod4PrimaryPointLocation
-
alertCMethod4PointExtension
protected ExtensionType alertCMethod4PointExtension
-
-
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
-
getAlertCMethod4PointExtension
public ExtensionType getAlertCMethod4PointExtension()
Gets the value of the alertCMethod4PointExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCMethod4PointExtension
public void setAlertCMethod4PointExtension(ExtensionType value)
Sets the value of the alertCMethod4PointExtension property.- Parameters:
value- allowed object isExtensionType
-
-