Class DatedVehicleJourneyIndirectRefStructure

  • All Implemented Interfaces:
    Serializable

    public class DatedVehicleJourneyIndirectRefStructure
    extends Object
    implements Serializable
    Type for Origin and Destination stop of a VEHICLE JOURNEY.

    Java class for DatedVehicleJourneyIndirectRefStructure complex type.

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

     <complexType name="DatedVehicleJourneyIndirectRefStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="OriginRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/>
             <element name="AimedDepartureTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="DestinationRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/>
             <element name="AimedArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DatedVehicleJourneyIndirectRefStructure

        public DatedVehicleJourneyIndirectRefStructure()
    • Method Detail

      • getAimedDepartureTime

        public ZonedDateTime getAimedDepartureTime()
        Gets the value of the aimedDepartureTime property.
        Returns:
        possible object is String
      • setAimedDepartureTime

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

        public ZonedDateTime getAimedArrivalTime()
        Gets the value of the aimedArrivalTime property.
        Returns:
        possible object is String
      • setAimedArrivalTime

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