public class DefaultDataQuality extends ISOMetadata implements DataQuality
DQ_DataQuality
└─scope……………… The specific data to which the data quality information applies.
└─level…… Hierarchical level of the data specified by the scope.XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultDataQuality()
Constructs an initially empty data quality.
|
DefaultDataQuality(DataQuality object)
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultDataQuality(Scope scope)
Creates a data quality initialized to the given scope.
|
DefaultDataQuality(ScopeCode level)
Creates a data quality initialized to the given scope level.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultDataQuality |
castOrCopy(DataQuality object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Lineage |
getLineage()
Returns non-quantitative quality information about the lineage of the data specified by the scope.
|
Collection<Element> |
getReports()
Returns the quantitative quality information for the data specified by the scope.
|
Scope |
getScope()
Returns the specific data to which the data quality information applies.
|
void |
setLineage(Lineage newValue)
Sets the non-quantitative quality information about the lineage of the data specified by the scope.
|
void |
setReports(Collection<? extends Element> newValues)
Sets the quantitative quality information for the data specified by the scope.
|
void |
setScope(Scope newValue)
Sets the specific data to which the data quality information applies.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultDataQuality()
public DefaultDataQuality(ScopeCode level)
level - the hierarchical level of the data to which the quality information applies, or null.public DefaultDataQuality(Scope scope)
scope - the specific data to which the data quality information applies, or null.public DefaultDataQuality(DataQuality object)
object - the metadata to copy values from, or null if none.castOrCopy(DataQuality)public static DefaultDataQuality castOrCopy(DataQuality object)
null, then this method returns null.DefaultDataQuality, then it is returned unchanged.DefaultDataQuality instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public Scope getScope()
getScope in interface DataQualitynull.public void setScope(Scope newValue)
newValue - the new scope.public Collection<Element> getReports()
getReports in interface DataQualitypublic void setReports(Collection<? extends Element> newValues)
newValues - the new reports.public Lineage getLineage()
getLineage in interface DataQualitynull.public void setLineage(Lineage newValue)
newValue - the new lineage.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.