Class AlertCDirection
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.AlertCDirection
-
- All Implemented Interfaces:
Serializable
public class AlertCDirection extends Object implements Serializable
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/2_0RC1/2_0}AlertCDirectionEnum"/> <element name="alertCDirectionNamed" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="alertCDirectionSense" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="alertCDirectionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AlertCDirectionEnumalertCDirectionCodedprotected ExtensionTypealertCDirectionExtensionprotected MultilingualStringalertCDirectionNamedprotected 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.MultilingualStringgetAlertCDirectionNamed()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(MultilingualString 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 MultilingualString 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 MultilingualString getAlertCDirectionNamed()
Gets the value of the alertCDirectionNamed property.- Returns:
- possible object is
MultilingualString
-
setAlertCDirectionNamed
public void setAlertCDirectionNamed(MultilingualString value)
Sets the value of the alertCDirectionNamed property.- Parameters:
value- allowed object isMultilingualString
-
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
-
-