Package net.ihe.gazelle.validation
Class ValidationResultsOverview
java.lang.Object
net.ihe.gazelle.validation.ValidationResultsOverview
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}ValidationDate"/> <element ref="{}ValidationTime"/> <element ref="{}ValidationServiceName"/> <element ref="{}ValidationTestResult"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the validationDate property.Gives information about the test engine used by the validation serviceGets the value of the validationServiceName property.Gets the value of the validationTestResult property.Gets the value of the validationTime property.void
setValidationDate
(String value) Sets the value of the validationDate property.void
setValidationEngine
(String validationEngine) void
setValidationEngineVersion
(String validationEngineVersion) void
setValidationServiceName
(String value) Sets the value of the validationServiceName property.void
setValidationServiceVersion
(String validationServiceVersion) void
setValidationTestResult
(String value) Sets the value of the validationTestResult property.void
setValidationTime
(String value) Sets the value of the validationTime property.
-
Field Details
-
validationDate
-
validationTime
-
validationServiceName
-
validationEngine
-
validationTestResult
-
validationEngineVersion
-
validationServiceVersion
-
-
Constructor Details
-
ValidationResultsOverview
public ValidationResultsOverview()
-
-
Method Details
-
getValidationServiceVersion
-
setValidationServiceVersion
-
getValidationEngineVersion
-
setValidationEngineVersion
-
getValidationDate
Gets the value of the validationDate property.- Returns:
- possible object is
String
-
setValidationDate
Sets the value of the validationDate property.- Parameters:
value
- allowed object isString
-
getValidationTime
Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
Sets the value of the validationTime property.- Parameters:
value
- allowed object isString
-
getValidationServiceName
Gets the value of the validationServiceName property.- Returns:
- possible object is
String
-
setValidationServiceName
Sets the value of the validationServiceName property.- Parameters:
value
- allowed object isString
-
getValidationTestResult
Gets the value of the validationTestResult property.- Returns:
- possible object is
String
-
setValidationTestResult
Sets the value of the validationTestResult property.- Parameters:
value
- allowed object isString
-
getValidationEngine
Gives information about the test engine used by the validation service -
setValidationEngine
-