ParkingSpace

open class ParkingSpace

Java class for parkingSpace complex type.

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


<complexType name="parkingSpace">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="marking" maxOccurs="4" minOccurs="0">
          <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>
        </element>
        <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
        <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="access" type="{}access" />
      <attribute name="restrictions" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Types

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

Functions

Link copied to clipboard
open fun getAccess(): Access
Gets the value of the access property.
Link copied to clipboard
open fun getInclude(): List<Include>
Gets the value of the include property.
Link copied to clipboard
Gets the value of the marking property.
Link copied to clipboard
Gets the value of the restrictions property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun setAccess(value: Access)
Sets the value of the access property.
Link copied to clipboard
open fun setRestrictions(value: String)
Sets the value of the restrictions property.