Class TLcdISO19115ConformanceResult

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115ConformanceResult extends TLcdISO19115Result
quantitative_result from Quality Procedures - - renamed to remove implied use limitiation.
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115ConformanceResult

      public TLcdISO19115ConformanceResult()
    • TLcdISO19115ConformanceResult

      public TLcdISO19115ConformanceResult(TLcdDataType aType)
  • Method Details

    • getSpecification

      public TLcdISO19115Citation getSpecification()
      Returns the role value contained in the value of the SPECIFICATION_PROPERTY property. Returns null if the value of the SPECIFICATION_PROPERTY property is null.
      Returns:
      the role value of the SPECIFICATION_PROPERTY property.
      See Also:
    • setSpecification

      public void setSpecification(TLcdISO19115Citation aValue)
      Sets the value of the property that maps to the specification 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 SPECIFICATION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the SPECIFICATION_PROPERTY property.
    • getExplanation

      public String getExplanation()
      Returns the role value contained in the value of the EXPLANATION_PROPERTY property. Returns null if the value of the EXPLANATION_PROPERTY property is null.
      Returns:
      the role value of the EXPLANATION_PROPERTY property.
      See Also:
    • setExplanation

      public void setExplanation(String aValue)
      Sets the value of the property that maps to the explanation element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the EXPLANATION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the EXPLANATION_PROPERTY property.
    • getPass

      public Boolean getPass()
      Returns the role value contained in the value of the PASS_PROPERTY property. Returns null if the value of the PASS_PROPERTY property is null.
      Returns:
      the role value of the PASS_PROPERTY property.
      See Also:
    • setPass

      public void setPass(Boolean aValue)
      Sets the value of the property that maps to the pass element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the PASS_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the PASS_PROPERTY property.