Class WaitProlongedDepartureStructure

  • All Implemented Interfaces:
    Serializable

    public class WaitProlongedDepartureStructure
    extends AbstractDistributorItemStructure
    implements Serializable
    Type for Distributor prolonged wait action.

    Java class for WaitProlongedDepartureStructure complex type.

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

     <complexType name="WaitProlongedDepartureStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractDistributorItemStructure">
           <sequence minOccurs="0">
             <element name="ExpectedDepartureTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • WaitProlongedDepartureStructure

        public WaitProlongedDepartureStructure()
    • Method Detail

      • getExpectedDepartureTime

        public ZonedDateTime getExpectedDepartureTime()
        Gets the value of the expectedDepartureTime property.
        Returns:
        possible object is String
      • setExpectedDepartureTime

        public void setExpectedDepartureTime​(ZonedDateTime value)
        Sets the value of the expectedDepartureTime property.
        Parameters:
        value - allowed object is String