T_DataQuality_RawData

Some basic metadata containing information about raw data included in ASAM OpenDRIVE is described by the element within the

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
Gets the value of the date property.
Link copied to clipboard
Gets the value of the postProcessing property.
Link copied to clipboard
Gets the value of the postProcessingComment property.
Link copied to clipboard
Gets the value of the source property.
Link copied to clipboard
Gets the value of the sourceComment property.
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.