T_DataQuality

open class T_DataQuality

Java class for t_dataQuality complex type.

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


<complexType name="t_dataQuality">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="error" type="{}t_dataQuality_Error" minOccurs="0"/>
        <element name="rawData" type="{}t_dataQuality_RawData" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the error property.
Link copied to clipboard
Gets the value of the rawData property.
Link copied to clipboard
open fun setError(value: T_DataQuality_Error)
Sets the value of the error property.
Link copied to clipboard
Sets the value of the rawData property.