Class MDAValidation

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

public class MDAValidation 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>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{}Warning" minOccurs="0"/>
           <element ref="{}Error" minOccurs="0"/>
           <element ref="{}Note" minOccurs="0"/>
         </choice>
         <element ref="{}Result"/>
         <element ref="{}ValidationCounters"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • warningOrErrorOrNote

      protected List<Object> warningOrErrorOrNote
    • result

      protected String result
    • validationCounters

      protected ValidationCounters validationCounters
  • Constructor Details

    • MDAValidation

      public MDAValidation()
  • Method Details

    • getWarningOrErrorOrNote

      public List<Object> getWarningOrErrorOrNote()
      Gets the value of the warningOrErrorOrNote property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the warningOrErrorOrNote property.

      For example, to add a new item, do as follows:

       getWarningOrErrorOrNote().add(newItem);
       

      Objects of the following type(s) are allowed in the list Warning Note Error

    • getResult

      public String getResult()
      Gets the value of the result property.
      Returns:
      possible object is String
    • setResult

      public void setResult(String value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is String
    • getValidationCounters

      public ValidationCounters getValidationCounters()
      Gets the value of the validationCounters property.
      Returns:
      possible object is ValidationCounters
    • setValidationCounters

      public void setValidationCounters(ValidationCounters value)
      Sets the value of the validationCounters property.
      Parameters:
      value - allowed object is ValidationCounters