T_Road_Lanes_LaneSection

Java class for t_road_lanes_laneSection complex type.

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


<complexType name="t_road_lanes_laneSection">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="left" type="{}t_road_lanes_laneSection_left" minOccurs="0"/>
        <element name="center" type="{}t_road_lanes_laneSection_center" minOccurs="0"/>
        <element name="right" type="{}t_road_lanes_laneSection_right" minOccurs="0"/>
        <group ref="{}g_additionalData"/>
      </sequence>
      <attribute name="s" use="required" type="{}t_grEqZero" />
      <attribute name="singleSide" type="{}t_bool" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the center property.
Link copied to clipboard
Gets the value of the dataQuality property.
Link copied to clipboard
Gets the value of the include property.
Link copied to clipboard
Gets the value of the left property.
Link copied to clipboard
Gets the value of the right property.
Link copied to clipboard
open fun getS(): Double
Gets the value of the s property.
Link copied to clipboard
open fun getSingleSide(): T_Bool
Gets the value of the singleSide property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
Sets the value of the center property.
Link copied to clipboard
open fun setDataQuality(value: T_DataQuality)
Sets the value of the dataQuality property.
Link copied to clipboard
Sets the value of the left property.
Link copied to clipboard
Sets the value of the right property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.
Link copied to clipboard
open fun setSingleSide(value: T_Bool)
Sets the value of the singleSide property.