Class Delays
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Delays
-
- All Implemented Interfaces:
Serializable
public class Delays extends Object implements Serializable
The details of the delays being caused by the situation element defined in the situation record.Java class for Delays complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Delays"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="delayCoded" type="{http://datex2.eu/schema/1_0/1_0}DelayCodeEnum" minOccurs="0"/> <element name="delaysType" type="{http://datex2.eu/schema/1_0/1_0}DelaysTypeEnum" minOccurs="0"/> <element name="delayTimeValue" type="{http://datex2.eu/schema/1_0/1_0}Seconds" minOccurs="0"/> <element name="delaysExtension" 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 DelayCodeEnumdelayCodedprotected ExtensionTypedelaysExtensionprotected DelaysTypeEnumdelaysTypeprotected FloatdelayTimeValue
-
Constructor Summary
Constructors Constructor Description Delays()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelayCodeEnumgetDelayCoded()Gets the value of the delayCoded property.ExtensionTypegetDelaysExtension()Gets the value of the delaysExtension property.DelaysTypeEnumgetDelaysType()Gets the value of the delaysType property.FloatgetDelayTimeValue()Gets the value of the delayTimeValue property.voidsetDelayCoded(DelayCodeEnum value)Sets the value of the delayCoded property.voidsetDelaysExtension(ExtensionType value)Sets the value of the delaysExtension property.voidsetDelaysType(DelaysTypeEnum value)Sets the value of the delaysType property.voidsetDelayTimeValue(Float value)Sets the value of the delayTimeValue property.
-
-
-
Field Detail
-
delayCoded
protected DelayCodeEnum delayCoded
-
delaysType
protected DelaysTypeEnum delaysType
-
delayTimeValue
protected Float delayTimeValue
-
delaysExtension
protected ExtensionType delaysExtension
-
-
Method Detail
-
getDelayCoded
public DelayCodeEnum getDelayCoded()
Gets the value of the delayCoded property.- Returns:
- possible object is
DelayCodeEnum
-
setDelayCoded
public void setDelayCoded(DelayCodeEnum value)
Sets the value of the delayCoded property.- Parameters:
value- allowed object isDelayCodeEnum
-
getDelaysType
public DelaysTypeEnum getDelaysType()
Gets the value of the delaysType property.- Returns:
- possible object is
DelaysTypeEnum
-
setDelaysType
public void setDelaysType(DelaysTypeEnum value)
Sets the value of the delaysType property.- Parameters:
value- allowed object isDelaysTypeEnum
-
getDelayTimeValue
public Float getDelayTimeValue()
Gets the value of the delayTimeValue property.- Returns:
- possible object is
Float
-
setDelayTimeValue
public void setDelayTimeValue(Float value)
Sets the value of the delayTimeValue property.- Parameters:
value- allowed object isFloat
-
getDelaysExtension
public ExtensionType getDelaysExtension()
Gets the value of the delaysExtension property.- Returns:
- possible object is
ExtensionType
-
setDelaysExtension
public void setDelaysExtension(ExtensionType value)
Sets the value of the delaysExtension property.- Parameters:
value- allowed object isExtensionType
-
-