Class MonitoredFeederArrivalStructure

  • All Implemented Interfaces:
    Serializable

    public class MonitoredFeederArrivalStructure
    extends AbstractFeederItemStructure
    implements Serializable
    Type for Real time connection at a stop.

    Java class for MonitoredFeederArrivalStructure complex type.

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

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

      • MonitoredFeederArrivalStructure

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

        public BigInteger getNumberOfTransferPassengers()
        Gets the value of the numberOfTransferPassengers property.
        Returns:
        possible object is BigInteger
      • setNumberOfTransferPassengers

        public void setNumberOfTransferPassengers​(BigInteger value)
        Sets the value of the numberOfTransferPassengers property.
        Parameters:
        value - allowed object is BigInteger
      • getExpectedArrivalTime

        public ZonedDateTime getExpectedArrivalTime()
        Gets the value of the expectedArrivalTime property.
        Returns:
        possible object is String
      • setExpectedArrivalTime

        public void setExpectedArrivalTime​(ZonedDateTime value)
        Sets the value of the expectedArrivalTime 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