Package net.ihe.gazelle.validation
Class ValidationCounters
java.lang.Object
net.ihe.gazelle.validation.ValidationCounters
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 Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected BigInteger
protected BigInteger
protected BigInteger
protected BigInteger
protected BigInteger
protected BigInteger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nrOfChecks property.Gets the value of the nrOfValidationErrors property.Gets the value of the nrOfValidationInfos property.Gets the value of the nrOfValidationNotes property.Gets the value of the nrOfValidationReports property.Gets the value of the nrOfValidationUnknown property.Gets the value of the nrOfValidationWarnings property.void
setNrOfChecks
(BigInteger value) Sets the value of the nrOfChecks property.void
Sets the value of the nrOfValidationErrors property.void
setNrOfValidationInfos
(BigInteger value) Sets the value of the nrOfValidationInfos property.void
setNrOfValidationNotes
(BigInteger value) Sets the value of the nrOfValidationNotes property.void
Sets the value of the nrOfValidationReports property.void
Sets the value of the nrOfValidationUnknown property.void
Sets the value of the nrOfValidationWarnings property.
-
Field Details
-
nrOfChecks
-
nrOfValidationErrors
-
nrOfValidationWarnings
-
nrOfValidationInfos
-
nrOfValidationNotes
-
nrOfValidationReports
-
nrOfValidationUnknown
-
-
Constructor Details
-
ValidationCounters
public ValidationCounters()
-
-
Method Details
-
getNrOfChecks
Gets the value of the nrOfChecks property.- Returns:
- possible object is
BigInteger
-
setNrOfChecks
Sets the value of the nrOfChecks property.- Parameters:
value
- allowed object isBigInteger
-
getNrOfValidationErrors
Gets the value of the nrOfValidationErrors property.- Returns:
- possible object is
BigInteger
-
setNrOfValidationErrors
Sets the value of the nrOfValidationErrors property.- Parameters:
value
- allowed object isBigInteger
-
getNrOfValidationWarnings
Gets the value of the nrOfValidationWarnings property.- Returns:
- possible object is
BigInteger
-
setNrOfValidationWarnings
Sets the value of the nrOfValidationWarnings property.- Parameters:
value
- allowed object isBigInteger
-
getNrOfValidationInfos
Gets the value of the nrOfValidationInfos property.- Returns:
- possible object is
BigInteger
-
setNrOfValidationInfos
Sets the value of the nrOfValidationInfos property.- Parameters:
value
- allowed object isBigInteger
-
getNrOfValidationNotes
Gets the value of the nrOfValidationNotes property.- Returns:
- possible object is
BigInteger
-
setNrOfValidationNotes
Sets the value of the nrOfValidationNotes property.- Parameters:
value
- allowed object isBigInteger
-
getNrOfValidationReports
Gets the value of the nrOfValidationReports property.- Returns:
- possible object is
BigInteger
-
setNrOfValidationReports
Sets the value of the nrOfValidationReports property.- Parameters:
value
- allowed object isBigInteger
-
getNrOfValidationUnknown
Gets the value of the nrOfValidationUnknown property.- Returns:
- possible object is
BigInteger
-
setNrOfValidationUnknown
Sets the value of the nrOfValidationUnknown property.- Parameters:
value
- allowed object isBigInteger
-