|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.core.report.impl.MessageImpl
eu.esdihumboldt.hale.common.instancevalidator.report.impl.DefaultInstanceValidationMessage
public class DefaultInstanceValidationMessage
Default implementation of InstanceValidationMessage
.
Constructor Summary | |
---|---|
DefaultInstanceValidationMessage(InstanceReference instanceReference,
QName type,
List<QName> path,
String category,
String message)
Create a new instance validation message. |
Method Summary | |
---|---|
String |
getCategory()
Returns the category of this message (i. |
String |
getFormattedMessage()
Get the formatted message string with additional informations. |
InstanceReference |
getInstanceReference()
Returns the reference to the instance this message is about. |
List<QName> |
getPath()
Returns the path within the type this message is about. |
QName |
getType()
Returns the type name this message belongs to. |
Methods inherited from class eu.esdihumboldt.hale.common.core.report.impl.MessageImpl |
---|
getMessage, getStackTrace, getThrowable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.esdihumboldt.hale.common.core.report.Message |
---|
getMessage, getStackTrace, getThrowable |
Constructor Detail |
---|
public DefaultInstanceValidationMessage(InstanceReference instanceReference, QName type, List<QName> path, String category, String message)
instanceReference
- the instance reference this message is
associated to, may be nulltype
- the type's namepath
- the path within the typecategory
- the message's categorymessage
- the message stringMethod Detail |
---|
public InstanceReference getInstanceReference()
InstanceValidationMessage
getInstanceReference
in interface InstanceValidationMessage
InstanceValidationMessage.getInstanceReference()
public QName getType()
InstanceValidationMessage
null
.
getType
in interface InstanceValidationMessage
InstanceValidationMessage.getType()
public List<QName> getPath()
InstanceValidationMessage
getPath
in interface InstanceValidationMessage
InstanceValidationMessage.getPath()
public String getCategory()
InstanceValidationMessage
getCategory
in interface InstanceValidationMessage
InstanceValidationMessage.getCategory()
public String getFormattedMessage()
Message
getFormattedMessage
in interface Message
getFormattedMessage
in class MessageImpl
MessageImpl.getFormattedMessage()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |