Class AlertCMethod2Point
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.AlertCPoint
-
- eu.datex2.siri14.schema._1_0._1_0.AlertCMethod2Point
-
- All Implemented Interfaces:
Serializable
public class AlertCMethod2Point 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 and which has an associated direction of traffic flow.Java class for AlertCMethod2Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod2Point"> <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="alertCMethod2PrimaryPointLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCMethod2PrimaryPointLocation"/> <element name="alertCMethod2PointExtension" 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 ExtensionTypealertCMethod2PointExtensionprotected AlertCMethod2PrimaryPointLocationalertCMethod2PrimaryPointLocation-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.AlertCPoint
alertCLocationCountryCode, alertCLocationTableNumber, alertCLocationTableVersion, alertCPointExtension
-
-
Constructor Summary
Constructors Constructor Description AlertCMethod2Point()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCDirectiongetAlertCDirection()Gets the value of the alertCDirection property.ExtensionTypegetAlertCMethod2PointExtension()Gets the value of the alertCMethod2PointExtension property.AlertCMethod2PrimaryPointLocationgetAlertCMethod2PrimaryPointLocation()Gets the value of the alertCMethod2PrimaryPointLocation property.voidsetAlertCDirection(AlertCDirection value)Sets the value of the alertCDirection property.voidsetAlertCMethod2PointExtension(ExtensionType value)Sets the value of the alertCMethod2PointExtension property.voidsetAlertCMethod2PrimaryPointLocation(AlertCMethod2PrimaryPointLocation value)Sets the value of the alertCMethod2PrimaryPointLocation 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
-
alertCMethod2PrimaryPointLocation
protected AlertCMethod2PrimaryPointLocation alertCMethod2PrimaryPointLocation
-
alertCMethod2PointExtension
protected ExtensionType alertCMethod2PointExtension
-
-
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
-
getAlertCMethod2PointExtension
public ExtensionType getAlertCMethod2PointExtension()
Gets the value of the alertCMethod2PointExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCMethod2PointExtension
public void setAlertCMethod2PointExtension(ExtensionType value)
Sets the value of the alertCMethod2PointExtension property.- Parameters:
value- allowed object isExtensionType
-
-