T_Road_Lanes_LaneSection_Right_Lane

Lane elements are included in left/center/right elements. Lane elements should represent the lanes from left to right, that is, with descending ID.

Java class for t_road_lanes_laneSection_right_lane complex type.

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


<complexType name="t_road_lanes_laneSection_right_lane">
  <complexContent>
    <extension base="{}t_road_lanes_laneSection_lr_lane">
      <sequence>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}negativeInteger" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the access property.
Link copied to clipboard
Gets the value of the borderOrWidth property.
Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
Gets the value of the height property.
Link copied to clipboard
open fun getId(): Integer
Gets the value of the id property.
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 material property.
Link copied to clipboard
Gets the value of the roadMark property.
Link copied to clipboard
Gets the value of the rule property.
Link copied to clipboard
Gets the value of the speed 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.