@OpenApiAll
public class ValidationResult
extends java.lang.Object
Constructor and Description |
---|
ValidationResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbbreviation()
Gets abbreviation.
|
com.nomagic.magicdraw.uml.BaseElement |
getElement()
Gets element.
|
java.lang.String |
getMessage()
Gets message.
|
java.lang.String |
getSeverity()
Gets severity.
|
void |
setAbbreviation(java.lang.String abbreviation)
Sets abbreviation.
|
void |
setElement(com.nomagic.magicdraw.uml.BaseElement baseElement)
Sets element.
|
void |
setMessage(java.lang.String message)
Sets message.
|
void |
setSeverity(java.lang.String severity)
Sets severity.
|
java.lang.String |
toString() |
public com.nomagic.magicdraw.uml.BaseElement getElement()
public void setElement(com.nomagic.magicdraw.uml.BaseElement baseElement)
baseElement
- the element to setpublic java.lang.String getSeverity()
public void setSeverity(java.lang.String severity)
severity
- the severity to setpublic java.lang.String getAbbreviation()
public void setAbbreviation(java.lang.String abbreviation)
abbreviation
- the abbreviation to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message to setpublic java.lang.String toString()
toString
in class java.lang.Object