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

      • getOriginRef

        public StopPointRef getOriginRef()
        Gets the value of the originRef property.
        Returns:
        possible object is StopPointRef
      • setOriginRef

        public void setOriginRef​(StopPointRef value)
        Sets the value of the originRef property.
        Parameters:
        value - allowed object is StopPointRef
      • 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
      • getDestinationRef

        public StopPointRef getDestinationRef()
        Gets the value of the destinationRef property.
        Returns:
        possible object is StopPointRef
      • setDestinationRef

        public void setDestinationRef​(StopPointRef value)
        Sets the value of the destinationRef property.
        Parameters:
        value - allowed object is StopPointRef
      • 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