Class SingleValidationResult
- java.lang.Object
-
- eu.domibus.connector.client.schema.validation.SingleValidationResult
-
public class SingleValidationResult extends Object
If the schema validation returns result other than okay, a single result per happening must be instantiated. Collected single results must be put into aValidationResult
object.- Author:
- riederb
-
-
Constructor Summary
Constructors Constructor Description SingleValidationResult(SeverityLevel level, String result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SeverityLevel
getLevel()
String
getResult()
String
getSingleResultString()
-
-
-
Constructor Detail
-
SingleValidationResult
public SingleValidationResult(SeverityLevel level, String result)
-
-
Method Detail
-
getLevel
public SeverityLevel getLevel()
-
getResult
public String getResult()
-
getSingleResultString
public String getSingleResultString()
-
-