T_Road_Type

open class T_Road_Type

Java class for t_road_type complex type.

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


<complexType name="t_road_type">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="speed" type="{}t_road_type_speed" minOccurs="0"/>
        <group ref="{}g_additionalData"/>
      </sequence>
      <attribute name="s" use="required" type="{}t_grEqZero" />
      <attribute name="type" use="required" type="{}e_roadType" />
      <attribute name="country" type="{}e_countryCode" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getCountry(): String
Gets the value of the country 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
open fun getS(): Double
Gets the value of the s property.
Link copied to clipboard
Gets the value of the speed property.
Link copied to clipboard
open fun getType(): E_RoadType
Gets the value of the type property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun setCountry(value: String)
Sets the value of the country property.
Link copied to clipboard
open fun setDataQuality(value: T_DataQuality)
Sets the value of the dataQuality property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.
Link copied to clipboard
open fun setSpeed(value: T_Road_Type_Speed)
Sets the value of the speed property.
Link copied to clipboard
open fun setType(value: E_RoadType)
Sets the value of the type property.