RoadMark

open class RoadMark

Java class for anonymous complex type.

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


<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="type" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="line" maxOccurs="unbounded">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="space" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="tOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="sOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
                          <attribute name="rule" type="{http://www.w3.org/2001/XMLSchema}string" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                </sequence>
                <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
        <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="sOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="weight" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="color" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="laneChange" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Type
Java class for anonymous complex type.

Functions

Link copied to clipboard
open fun getColor(): String
Gets the value of the color property.
Link copied to clipboard
open fun getInclude(): List<Include>
Gets the value of the include property.
Link copied to clipboard
open fun getLaneChange(): String
Gets the value of the laneChange property.
Link copied to clipboard
open fun getSOffset(): Double
Gets the value of the sOffset property.
Link copied to clipboard
Gets the value of the type property.
Link copied to clipboard
Gets the value of the typeAttribute property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun getWeight(): String
Gets the value of the weight property.
Link copied to clipboard
open fun getWidth(): Double
Gets the value of the width property.
Link copied to clipboard
open fun setColor(value: String)
Sets the value of the color property.
Link copied to clipboard
open fun setLaneChange(value: String)
Sets the value of the laneChange property.
Link copied to clipboard
open fun setSOffset(value: Double)
Sets the value of the sOffset property.
Link copied to clipboard
Sets the value of the type property.
Link copied to clipboard
open fun setTypeAttribute(value: String)
Sets the value of the typeAttribute property.
Link copied to clipboard
open fun setWeight(value: String)
Sets the value of the weight property.
Link copied to clipboard
open fun setWidth(value: Double)
Sets the value of the width property.