T_Road_Lanes_LaneSection_Center_Lane

Center lane element with ID zero. Has no width attribute. Mainly used for road marks.

Java class for t_road_lanes_laneSection_center_lane complex type

.

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


<complexType name="t_road_lanes_laneSection_center_lane">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="link" type="{}t_road_lanes_laneSection_lcr_lane_link" minOccurs="0"/>
        <element name="roadMark" type="{}t_road_lanes_laneSection_lcr_lane_roadMark" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="0" />
      <attribute name="level" type="{}t_bool" />
      <attribute name="type" type="{}e_laneType" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getId(): Int
ID of the lane
Link copied to clipboard
open fun getLevel(): T_Bool
Gets the value of the level property.
Link copied to clipboard
Gets the value of the link property.
Link copied to clipboard
Gets the value of the roadMark property.
Link copied to clipboard
open fun getType(): E_LaneType
Gets the value of the type property.
Link copied to clipboard
open fun setId(value: Integer)
Sets the value of the id property.
Link copied to clipboard
open fun setLevel(value: T_Bool)
Sets the value of the level property.
Link copied to clipboard
Sets the value of the link property.
Link copied to clipboard
open fun setType(value: E_LaneType)
Sets the value of the type property.