Package net.ihe.gazelle.validation
Class DetailedResult
java.lang.Object
net.ihe.gazelle.validation.DetailedResult
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="{}DocumentValidXDW"/> <element ref="{}DocumentWellFormed" minOccurs="0"/> <element ref="{}MDAValidation"/> <element ref="{}ValidationResultsOverview"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected DocumentValidXSD
protected DocumentWellFormed
protected MDAValidation
protected NistValidation
protected Template
protected ValidationResultsOverview
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentValidXSD property.Gets the value of the documentWellFormed property.Gets the value of the mdaValidation property.Gets the value of the validationResultsOverview property.void
Sets the value of the documentValidXDW property.void
Sets the value of the documentWellFormed property.void
setMDAValidation
(MDAValidation value) Sets the value of the mdaValidation property.void
setNistValidation
(NistValidation nistValidation) void
setTemplateDesc
(Template templateDesc) void
Sets the value of the validationResultsOverview property.
-
Field Details
-
documentValidXSD
-
documentWellFormed
-
mdaValidation
-
validationResultsOverview
-
nistValidation
-
templateDesc
-
-
Constructor Details
-
DetailedResult
public DetailedResult()
-
-
Method Details
-
getTemplateDesc
-
setTemplateDesc
-
getNistValidation
-
setNistValidation
-
getDocumentValidXSD
Gets the value of the documentValidXSD property.- Returns:
- possible object is
DocumentValidXSD
-
setDocumentValidXSD
Sets the value of the documentValidXDW property.- Parameters:
value
- allowed object isDocumentValidXSD
-
getDocumentWellFormed
Gets the value of the documentWellFormed property.- Returns:
- possible object is
DocumentWellFormed
-
setDocumentWellFormed
Sets the value of the documentWellFormed property.- Parameters:
value
- allowed object isDocumentWellFormed
-
getMDAValidation
Gets the value of the mdaValidation property.- Returns:
- possible object is
MDAValidation
-
setMDAValidation
Sets the value of the mdaValidation property.- Parameters:
value
- allowed object isMDAValidation
-
getValidationResultsOverview
Gets the value of the validationResultsOverview property.- Returns:
- possible object is
ValidationResultsOverview
-
setValidationResultsOverview
Sets the value of the validationResultsOverview property.- Parameters:
value
- allowed object isValidationResultsOverview
-