Class TargetedCall

  • All Implemented Interfaces:
    Serializable

    public class TargetedCall
    extends Object
    implements Serializable
    Type for a targeted call.

    Java class for TargetedCallStructure complex type.

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

     <complexType name="TargetedCallStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}TargetedCallGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TargetedCall

        public TargetedCall()
    • Method Detail

      • getStopPointRef

        public StopPointRef getStopPointRef()
        Gets the value of the stopPointRef property.
        Returns:
        possible object is StopPointRef
      • setStopPointRef

        public void setStopPointRef​(StopPointRef value)
        Sets the value of the stopPointRef property.
        Parameters:
        value - allowed object is StopPointRef
      • getVisitNumber

        public BigInteger getVisitNumber()
        Gets the value of the visitNumber property.
        Returns:
        possible object is BigInteger
      • setVisitNumber

        public void setVisitNumber​(BigInteger value)
        Sets the value of the visitNumber property.
        Parameters:
        value - allowed object is BigInteger
      • getOrder

        public BigInteger getOrder()
        Gets the value of the order property.
        Returns:
        possible object is BigInteger
      • setOrder

        public void setOrder​(BigInteger value)
        Sets the value of the order property.
        Parameters:
        value - allowed object is BigInteger
      • 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
      • getServiceFeatureReves

        public List<ServiceFeatureRef> getServiceFeatureReves()
        Classification of service into arbitrary Service categories, e.g. school bus. Recommended SIRI values based on TPEG are given in SIRI documentation and enumerated in the siri_facilities package. Corresponds to NeTEX TYPE OF SERVICe.Gets the value of the serviceFeatureReves 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 serviceFeatureReves property.

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

            getServiceFeatureReves().add(newItem);
         

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

      • getVehicleFeatureReves

        public List<VehicleFeatureRefStructure> getVehicleFeatureReves()
        Gets the value of the vehicleFeatureReves 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 vehicleFeatureReves property.

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

            getVehicleFeatureReves().add(newItem);
         

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

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

        public List<OperatorRefStructure> getArrivalOperatorRefs()
        Gets the value of the arrivalOperatorRefs 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 arrivalOperatorRefs property.

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

            getArrivalOperatorRefs().add(newItem);
         

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

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

        public List<OperatorRefStructure> getDepartureOperatorRefs()
        Gets the value of the departureOperatorRefs 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 departureOperatorRefs property.

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

            getDepartureOperatorRefs().add(newItem);
         

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

      • getAimedLatestPassengerAccessTime

        public ZonedDateTime getAimedLatestPassengerAccessTime()
        Gets the value of the aimedLatestPassengerAccessTime property.
        Returns:
        possible object is String
      • setAimedLatestPassengerAccessTime

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