Class TravelTimeValue

  • All Implemented Interfaces:
    Serializable

    public class TravelTimeValue
    extends BasicDataValue
    implements Serializable
    Derived/computed travel time information relating to a specific group of locations.

    Java class for TravelTimeValue complex type.

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

     <complexType name="TravelTimeValue">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}BasicDataValue">
           <sequence>
             <element name="travelTime" type="{http://datex2.eu/schema/1_0/1_0}Seconds" minOccurs="0"/>
             <element name="travelTimeTrendType" type="{http://datex2.eu/schema/1_0/1_0}TravelTimeTrendTypeEnum" minOccurs="0"/>
             <element name="travelTimeType" type="{http://datex2.eu/schema/1_0/1_0}TravelTimeTypeEnum" minOccurs="0"/>
             <element name="freeFlowSpeed" type="{http://datex2.eu/schema/1_0/1_0}KilometresPerHour" minOccurs="0"/>
             <element name="freeFlowTravelTime" type="{http://datex2.eu/schema/1_0/1_0}Seconds" minOccurs="0"/>
             <element name="normallyExpectedTravelTime" type="{http://datex2.eu/schema/1_0/1_0}Seconds" minOccurs="0"/>
             <element name="vehicleType" type="{http://datex2.eu/schema/1_0/1_0}VehicleTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="travelTimeValueExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TravelTimeValue

        public TravelTimeValue()
    • Method Detail

      • getTravelTime

        public Float getTravelTime()
        Gets the value of the travelTime property.
        Returns:
        possible object is Float
      • setTravelTime

        public void setTravelTime​(Float value)
        Sets the value of the travelTime property.
        Parameters:
        value - allowed object is Float
      • setTravelTimeType

        public void setTravelTimeType​(TravelTimeTypeEnum value)
        Sets the value of the travelTimeType property.
        Parameters:
        value - allowed object is TravelTimeTypeEnum
      • getFreeFlowSpeed

        public Float getFreeFlowSpeed()
        Gets the value of the freeFlowSpeed property.
        Returns:
        possible object is Float
      • setFreeFlowSpeed

        public void setFreeFlowSpeed​(Float value)
        Sets the value of the freeFlowSpeed property.
        Parameters:
        value - allowed object is Float
      • getFreeFlowTravelTime

        public Float getFreeFlowTravelTime()
        Gets the value of the freeFlowTravelTime property.
        Returns:
        possible object is Float
      • setFreeFlowTravelTime

        public void setFreeFlowTravelTime​(Float value)
        Sets the value of the freeFlowTravelTime property.
        Parameters:
        value - allowed object is Float
      • getNormallyExpectedTravelTime

        public Float getNormallyExpectedTravelTime()
        Gets the value of the normallyExpectedTravelTime property.
        Returns:
        possible object is Float
      • setNormallyExpectedTravelTime

        public void setNormallyExpectedTravelTime​(Float value)
        Sets the value of the normallyExpectedTravelTime property.
        Parameters:
        value - allowed object is Float
      • getVehicleTypes

        public List<VehicleTypeEnum> getVehicleTypes()
        Gets the value of the vehicleTypes 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 Jakarta XML Binding object. This is why there is not a set method for the vehicleTypes property.

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

            getVehicleTypes().add(newItem);
         

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

      • getTravelTimeValueExtension

        public ExtensionType getTravelTimeValueExtension()
        Gets the value of the travelTimeValueExtension property.
        Returns:
        possible object is ExtensionType
      • setTravelTimeValueExtension

        public void setTravelTimeValueExtension​(ExtensionType value)
        Sets the value of the travelTimeValueExtension property.
        Parameters:
        value - allowed object is ExtensionType