Class SpeedManagement

  • All Implemented Interfaces:
    Serializable

    public class SpeedManagement
    extends NetworkManagement
    implements Serializable

    Java class for SpeedManagement complex type.

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

     <complexType name="SpeedManagement">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NetworkManagement">
           <sequence>
             <element name="speedManagementType" type="{http://datex2.eu/schema/2_0RC1/2_0}SpeedManagementTypeEnum" minOccurs="0"/>
             <element name="temporarySpeedLimit" type="{http://datex2.eu/schema/2_0RC1/2_0}KilometresPerHour" minOccurs="0"/>
             <element name="speedManagementExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SpeedManagement

        public SpeedManagement()
    • 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
      • getSpeedManagementExtension

        public ExtensionType getSpeedManagementExtension()
        Gets the value of the speedManagementExtension property.
        Returns:
        possible object is ExtensionType
      • setSpeedManagementExtension

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