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
FieldsModifier and TypeFieldDescriptionprotected DocumentValidXSDprotected DocumentWellFormedprotected MDAValidationprotected NistValidationprotected Templateprotected ValidationResultsOverview -
Constructor Summary
Constructors -
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.voidSets the value of the documentValidXDW property.voidSets the value of the documentWellFormed property.voidsetMDAValidation(MDAValidation value) Sets the value of the mdaValidation property.voidsetNistValidation(NistValidation nistValidation) voidsetTemplateDesc(Template templateDesc) voidSets 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
-