Class AlertCPoint
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.AlertCPoint
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlertCMethod2Point,AlertCMethod4Point
public abstract class AlertCPoint extends Object implements Serializable
A single point on the road network defined by reference to a pre-defined Alert C location table and which has an associated direction of traffic flow.Java class for AlertCPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCPoint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="alertCLocationCountryCode" type="{http://datex2.eu/schema/1_0/1_0}String"/> <element name="alertCLocationTableNumber" type="{http://datex2.eu/schema/1_0/1_0}String"/> <element name="alertCLocationTableVersion" type="{http://datex2.eu/schema/1_0/1_0}String"/> <element name="alertCPointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringalertCLocationCountryCodeprotected StringalertCLocationTableNumberprotected StringalertCLocationTableVersionprotected ExtensionTypealertCPointExtension
-
Constructor Summary
Constructors Constructor Description AlertCPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlertCLocationCountryCode()Gets the value of the alertCLocationCountryCode property.StringgetAlertCLocationTableNumber()Gets the value of the alertCLocationTableNumber property.StringgetAlertCLocationTableVersion()Gets the value of the alertCLocationTableVersion property.ExtensionTypegetAlertCPointExtension()Gets the value of the alertCPointExtension property.voidsetAlertCLocationCountryCode(String value)Sets the value of the alertCLocationCountryCode property.voidsetAlertCLocationTableNumber(String value)Sets the value of the alertCLocationTableNumber property.voidsetAlertCLocationTableVersion(String value)Sets the value of the alertCLocationTableVersion property.voidsetAlertCPointExtension(ExtensionType value)Sets the value of the alertCPointExtension property.
-
-
-
Field Detail
-
alertCLocationCountryCode
protected String alertCLocationCountryCode
-
alertCLocationTableNumber
protected String alertCLocationTableNumber
-
alertCLocationTableVersion
protected String alertCLocationTableVersion
-
alertCPointExtension
protected ExtensionType alertCPointExtension
-
-
Method Detail
-
getAlertCLocationCountryCode
public String getAlertCLocationCountryCode()
Gets the value of the alertCLocationCountryCode property.- Returns:
- possible object is
String
-
setAlertCLocationCountryCode
public void setAlertCLocationCountryCode(String value)
Sets the value of the alertCLocationCountryCode property.- Parameters:
value- allowed object isString
-
getAlertCLocationTableNumber
public String getAlertCLocationTableNumber()
Gets the value of the alertCLocationTableNumber property.- Returns:
- possible object is
String
-
setAlertCLocationTableNumber
public void setAlertCLocationTableNumber(String value)
Sets the value of the alertCLocationTableNumber property.- Parameters:
value- allowed object isString
-
getAlertCLocationTableVersion
public String getAlertCLocationTableVersion()
Gets the value of the alertCLocationTableVersion property.- Returns:
- possible object is
String
-
setAlertCLocationTableVersion
public void setAlertCLocationTableVersion(String value)
Sets the value of the alertCLocationTableVersion property.- Parameters:
value- allowed object isString
-
getAlertCPointExtension
public ExtensionType getAlertCPointExtension()
Gets the value of the alertCPointExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCPointExtension
public void setAlertCPointExtension(ExtensionType value)
Sets the value of the alertCPointExtension property.- Parameters:
value- allowed object isExtensionType
-
-