Class TemporaryLimits

  • All Implemented Interfaces:
    Serializable

    public class TemporaryLimits
    extends TrafficControl
    implements Serializable
    Temporary limits imposed by the network/road operator at a location on the road network which may be advisory or mandatory.

    Java class for TemporaryLimits complex type.

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

     <complexType name="TemporaryLimits">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficControl">
           <sequence>
             <element name="temporarySpeedLimit" type="{http://datex2.eu/schema/1_0/1_0}KilometresPerHour" minOccurs="0"/>
             <element name="temporaryLimitsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • temporarySpeedLimit

        protected Float temporarySpeedLimit
      • temporaryLimitsExtension

        protected ExtensionType temporaryLimitsExtension
    • Constructor Detail

      • TemporaryLimits

        public TemporaryLimits()
    • Method Detail

      • getTemporarySpeedLimit

        public Float getTemporarySpeedLimit()
        Gets the value of the temporarySpeedLimit property.
        Returns:
        possible object is Float
      • setTemporarySpeedLimit

        public void setTemporarySpeedLimit​(Float value)
        Sets the value of the temporarySpeedLimit property.
        Parameters:
        value - allowed object is Float
      • getTemporaryLimitsExtension

        public ExtensionType getTemporaryLimitsExtension()
        Gets the value of the temporaryLimitsExtension property.
        Returns:
        possible object is ExtensionType
      • setTemporaryLimitsExtension

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