T_Road_Lanes_LaneSection_Lr_Lane_Rule

Used to add rules that are not covered by any of the other lane attributes that are described in this specification.

Java class for t_road_lanes_laneSection_lr_lane_rule complex type.

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


<complexType name="t_road_lanes_laneSection_lr_lane_rule">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
      </sequence>
      <attribute name="sOffset" use="required" type="{}t_grEqZero" />
      <attribute name="value" 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 getSOffset(): Double
Gets the value of the sOffset property.
Link copied to clipboard
open fun getValue(): String
Gets the value of the value property.
Link copied to clipboard
open fun setSOffset(value: Double)
Sets the value of the sOffset property.
Link copied to clipboard
open fun setValue(value: String)
Sets the value of the value property.