T_DataQuality_Error

The absolute or relative errors of road data are described by elements within the

Java class for t_dataQuality_Error complex type.

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


<complexType name="t_dataQuality_Error">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
      </sequence>
      <attribute name="xyAbsolute" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="zAbsolute" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="xyRelative" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="zRelative" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getXyAbsolute(): Double
Gets the value of the xyAbsolute property.
Link copied to clipboard
open fun getXyRelative(): Double
Gets the value of the xyRelative property.
Link copied to clipboard
open fun getZAbsolute(): Double
Gets the value of the zAbsolute property.
Link copied to clipboard
open fun getZRelative(): Double
Gets the value of the zRelative property.
Link copied to clipboard
open fun setXyAbsolute(value: Double)
Sets the value of the xyAbsolute property.
Link copied to clipboard
open fun setXyRelative(value: Double)
Sets the value of the xyRelative property.
Link copied to clipboard
open fun setZAbsolute(value: Double)
Sets the value of the zAbsolute property.
Link copied to clipboard
open fun setZRelative(value: Double)
Sets the value of the zRelative property.