T_Road_Lanes_LaneSection_Lcr_Lane_RoadMark_Type

Each type definition shall contain one or more line definitions with additional information about the lines that the road mark is composed of.

Java class for t_road_lanes_laneSection_lcr_lane_roadMark_type complex type.

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


<complexType name="t_road_lanes_laneSection_lcr_lane_roadMark_type">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="line" type="{}t_road_lanes_laneSection_lcr_lane_roadMark_type_line" maxOccurs="unbounded"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="width" use="required" type="{}t_grEqZero" />
    </extension>
  </complexContent>
</complexType>

Constructors

constructor()

Functions

Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
Gets the value of the line property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
open fun getWidth(): Double
Gets the value of the width property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setWidth(value: Double)
Sets the value of the width property.