Class TLcdISO19115DataQuality

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.dataquality.TLcdISO19115DataQuality
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115DataQuality extends TLcdISO19118Object
Quality information for the data specified by a data quality scope
Since:
10.0
  • Field Details

    • SCOPE_PROPERTY

      public static final TLcdDataProperty SCOPE_PROPERTY
      Data property that maps to the scope element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Scope>.
    • REPORT_PROPERTY

      public static final TLcdDataProperty REPORT_PROPERTY
      Data property that maps to the report element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Element>>.
    • LINEAGE_PROPERTY

      public static final TLcdDataProperty LINEAGE_PROPERTY
      Data property that maps to the lineage element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Lineage>.
  • Constructor Details

    • TLcdISO19115DataQuality

      public TLcdISO19115DataQuality()
    • TLcdISO19115DataQuality

      public TLcdISO19115DataQuality(TLcdDataType aType)
  • Method Details

    • getScope

      public TLcdISO19115Scope getScope()
      Returns the role value contained in the value of the SCOPE_PROPERTY property. Returns null if the value of the SCOPE_PROPERTY property is null.
      Returns:
      the role value of the SCOPE_PROPERTY property.
      See Also:
    • setScope

      public void setScope(TLcdISO19115Scope aValue)
      Sets the value of the property that maps to the scope element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the SCOPE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the SCOPE_PROPERTY property.
    • getReport

      public List<TLcdISO19115Element> getReport()
      Gets the value of the REPORT_PROPERTY property adapted to a list of TLcdISO19115Element instances.
      Returns:
      the value of the REPORT_PROPERTY property adapted to a list of TLcdISO19115Element instances.
      See Also:
    • getLineage

      public TLcdISO19115Lineage getLineage()
      Returns the role value contained in the value of the LINEAGE_PROPERTY property. Returns null if the value of the LINEAGE_PROPERTY property is null.
      Returns:
      the role value of the LINEAGE_PROPERTY property.
      See Also:
    • setLineage

      public void setLineage(TLcdISO19115Lineage aValue)
      Sets the value of the property that maps to the lineage element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the LINEAGE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the LINEAGE_PROPERTY property.