Class 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
    • Constructor Detail

      • Delays

        public Delays()
    • 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 is DelayCodeEnum
      • 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 is DelaysTypeEnum
      • 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 is Float
      • 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 is ExtensionType