Package org.cxml

Class ExpectedResult

java.lang.Object
org.cxml.ExpectedResult

public class ExpectedResult extends Object
  • Field Details

    • targetValue

      protected String targetValue
    • valuePrecision

      protected String valuePrecision
    • qualitativeValue

      protected String qualitativeValue
    • minimumLimit

      protected MinimumLimit minimumLimit
    • maximumLimit

      protected MaximumLimit maximumLimit
    • propertyValue

      protected PropertyValue propertyValue
  • Constructor Details

    • ExpectedResult

      public ExpectedResult()
  • Method Details

    • getTargetValue

      public String getTargetValue()
      Gets the value of the targetValue property.
      Returns:
      possible object is String
    • setTargetValue

      public void setTargetValue(String value)
      Sets the value of the targetValue property.
      Parameters:
      value - allowed object is String
    • getValuePrecision

      public String getValuePrecision()
      Gets the value of the valuePrecision property.
      Returns:
      possible object is String
    • setValuePrecision

      public void setValuePrecision(String value)
      Sets the value of the valuePrecision property.
      Parameters:
      value - allowed object is String
    • getQualitativeValue

      public String getQualitativeValue()
      Gets the value of the qualitativeValue property.
      Returns:
      possible object is String
    • setQualitativeValue

      public void setQualitativeValue(String value)
      Sets the value of the qualitativeValue property.
      Parameters:
      value - allowed object is String
    • getMinimumLimit

      public MinimumLimit getMinimumLimit()
      Gets the value of the minimumLimit property.
      Returns:
      possible object is MinimumLimit
    • setMinimumLimit

      public void setMinimumLimit(MinimumLimit value)
      Sets the value of the minimumLimit property.
      Parameters:
      value - allowed object is MinimumLimit
    • getMaximumLimit

      public MaximumLimit getMaximumLimit()
      Gets the value of the maximumLimit property.
      Returns:
      possible object is MaximumLimit
    • setMaximumLimit

      public void setMaximumLimit(MaximumLimit value)
      Sets the value of the maximumLimit property.
      Parameters:
      value - allowed object is MaximumLimit
    • getPropertyValue

      public PropertyValue getPropertyValue()
      Gets the value of the propertyValue property.
      Returns:
      possible object is PropertyValue
    • setPropertyValue

      public void setPropertyValue(PropertyValue value)
      Sets the value of the propertyValue property.
      Parameters:
      value - allowed object is PropertyValue