T_SignalGroup_VmsBoardReference

Variable message board references list all variable message boards that belong to the same gantry.

Java class for t_signalGroup_vmsBoardReference complex type

.

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


<complexType name="t_signalGroup_vmsBoardReference">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="groupIndex" type="{http://www.w3.org/2001/XMLSchema}int" />
      <attribute name="signalId" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="vmsIndex" type="{http://www.w3.org/2001/XMLSchema}int" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
groupIndex the index of the grouped boards shall be unique within the
Link copied to clipboard
open fun getSignalId(): String
Id of the signal that has a assigned
Link copied to clipboard
open fun getVmsIndex(): Integer
vmsIndex, the index of the
Link copied to clipboard
open fun setGroupIndex(value: Integer)
Sets the value of the groupIndex property.
Link copied to clipboard
open fun setSignalId(value: String)
Sets the value of the signalId property.
Link copied to clipboard
open fun setVmsIndex(value: Integer)
Sets the value of the vmsIndex property.