Class Delays

  • All Implemented Interfaces:
    Serializable

    public class Delays
    extends Object
    implements Serializable

    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="delayBand" type="{http://datex2.eu/schema/2_0RC1/2_0}DelayBandEnum" minOccurs="0"/>
             <element name="delaysType" type="{http://datex2.eu/schema/2_0RC1/2_0}DelaysTypeEnum" minOccurs="0"/>
             <element name="delayTimeValue" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/>
             <element name="delaysExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Delays

        public Delays()
    • Method Detail

      • getDelayBand

        public DelayBandEnum getDelayBand()
        Gets the value of the delayBand property.
        Returns:
        possible object is DelayBandEnum
      • setDelayBand

        public void setDelayBand​(DelayBandEnum value)
        Sets the value of the delayBand property.
        Parameters:
        value - allowed object is DelayBandEnum
      • 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