Class DetailedResult

java.lang.Object
net.ihe.gazelle.validation.DetailedResult

public class DetailedResult extends Object

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 Details

  • Constructor Details

    • DetailedResult

      public DetailedResult()
  • Method Details

    • getTemplateDesc

      public Template getTemplateDesc()
    • setTemplateDesc

      public void setTemplateDesc(Template templateDesc)
    • getNistValidation

      public NistValidation getNistValidation()
    • setNistValidation

      public void setNistValidation(NistValidation nistValidation)
    • getDocumentValidXSD

      public DocumentValidXSD getDocumentValidXSD()
      Gets the value of the documentValidXSD property.
      Returns:
      possible object is DocumentValidXSD
    • setDocumentValidXSD

      public void setDocumentValidXSD(DocumentValidXSD value)
      Sets the value of the documentValidXDW property.
      Parameters:
      value - allowed object is DocumentValidXSD
    • getDocumentWellFormed

      public DocumentWellFormed getDocumentWellFormed()
      Gets the value of the documentWellFormed property.
      Returns:
      possible object is DocumentWellFormed
    • setDocumentWellFormed

      public void setDocumentWellFormed(DocumentWellFormed value)
      Sets the value of the documentWellFormed property.
      Parameters:
      value - allowed object is DocumentWellFormed
    • getMDAValidation

      public MDAValidation getMDAValidation()
      Gets the value of the mdaValidation property.
      Returns:
      possible object is MDAValidation
    • setMDAValidation

      public void setMDAValidation(MDAValidation value)
      Sets the value of the mdaValidation property.
      Parameters:
      value - allowed object is MDAValidation
    • getValidationResultsOverview

      public ValidationResultsOverview getValidationResultsOverview()
      Gets the value of the validationResultsOverview property.
      Returns:
      possible object is ValidationResultsOverview
    • setValidationResultsOverview

      public void setValidationResultsOverview(ValidationResultsOverview value)
      Sets the value of the validationResultsOverview property.
      Parameters:
      value - allowed object is ValidationResultsOverview