T_JunctionGroup_JunctionReference

References to existing junction elements.

Java class for t_junctionGroup_junctionReference complex type.

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


<complexType name="t_junctionGroup_junctionReference">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
      </sequence>
      <attribute name="junction" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getJunction(): String
Gets the value of the junction property.
Link copied to clipboard
open fun setJunction(value: String)
Sets the value of the junction property.