T_DataQuality_RawData

Describes some basic metadata containing information about the raw data.

Java class for t_dataQuality_RawData complex type

.

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


<complexType name="t_dataQuality_RawData">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
      </sequence>
      <attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="postProcessing" use="required" type="{}e_dataQuality_RawData_PostProcessing" />
      <attribute name="postProcessingComment" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="source" use="required" type="{}e_dataQuality_RawData_Source" />
      <attribute name="sourceComment" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getDate(): String
Date of the delivery of raw data, to be given in ISO 8601 notification (YYYY-MM-DDTHH:MM:SS).
Link copied to clipboard
Information about the kind of data handling before exporting data into the ASAM OpenDRIVE file
Link copied to clipboard
Comments concerning the post processing attribute.
Link copied to clipboard
Source that has been used for retrieving the raw data; further sources to be added in upcoming versions
Link copied to clipboard
Comments concerning the @source .
Link copied to clipboard
open fun setDate(value: String)
Sets the value of the date property.
Link copied to clipboard
Sets the value of the postProcessing property.
Link copied to clipboard
Sets the value of the postProcessingComment property.
Link copied to clipboard
Sets the value of the source property.
Link copied to clipboard
open fun setSourceComment(value: String)
Sets the value of the sourceComment property.