Class TrafficControl
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.TrafficControl
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Rerouting,TemporaryLimits
public class TrafficControl extends Object implements Serializable
Specification of traffic management controls which affect the road network that have been instigated by the network/road operator. These controls may require either optional or mandatory compliance.Java class for TrafficControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficControl"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="trafficControlOptions" type="{http://datex2.eu/schema/1_0/1_0}TrafficControlOptionsEnum" minOccurs="0"/> <element name="trafficControlType" type="{http://datex2.eu/schema/1_0/1_0}TrafficControlTypeEnum" minOccurs="0"/> <element name="trafficControlExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypetrafficControlExtensionprotected TrafficControlOptionsEnumtrafficControlOptionsprotected TrafficControlTypeEnumtrafficControlType
-
Constructor Summary
Constructors Constructor Description TrafficControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTrafficControlExtension()Gets the value of the trafficControlExtension property.TrafficControlOptionsEnumgetTrafficControlOptions()Gets the value of the trafficControlOptions property.TrafficControlTypeEnumgetTrafficControlType()Gets the value of the trafficControlType property.voidsetTrafficControlExtension(ExtensionType value)Sets the value of the trafficControlExtension property.voidsetTrafficControlOptions(TrafficControlOptionsEnum value)Sets the value of the trafficControlOptions property.voidsetTrafficControlType(TrafficControlTypeEnum value)Sets the value of the trafficControlType property.
-
-
-
Field Detail
-
trafficControlOptions
protected TrafficControlOptionsEnum trafficControlOptions
-
trafficControlType
protected TrafficControlTypeEnum trafficControlType
-
trafficControlExtension
protected ExtensionType trafficControlExtension
-
-
Method Detail
-
getTrafficControlOptions
public TrafficControlOptionsEnum getTrafficControlOptions()
Gets the value of the trafficControlOptions property.- Returns:
- possible object is
TrafficControlOptionsEnum
-
setTrafficControlOptions
public void setTrafficControlOptions(TrafficControlOptionsEnum value)
Sets the value of the trafficControlOptions property.- Parameters:
value- allowed object isTrafficControlOptionsEnum
-
getTrafficControlType
public TrafficControlTypeEnum getTrafficControlType()
Gets the value of the trafficControlType property.- Returns:
- possible object is
TrafficControlTypeEnum
-
setTrafficControlType
public void setTrafficControlType(TrafficControlTypeEnum value)
Sets the value of the trafficControlType property.- Parameters:
value- allowed object isTrafficControlTypeEnum
-
getTrafficControlExtension
public ExtensionType getTrafficControlExtension()
Gets the value of the trafficControlExtension property.- Returns:
- possible object is
ExtensionType
-
setTrafficControlExtension
public void setTrafficControlExtension(ExtensionType value)
Sets the value of the trafficControlExtension property.- Parameters:
value- allowed object isExtensionType
-
-