Class AlertCLinear
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.AlertCLinear
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlertCLinearByCode,AlertCMethod2Linear,AlertCMethod4Linear
public abstract class AlertCLinear extends Object implements Serializable
A linear section along a road defined between two points on the road by reference to a pre-defined Alert C location table.Java class for AlertCLinear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCLinear"> <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="alertCLinearExtension" 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 ExtensionTypealertCLinearExtensionprotected StringalertCLocationCountryCodeprotected StringalertCLocationTableNumberprotected StringalertCLocationTableVersion
-
Constructor Summary
Constructors Constructor Description AlertCLinear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetAlertCLinearExtension()Gets the value of the alertCLinearExtension property.StringgetAlertCLocationCountryCode()Gets the value of the alertCLocationCountryCode property.StringgetAlertCLocationTableNumber()Gets the value of the alertCLocationTableNumber property.StringgetAlertCLocationTableVersion()Gets the value of the alertCLocationTableVersion property.voidsetAlertCLinearExtension(ExtensionType value)Sets the value of the alertCLinearExtension 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.
-
-
-
Field Detail
-
alertCLocationCountryCode
protected String alertCLocationCountryCode
-
alertCLocationTableNumber
protected String alertCLocationTableNumber
-
alertCLocationTableVersion
protected String alertCLocationTableVersion
-
alertCLinearExtension
protected ExtensionType alertCLinearExtension
-
-
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
-
getAlertCLinearExtension
public ExtensionType getAlertCLinearExtension()
Gets the value of the alertCLinearExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCLinearExtension
public void setAlertCLinearExtension(ExtensionType value)
Sets the value of the alertCLinearExtension property.- Parameters:
value- allowed object isExtensionType
-
-