Class AlertCDirection
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.AlertCDirection
-
- All Implemented Interfaces:
Serializable
public class AlertCDirection extends Object implements Serializable
The direction of traffic flow along the road to which the information relates.Java class for AlertCDirection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCDirection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="alertCDirectionCoded" type="{http://datex2.eu/schema/1_0/1_0}AlertCDirectionEnum"/> <element name="alertCDirectionNamed" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="alertCDirectionSense" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/> <element name="alertCDirectionExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlertCDirection.AlertCDirectionNamedJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AlertCDirectionEnumalertCDirectionCodedprotected ExtensionTypealertCDirectionExtensionprotected AlertCDirection.AlertCDirectionNamedalertCDirectionNamedprotected BooleanalertCDirectionSense
-
Constructor Summary
Constructors Constructor Description AlertCDirection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCDirectionEnumgetAlertCDirectionCoded()Gets the value of the alertCDirectionCoded property.ExtensionTypegetAlertCDirectionExtension()Gets the value of the alertCDirectionExtension property.AlertCDirection.AlertCDirectionNamedgetAlertCDirectionNamed()Gets the value of the alertCDirectionNamed property.BooleanisAlertCDirectionSense()Gets the value of the alertCDirectionSense property.voidsetAlertCDirectionCoded(AlertCDirectionEnum value)Sets the value of the alertCDirectionCoded property.voidsetAlertCDirectionExtension(ExtensionType value)Sets the value of the alertCDirectionExtension property.voidsetAlertCDirectionNamed(AlertCDirection.AlertCDirectionNamed value)Sets the value of the alertCDirectionNamed property.voidsetAlertCDirectionSense(Boolean value)Sets the value of the alertCDirectionSense property.
-
-
-
Field Detail
-
alertCDirectionCoded
protected AlertCDirectionEnum alertCDirectionCoded
-
alertCDirectionNamed
protected AlertCDirection.AlertCDirectionNamed alertCDirectionNamed
-
alertCDirectionSense
protected Boolean alertCDirectionSense
-
alertCDirectionExtension
protected ExtensionType alertCDirectionExtension
-
-
Method Detail
-
getAlertCDirectionCoded
public AlertCDirectionEnum getAlertCDirectionCoded()
Gets the value of the alertCDirectionCoded property.- Returns:
- possible object is
AlertCDirectionEnum
-
setAlertCDirectionCoded
public void setAlertCDirectionCoded(AlertCDirectionEnum value)
Sets the value of the alertCDirectionCoded property.- Parameters:
value- allowed object isAlertCDirectionEnum
-
getAlertCDirectionNamed
public AlertCDirection.AlertCDirectionNamed getAlertCDirectionNamed()
Gets the value of the alertCDirectionNamed property.- Returns:
- possible object is
AlertCDirection.AlertCDirectionNamed
-
setAlertCDirectionNamed
public void setAlertCDirectionNamed(AlertCDirection.AlertCDirectionNamed value)
Sets the value of the alertCDirectionNamed property.- Parameters:
value- allowed object isAlertCDirection.AlertCDirectionNamed
-
isAlertCDirectionSense
public Boolean isAlertCDirectionSense()
Gets the value of the alertCDirectionSense property.- Returns:
- possible object is
Boolean
-
setAlertCDirectionSense
public void setAlertCDirectionSense(Boolean value)
Sets the value of the alertCDirectionSense property.- Parameters:
value- allowed object isBoolean
-
getAlertCDirectionExtension
public ExtensionType getAlertCDirectionExtension()
Gets the value of the alertCDirectionExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCDirectionExtension
public void setAlertCDirectionExtension(ExtensionType value)
Sets the value of the alertCDirectionExtension property.- Parameters:
value- allowed object isExtensionType
-
-