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://www.siri.org.uk/siri}DelayBandEnumeration" minOccurs="0"/>
             <element name="DelayType" type="{http://datex2.eu/schema/2_0RC1/2_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