CenterLane

open class CenterLane

Java class for centerLane complex type.

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


<complexType name="centerLane">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="link" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="predecessor" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="successor" minOccurs="0">
                    <complexType>
                      <complexContent>
                        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                          <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
                        </restriction>
                      </complexContent>
                    </complexType>
                  </element>
                  <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
                  <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="roadMark" maxOccurs="unbounded" minOccurs="0">
          <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="{}rule" />
                                    <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
                                  </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="{}roadmarkType" />
                <attribute name="weight" type="{}weight" />
                <attribute name="color" type="{}color" />
                <attribute name="material" type="{http://www.w3.org/2001/XMLSchema}string" />
                <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
                <attribute name="laneChange" type="{}laneChange" />
                <attribute name="height" 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="id" type="{http://www.w3.org/2001/XMLSchema}int" />
      <attribute name="type" type="{}laneType" />
      <attribute name="level" type="{}singleSide" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Types

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

Functions

Link copied to clipboard
open fun getId(): Integer
Gets the value of the id property.
Link copied to clipboard
open fun getInclude(): List<Include>
Gets the value of the include property.
Link copied to clipboard
open fun getLevel(): SingleSide
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(): 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 setId(value: Integer)
Sets the value of the id property.
Link copied to clipboard
open fun setLevel(value: SingleSide)
Sets the value of the level property.
Link copied to clipboard
open fun setLink(value: CenterLane.Link)
Sets the value of the link property.
Link copied to clipboard
open fun setType(value: LaneType)
Sets the value of the type property.