Package ca.uhn.fhir.validation
Class SingleValidationMessage
- java.lang.Object
-
- ca.uhn.fhir.validation.SingleValidationMessage
-
public class SingleValidationMessage extends Object
-
-
Constructor Summary
Constructors Constructor Description SingleValidationMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetLocationCol()IntegergetLocationLine()StringgetLocationString()StringgetMessage()ResultSeverityEnumgetSeverity()inthashCode()voidsetLocationCol(Integer theLocationCol)voidsetLocationLine(Integer theLocationLine)voidsetLocationString(String theLocationString)voidsetMessage(String theMessage)voidsetSeverity(ResultSeverityEnum theSeverity)StringtoString()
-
-
-
Constructor Detail
-
SingleValidationMessage
public SingleValidationMessage()
-
-
Method Detail
-
getLocationCol
public Integer getLocationCol()
-
getLocationLine
public Integer getLocationLine()
-
getLocationString
public String getLocationString()
-
getMessage
public String getMessage()
-
getSeverity
public ResultSeverityEnum getSeverity()
-
setLocationCol
public void setLocationCol(Integer theLocationCol)
-
setLocationLine
public void setLocationLine(Integer theLocationLine)
-
setLocationString
public void setLocationString(String theLocationString)
-
setMessage
public void setMessage(String theMessage)
-
setSeverity
public void setSeverity(ResultSeverityEnum theSeverity)
-
-