T_Junction_Controller

Lists the controllers that are used for the management of a junction.

Java class for t_junction_controller complex type

.

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

{@code  }

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getId(): String
ID of the controller
Link copied to clipboard
open fun getSequence(): Integer
Sequence number (priority) of this controller with respect to other controllers in the same junction
Link copied to clipboard
open fun getType(): String
Type of control for this junction.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setSequence(value: Integer)
Sets the value of the sequence property.
Link copied to clipboard
open fun setType(value: String)
Sets the value of the type property.