Package net.ihe.gazelle.validation
Class MDAValidation
java.lang.Object
net.ihe.gazelle.validation.MDAValidation
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the result property.Gets the value of the validationCounters property.Gets the value of the warningOrErrorOrNote property.void
Sets the value of the result property.void
Sets the value of the validationCounters property.
-
Field Details
-
warningOrErrorOrNote
-
result
-
validationCounters
-
-
Constructor Details
-
MDAValidation
public MDAValidation()
-
-
Method Details
-
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
Gets the value of the result property.- Returns:
- possible object is
String
-
setResult
Sets the value of the result property.- Parameters:
value
- allowed object isString
-
getValidationCounters
Gets the value of the validationCounters property.- Returns:
- possible object is
ValidationCounters
-
setValidationCounters
Sets the value of the validationCounters property.- Parameters:
value
- allowed object isValidationCounters
-