Class TimetabledFeederArrivalStructure

  • All Implemented Interfaces:
    Serializable

    public class TimetabledFeederArrivalStructure
    extends AbstractFeederItemStructure
    implements Serializable
    Type for incoming visit by feeder journey to SERVICE JOURNEY NTERCHANGE

    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

      • TimetabledFeederArrivalStructure

        public TimetabledFeederArrivalStructure()
    • 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