Class TemporaryLimits
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.TrafficControl
-
- eu.datex2.siri13.schema._1_0._1_0.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 Summary
Fields Modifier and Type Field Description protected ExtensionTypetemporaryLimitsExtensionprotected FloattemporarySpeedLimit-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.TrafficControl
trafficControlExtension, trafficControlOptions, trafficControlType
-
-
Constructor Summary
Constructors Constructor Description TemporaryLimits()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTemporaryLimitsExtension()Gets the value of the temporaryLimitsExtension property.FloatgetTemporarySpeedLimit()Gets the value of the temporarySpeedLimit property.voidsetTemporaryLimitsExtension(ExtensionType value)Sets the value of the temporaryLimitsExtension property.voidsetTemporarySpeedLimit(Float value)Sets the value of the temporarySpeedLimit property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.TrafficControl
getTrafficControlExtension, getTrafficControlOptions, getTrafficControlType, setTrafficControlExtension, setTrafficControlOptions, setTrafficControlType
-
-
-
-
Field Detail
-
temporarySpeedLimit
protected Float temporarySpeedLimit
-
temporaryLimitsExtension
protected ExtensionType temporaryLimitsExtension
-
-
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 isFloat
-
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 isExtensionType
-
-