T_Road_Lanes_LaneSection_Center_Lane

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"/>
        <group ref="{}g_additionalData"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="0" />
      <attribute name="type" use="required" type="{}e_laneType" />
      <attribute name="level" type="{}t_bool" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the dataQuality property.
Link copied to clipboard
open fun getId(): Int
Gets the value of the id property.
Link copied to clipboard
Gets the value of the include 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 roadMark property.
Link copied to clipboard
open fun getType(): E_LaneType
Gets the value of the type property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun setDataQuality(value: T_DataQuality)
Sets the value of the dataQuality 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.