Class TLcdISO19115ConformanceResult
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.dataquality.TLcdISO19115Result
com.luciad.format.metadata.model.dataquality.TLcdISO19115ConformanceResult
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
quantitative_result from Quality Procedures - - renamed to remove implied use limitiation.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theexplanation
element.static final TLcdDataProperty
Data property that maps to thepass
element.static final TLcdDataProperty
Data property that maps to thespecification
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXPLANATION_PROPERTY
property.getPass()
Returns the role value contained in the value of thePASS_PROPERTY
property.Returns the role value contained in the value of theSPECIFICATION_PROPERTY
property.void
setExplanation
(String aValue) Sets the value of the property that maps to theexplanation
element.void
Sets the value of the property that maps to thepass
element.void
setSpecification
(TLcdISO19115Citation aValue) Sets the value of the property that maps to thespecification
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SPECIFICATION_PROPERTY
Data property that maps to thespecification
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Citation>
. -
EXPLANATION_PROPERTY
Data property that maps to theexplanation
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
PASS_PROPERTY
Data property that maps to thepass
element. The possible values for this property are instances ofTLcdISO19115Optional<Boolean>
.
-
-
Constructor Details
-
TLcdISO19115ConformanceResult
public TLcdISO19115ConformanceResult() -
TLcdISO19115ConformanceResult
-
-
Method Details
-
getSpecification
Returns the role value contained in the value of theSPECIFICATION_PROPERTY
property. Returnsnull
if the value of theSPECIFICATION_PROPERTY
property isnull
.- Returns:
- the role value of the
SPECIFICATION_PROPERTY
property. - See Also:
-
setSpecification
Sets the value of the property that maps to thespecification
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theSPECIFICATION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSPECIFICATION_PROPERTY
property.
-
getExplanation
Returns the role value contained in the value of theEXPLANATION_PROPERTY
property. Returnsnull
if the value of theEXPLANATION_PROPERTY
property isnull
.- Returns:
- the role value of the
EXPLANATION_PROPERTY
property. - See Also:
-
setExplanation
Sets the value of the property that maps to theexplanation
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theEXPLANATION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEXPLANATION_PROPERTY
property.
-
getPass
Returns the role value contained in the value of thePASS_PROPERTY
property. Returnsnull
if the value of thePASS_PROPERTY
property isnull
.- Returns:
- the role value of the
PASS_PROPERTY
property. - See Also:
-
setPass
Sets the value of the property that maps to thepass
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, thePASS_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for thePASS_PROPERTY
property.
-