
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 boolean
equals(Object obj)
Integer
getLocationCol()
Integer
getLocationLine()
String
getLocationString()
String
getMessage()
ResultSeverityEnum
getSeverity()
int
hashCode()
void
setLocationCol(Integer theLocationCol)
void
setLocationLine(Integer theLocationLine)
void
setLocationString(String theLocationString)
void
setMessage(String theMessage)
void
setSeverity(ResultSeverityEnum theSeverity)
String
toString()
-
-
-
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)
-
-