Class TimetabledFeederArrival

  • All Implemented Interfaces:
    Serializable

    public class TimetabledFeederArrival
    extends AbstractFeederItemStructure
    implements Serializable
    Type for incoming visit by feeder journey to interchange.

    Java class for TimetabledFeederArrivalStructure complex type.

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

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

      • TimetabledFeederArrival

        public TimetabledFeederArrival()
    • Method Detail

      • 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
      • 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