Marking

open class Marking

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">
      <attribute name="side" type="{}parkingSpacemarkingSide" />
      <attribute name="type" type="{}roadmarkType" />
      <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="color" type="{}color" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getColor(): Color
Gets the value of the color property.
Link copied to clipboard
Gets the value of the side property.
Link copied to clipboard
open fun getType(): RoadmarkType
Gets the value of the type property.
Link copied to clipboard
open fun getWidth(): Double
Gets the value of the width property.
Link copied to clipboard
open fun setColor(value: Color)
Sets the value of the color property.
Link copied to clipboard
Sets the value of the side property.
Link copied to clipboard
open fun setType(value: RoadmarkType)
Sets the value of the type property.
Link copied to clipboard
open fun setWidth(value: Double)
Sets the value of the width property.