com.waveset.object
Class WorkflowValidator.ValidationMessage

java.lang.Object
  extended bycom.waveset.object.WorkflowValidator.ValidationMessage
Enclosing class:
WorkflowValidator

public static class WorkflowValidator.ValidationMessage
extends java.lang.Object

Validation message. Consists of a message, severity code, and location.


Constructor Summary
WorkflowValidator.ValidationMessage(WorkflowValidator.Locator location, Message message, WorkflowValidator.Severity severity)
           
 
Method Summary
 WorkflowValidator.Locator getLocation()
           
 Message getMessage()
           
 WorkflowValidator.Severity getSeverity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowValidator.ValidationMessage

public WorkflowValidator.ValidationMessage(WorkflowValidator.Locator location,
                                           Message message,
                                           WorkflowValidator.Severity severity)
Method Detail

getLocation

public WorkflowValidator.Locator getLocation()

getMessage

public Message getMessage()

getSeverity

public WorkflowValidator.Severity getSeverity()