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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theexplanationelement.static final TLcdDataPropertyData property that maps to thepasselement.static final TLcdDataPropertyData property that maps to thespecificationelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXPLANATION_PROPERTYproperty.getPass()Returns the role value contained in the value of thePASS_PROPERTYproperty.Returns the role value contained in the value of theSPECIFICATION_PROPERTYproperty.voidsetExplanation(String aValue) Sets the value of the property that maps to theexplanationelement.voidSets the value of the property that maps to thepasselement.voidsetSpecification(TLcdISO19115Citation aValue) Sets the value of the property that maps to thespecificationelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SPECIFICATION_PROPERTY
Data property that maps to thespecificationelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Citation>. -
EXPLANATION_PROPERTY
Data property that maps to theexplanationelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
PASS_PROPERTY
Data property that maps to thepasselement. 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_PROPERTYproperty. Returnsnullif the value of theSPECIFICATION_PROPERTYproperty isnull.- Returns:
- the role value of the
SPECIFICATION_PROPERTYproperty. - See Also:
-
setSpecification
Sets the value of the property that maps to thespecificationelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theSPECIFICATION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theSPECIFICATION_PROPERTYproperty.
-
getExplanation
Returns the role value contained in the value of theEXPLANATION_PROPERTYproperty. Returnsnullif the value of theEXPLANATION_PROPERTYproperty isnull.- Returns:
- the role value of the
EXPLANATION_PROPERTYproperty. - See Also:
-
setExplanation
Sets the value of the property that maps to theexplanationelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theEXPLANATION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theEXPLANATION_PROPERTYproperty.
-
getPass
Returns the role value contained in the value of thePASS_PROPERTYproperty. Returnsnullif the value of thePASS_PROPERTYproperty isnull.- Returns:
- the role value of the
PASS_PROPERTYproperty. - See Also:
-
setPass
Sets the value of the property that maps to thepasselement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, thePASS_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for thePASS_PROPERTYproperty.
-