Class PreviousCallStructure

  • All Implemented Interfaces:
    Serializable

    public class PreviousCallStructure
    extends AbstractMonitoredCallStructure
    implements Serializable
    Type for CALL at previous stop.

    Java class for PreviousCallStructure complex type.

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

     <complexType name="PreviousCallStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractMonitoredCallStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}VehicleAtStop" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/siri}VehicleArrivalTimesGroup"/>
             <group ref="{http://www.siri.org.uk/siri}VehicleDepartureTimesGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PreviousCallStructure

        public PreviousCallStructure()
    • Method Detail

      • isVehicleAtStop

        public Boolean isVehicleAtStop()
        Gets the value of the vehicleAtStop property.
        Returns:
        possible object is Boolean
      • setVehicleAtStop

        public void setVehicleAtStop​(Boolean value)
        Sets the value of the vehicleAtStop property.
        Parameters:
        value - allowed object is Boolean
      • getAimedArrivalTime

        public ZonedDateTime getAimedArrivalTime()
        Target arrival time of VEHICLE according to latest working timetable.
        Returns:
        possible object is String
      • setAimedArrivalTime

        public void setAimedArrivalTime​(ZonedDateTime value)
        Sets the value of the aimedArrivalTime property.
        Parameters:
        value - allowed object is String
      • getExpectedArrivalTime

        public ZonedDateTime getExpectedArrivalTime()
        Estimated time of arriival of VEHICLE.
        Returns:
        possible object is String
      • setExpectedArrivalTime

        public void setExpectedArrivalTime​(ZonedDateTime value)
        Sets the value of the expectedArrivalTime property.
        Parameters:
        value - allowed object is String
      • getActualArrivalTime

        public ZonedDateTime getActualArrivalTime()
        Observed time of arrival of VEHICLE.
        Returns:
        possible object is String
      • setActualArrivalTime

        public void setActualArrivalTime​(ZonedDateTime value)
        Sets the value of the actualArrivalTime property.
        Parameters:
        value - allowed object is String
      • getAimedDepartureTime

        public ZonedDateTime getAimedDepartureTime()
        Target departure time of VEHICLE according to latest working timetable.
        Returns:
        possible object is String
      • setAimedDepartureTime

        public void setAimedDepartureTime​(ZonedDateTime value)
        Sets the value of the aimedDepartureTime property.
        Parameters:
        value - allowed object is String
      • getExpectedDepartureTime

        public ZonedDateTime getExpectedDepartureTime()
        Estimated time of departure of VEHICLE from stop. May include waiting time. For people on a VEHICLE this is the time that would normally be shown.
        Returns:
        possible object is String
      • setExpectedDepartureTime

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

        public ZonedDateTime getActualDepartureTime()
        Observed time of departure of VEHICLE from stop.
        Returns:
        possible object is String
      • setActualDepartureTime

        public void setActualDepartureTime​(ZonedDateTime value)
        Sets the value of the actualDepartureTime property.
        Parameters:
        value - allowed object is String
      • getExtensions

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions