Class DelaysStructure

  • All Implemented Interfaces:
    Serializable

    public class DelaysStructure
    extends Object
    implements Serializable
    Type for easement info.

    Java class for DelaysStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DelaysStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DelayBand" type="{http://datex2.eu/schema/1_0/1_0}DelayCodeEnum" minOccurs="0"/>
             <element name="DelayType" type="{http://datex2.eu/schema/1_0/1_0}DelaysTypeEnum" minOccurs="0"/>
             <element name="Delay" type="{http://www.siri.org.uk/siri}PositiveDurationType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DelaysStructure

        public DelaysStructure()
    • Method Detail

      • getDelayBand

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

        public void setDelayBand​(DelayCodeEnum value)
        Sets the value of the delayBand property.
        Parameters:
        value - allowed object is DelayCodeEnum
      • setDelayType

        public void setDelayType​(DelaysTypeEnum value)
        Sets the value of the delayType property.
        Parameters:
        value - allowed object is DelaysTypeEnum
      • getDelay

        public Duration getDelay()
        Gets the value of the delay property.
        Returns:
        possible object is String
      • setDelay

        public void setDelay​(Duration value)
        Sets the value of the delay property.
        Parameters:
        value - allowed object is String