Class TargetedVehicleJourney

  • All Implemented Interfaces:
    Serializable

    public class TargetedVehicleJourney
    extends Object
    implements Serializable
    Type for a targeted VEHICLE JOURNEY.

    Java class for TargetedVehicleJourneyStructure complex type.

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

     <complexType name="TargetedVehicleJourneyStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}JourneyIdentityGroup"/>
             <group ref="{http://www.siri.org.uk/siri}JourneyPatternInfoGroup"/>
             <group ref="{http://www.siri.org.uk/siri}VehicleJourneyInfoGroup"/>
             <element ref="{http://www.siri.org.uk/siri}TargetedCall" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TargetedVehicleJourney

        public TargetedVehicleJourney()
    • Method Detail

      • getLineRef

        public LineRef getLineRef()
        Gets the value of the lineRef property.
        Returns:
        possible object is LineRef
      • setLineRef

        public void setLineRef​(LineRef value)
        Sets the value of the lineRef property.
        Parameters:
        value - allowed object is LineRef
      • setJourneyPatternRef

        public void setJourneyPatternRef​(JourneyPatternRef value)
        Sets the value of the journeyPatternRef property.
        Parameters:
        value - allowed object is JourneyPatternRef
      • getVehicleModes

        public List<VehicleModesEnumeration> getVehicleModes()
        Gets the value of the vehicleModes 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 vehicleModes property.

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

            getVehicleModes().add(newItem);
         

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

      • getPublishedLineNames

        public List<NaturalLanguageStringStructure> getPublishedLineNames()
        Name or Number by which the LINE is known to the public. (Unbounded since SIRI 2.0) Gets the value of the publishedLineNames 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 publishedLineNames property.

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

            getPublishedLineNames().add(newItem);
         

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

      • getDirectionNames

        public List<NaturalLanguageStringStructure> getDirectionNames()
        Gets the value of the directionNames 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 directionNames property.

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

            getDirectionNames().add(newItem);
         

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

      • getExternalLineRef

        public LineRef getExternalLineRef()
        Gets the value of the externalLineRef property.
        Returns:
        possible object is LineRef
      • setExternalLineRef

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

      • getOriginNames

        public List<NaturalLanguagePlaceNameStructure> getOriginNames()
        Gets the value of the originNames 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 originNames property.

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

            getOriginNames().add(newItem);
         

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

      • getOriginShortNames

        public List<NaturalLanguagePlaceNameStructure> getOriginShortNames()
        Gets the value of the originShortNames 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 originShortNames property.

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

            getOriginShortNames().add(newItem);
         

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

      • getDestinationDisplayAtOrigins

        public List<NaturalLanguagePlaceNameStructure> getDestinationDisplayAtOrigins()
        Gets the value of the destinationDisplayAtOrigins 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 destinationDisplayAtOrigins property.

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

            getDestinationDisplayAtOrigins().add(newItem);
         

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

      • getVias

        public List<ViaNameStructure> getVias()
        Gets the value of the vias 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 vias property.

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

            getVias().add(newItem);
         

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

      • setDestinationRef

        public void setDestinationRef​(DestinationRef value)
        Sets the value of the destinationRef property.
        Parameters:
        value - allowed object is DestinationRef
      • getDestinationNames

        public List<NaturalLanguageStringStructure> getDestinationNames()
        Gets the value of the destinationNames 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 destinationNames property.

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

            getDestinationNames().add(newItem);
         

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

      • getDestinationShortNames

        public List<NaturalLanguagePlaceNameStructure> getDestinationShortNames()
        Gets the value of the destinationShortNames 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 destinationShortNames property.

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

            getDestinationShortNames().add(newItem);
         

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

      • getOriginDisplayAtDestinations

        public List<NaturalLanguagePlaceNameStructure> getOriginDisplayAtDestinations()
        Gets the value of the originDisplayAtDestinations 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 originDisplayAtDestinations property.

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

            getOriginDisplayAtDestinations().add(newItem);
         

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

      • getVehicleJourneyNames

        public List<NaturalLanguageStringStructure> getVehicleJourneyNames()
        Gets the value of the vehicleJourneyNames 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 vehicleJourneyNames property.

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

            getVehicleJourneyNames().add(newItem);
         

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

      • getJourneyNotes

        public List<NaturalLanguageStringStructure> getJourneyNotes()
        Gets the value of the journeyNotes 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 journeyNotes property.

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

            getJourneyNotes().add(newItem);
         

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

      • isHeadwayService

        public Boolean isHeadwayService()
        Gets the value of the headwayService property.
        Returns:
        possible object is Boolean
      • setHeadwayService

        public void setHeadwayService​(Boolean value)
        Sets the value of the headwayService property.
        Parameters:
        value - allowed object is Boolean
      • getOriginAimedDepartureTime

        public ZonedDateTime getOriginAimedDepartureTime()
        Gets the value of the originAimedDepartureTime property.
        Returns:
        possible object is String
      • setOriginAimedDepartureTime

        public void setOriginAimedDepartureTime​(ZonedDateTime value)
        Sets the value of the originAimedDepartureTime property.
        Parameters:
        value - allowed object is String
      • getDestinationAimedArrivalTime

        public ZonedDateTime getDestinationAimedArrivalTime()
        Gets the value of the destinationAimedArrivalTime property.
        Returns:
        possible object is String
      • setDestinationAimedArrivalTime

        public void setDestinationAimedArrivalTime​(ZonedDateTime value)
        Sets the value of the destinationAimedArrivalTime property.
        Parameters:
        value - allowed object is String
      • getTargetedCall

        public TargetedCall getTargetedCall()
        Gets the value of the targetedCall property.
        Returns:
        possible object is TargetedCall
      • setTargetedCall

        public void setTargetedCall​(TargetedCall value)
        Sets the value of the targetedCall property.
        Parameters:
        value - allowed object is TargetedCall