Package org.cxml
Class ExpectedResult
java.lang.Object
org.cxml.ExpectedResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MaximumLimitprotected MinimumLimitprotected PropertyValueprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumLimit property.Gets the value of the minimumLimit property.Gets the value of the propertyValue property.Gets the value of the qualitativeValue property.Gets the value of the targetValue property.Gets the value of the valuePrecision property.voidsetMaximumLimit(MaximumLimit value) Sets the value of the maximumLimit property.voidsetMinimumLimit(MinimumLimit value) Sets the value of the minimumLimit property.voidsetPropertyValue(PropertyValue value) Sets the value of the propertyValue property.voidsetQualitativeValue(String value) Sets the value of the qualitativeValue property.voidsetTargetValue(String value) Sets the value of the targetValue property.voidsetValuePrecision(String value) Sets the value of the valuePrecision property.
-
Field Details
-
targetValue
-
valuePrecision
-
qualitativeValue
-
minimumLimit
-
maximumLimit
-
propertyValue
-
-
Constructor Details
-
ExpectedResult
public ExpectedResult()
-
-
Method Details
-
getTargetValue
Gets the value of the targetValue property.- Returns:
- possible object is
String
-
setTargetValue
Sets the value of the targetValue property.- Parameters:
value- allowed object isString
-
getValuePrecision
Gets the value of the valuePrecision property.- Returns:
- possible object is
String
-
setValuePrecision
Sets the value of the valuePrecision property.- Parameters:
value- allowed object isString
-
getQualitativeValue
Gets the value of the qualitativeValue property.- Returns:
- possible object is
String
-
setQualitativeValue
Sets the value of the qualitativeValue property.- Parameters:
value- allowed object isString
-
getMinimumLimit
Gets the value of the minimumLimit property.- Returns:
- possible object is
MinimumLimit
-
setMinimumLimit
Sets the value of the minimumLimit property.- Parameters:
value- allowed object isMinimumLimit
-
getMaximumLimit
Gets the value of the maximumLimit property.- Returns:
- possible object is
MaximumLimit
-
setMaximumLimit
Sets the value of the maximumLimit property.- Parameters:
value- allowed object isMaximumLimit
-
getPropertyValue
Gets the value of the propertyValue property.- Returns:
- possible object is
PropertyValue
-
setPropertyValue
Sets the value of the propertyValue property.- Parameters:
value- allowed object isPropertyValue
-