Class MonitoredCallStructure

  • All Implemented Interfaces:
    Serializable

    public class MonitoredCallStructure
    extends AbstractMonitoredCallStructure
    implements Serializable
    Type for Current Call at stop.

    Java class for MonitoredCallStructure complex type.

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

     <complexType name="MonitoredCallStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractMonitoredCallStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}MonitoredCallGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MonitoredCallStructure

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

        public LocationStructure getVehicleLocationAtStop()
        Gets the value of the vehicleLocationAtStop property.
        Returns:
        possible object is LocationStructure
      • setVehicleLocationAtStop

        public void setVehicleLocationAtStop​(LocationStructure value)
        Sets the value of the vehicleLocationAtStop property.
        Parameters:
        value - allowed object is LocationStructure
      • isReversesAtStop

        public Boolean isReversesAtStop()
        Gets the value of the reversesAtStop property.
        Returns:
        possible object is Boolean
      • setReversesAtStop

        public void setReversesAtStop​(Boolean value)
        Sets the value of the reversesAtStop property.
        Parameters:
        value - allowed object is Boolean
      • isPlatformTraversal

        public Boolean isPlatformTraversal()
        Gets the value of the platformTraversal property.
        Returns:
        possible object is Boolean
      • setPlatformTraversal

        public void setPlatformTraversal​(Boolean value)
        Sets the value of the platformTraversal property.
        Parameters:
        value - allowed object is Boolean
      • getSignalStatus

        public String getSignalStatus()
        Gets the value of the signalStatus property.
        Returns:
        possible object is String
      • setSignalStatus

        public void setSignalStatus​(String value)
        Sets the value of the signalStatus property.
        Parameters:
        value - allowed object is String
      • isTimingPoint

        public Boolean isTimingPoint()
        Gets the value of the timingPoint property.
        Returns:
        possible object is Boolean
      • setTimingPoint

        public void setTimingPoint​(Boolean value)
        Sets the value of the timingPoint property.
        Parameters:
        value - allowed object is Boolean
      • isBoardingStretch

        public Boolean isBoardingStretch()
        Gets the value of the boardingStretch property.
        Returns:
        possible object is Boolean
      • setBoardingStretch

        public void setBoardingStretch​(Boolean value)
        Sets the value of the boardingStretch property.
        Parameters:
        value - allowed object is Boolean
      • isRequestStop

        public Boolean isRequestStop()
        Gets the value of the requestStop property.
        Returns:
        possible object is Boolean
      • setRequestStop

        public void setRequestStop​(Boolean value)
        Sets the value of the requestStop property.
        Parameters:
        value - allowed object is Boolean
      • getCallNotes

        public List<NaturalLanguageStringStructure> getCallNotes()
        Gets the value of the callNotes property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the callNotes property.

        For example, to add a new item, do as follows:

            getCallNotes().add(newItem);
         

        Objects of the following type(s) are allowed in the list NaturalLanguageStringStructure

      • getFacilityConditionElements

        public List<FacilityConditionElement> getFacilityConditionElements()
        Information about a change of Equipment availabiltiy at stop that may affect access or use.Gets the value of the facilityConditionElements property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the facilityConditionElements property.

        For example, to add a new item, do as follows:

            getFacilityConditionElements().add(newItem);
         

        Objects of the following type(s) are allowed in the list FacilityConditionElement

      • setFacilityChangeElement

        public void setFacilityChangeElement​(FacilityChangeElement value)
        Sets the value of the facilityChangeElement property.
        Parameters:
        value - allowed object is FacilityChangeElement
      • getSituationReves

        public List<SituationRef> getSituationReves()
        Gets the value of the situationReves property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the situationReves property.

        For example, to add a new item, do as follows:

            getSituationReves().add(newItem);
         

        Objects of the following type(s) are allowed in the list SituationRef

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

        public ZonedDateTime getActualArrivalTime()
        Gets the value of the actualArrivalTime property.
        Returns:
        possible object is String
      • setActualArrivalTime

        public void setActualArrivalTime​(ZonedDateTime value)
        Sets the value of the actualArrivalTime property.
        Parameters:
        value - allowed object is String
      • 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
      • getExpectedDepartureTime

        public ZonedDateTime getExpectedDepartureTime()
        Gets the value of the expectedDepartureTime property.
        Returns:
        possible object is String
      • setExpectedDepartureTime

        public void setExpectedDepartureTime​(ZonedDateTime value)
        Sets the value of the expectedDepartureTime property.
        Parameters:
        value - allowed object is String
      • getActualDepartureTime

        public ZonedDateTime getActualDepartureTime()
        Gets the value of the actualDepartureTime property.
        Returns:
        possible object is String
      • setActualDepartureTime

        public void setActualDepartureTime​(ZonedDateTime value)
        Sets the value of the actualDepartureTime property.
        Parameters:
        value - allowed object is String
      • getAimedHeadwayInterval

        public Duration getAimedHeadwayInterval()
        Gets the value of the aimedHeadwayInterval property.
        Returns:
        possible object is Duration
      • setAimedHeadwayInterval

        public void setAimedHeadwayInterval​(Duration value)
        Sets the value of the aimedHeadwayInterval property.
        Parameters:
        value - allowed object is Duration
      • getExpectedHeadwayInterval

        public Duration getExpectedHeadwayInterval()
        Gets the value of the expectedHeadwayInterval property.
        Returns:
        possible object is Duration
      • setExpectedHeadwayInterval

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