Class ValidationCounters

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

public class ValidationCounters 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="{}NrOfChecks" minOccurs="0"/>
         <element ref="{}NrOfValidationErrors" minOccurs="0"/>
         <element ref="{}NrOfValidationWarnings" minOccurs="0"/>
         <choice>
           <element ref="{}NrOfValidationInfos" minOccurs="0"/>
           <sequence>
             <element ref="{}NrOfValidationNotes" minOccurs="0"/>
             <element ref="{}NrOfValidationReports" minOccurs="0"/>
             <element ref="{}NrOfValidationUnknown" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • nrOfChecks

      protected BigInteger nrOfChecks
    • nrOfValidationErrors

      protected BigInteger nrOfValidationErrors
    • nrOfValidationWarnings

      protected BigInteger nrOfValidationWarnings
    • nrOfValidationInfos

      protected BigInteger nrOfValidationInfos
    • nrOfValidationNotes

      protected BigInteger nrOfValidationNotes
    • nrOfValidationReports

      protected BigInteger nrOfValidationReports
    • nrOfValidationUnknown

      protected BigInteger nrOfValidationUnknown
  • Constructor Details

    • ValidationCounters

      public ValidationCounters()
  • Method Details

    • getNrOfChecks

      public BigInteger getNrOfChecks()
      Gets the value of the nrOfChecks property.
      Returns:
      possible object is BigInteger
    • setNrOfChecks

      public void setNrOfChecks(BigInteger value)
      Sets the value of the nrOfChecks property.
      Parameters:
      value - allowed object is BigInteger
    • getNrOfValidationErrors

      public BigInteger getNrOfValidationErrors()
      Gets the value of the nrOfValidationErrors property.
      Returns:
      possible object is BigInteger
    • setNrOfValidationErrors

      public void setNrOfValidationErrors(BigInteger value)
      Sets the value of the nrOfValidationErrors property.
      Parameters:
      value - allowed object is BigInteger
    • getNrOfValidationWarnings

      public BigInteger getNrOfValidationWarnings()
      Gets the value of the nrOfValidationWarnings property.
      Returns:
      possible object is BigInteger
    • setNrOfValidationWarnings

      public void setNrOfValidationWarnings(BigInteger value)
      Sets the value of the nrOfValidationWarnings property.
      Parameters:
      value - allowed object is BigInteger
    • getNrOfValidationInfos

      public BigInteger getNrOfValidationInfos()
      Gets the value of the nrOfValidationInfos property.
      Returns:
      possible object is BigInteger
    • setNrOfValidationInfos

      public void setNrOfValidationInfos(BigInteger value)
      Sets the value of the nrOfValidationInfos property.
      Parameters:
      value - allowed object is BigInteger
    • getNrOfValidationNotes

      public BigInteger getNrOfValidationNotes()
      Gets the value of the nrOfValidationNotes property.
      Returns:
      possible object is BigInteger
    • setNrOfValidationNotes

      public void setNrOfValidationNotes(BigInteger value)
      Sets the value of the nrOfValidationNotes property.
      Parameters:
      value - allowed object is BigInteger
    • getNrOfValidationReports

      public BigInteger getNrOfValidationReports()
      Gets the value of the nrOfValidationReports property.
      Returns:
      possible object is BigInteger
    • setNrOfValidationReports

      public void setNrOfValidationReports(BigInteger value)
      Sets the value of the nrOfValidationReports property.
      Parameters:
      value - allowed object is BigInteger
    • getNrOfValidationUnknown

      public BigInteger getNrOfValidationUnknown()
      Gets the value of the nrOfValidationUnknown property.
      Returns:
      possible object is BigInteger
    • setNrOfValidationUnknown

      public void setNrOfValidationUnknown(BigInteger value)
      Sets the value of the nrOfValidationUnknown property.
      Parameters:
      value - allowed object is BigInteger