com.thaiopensource.pullax
Class XmlReport

java.lang.Object
  |
  +--com.thaiopensource.pullax.XmlReport

public class XmlReport
extends java.lang.Object


Constructor Summary
XmlReport(XmlSeverity severity, XmlLocation location, java.lang.String message)
           
 
Method Summary
 XmlLocation getLocation()
           
 java.lang.String getMessage()
           
 XmlSeverity getSeverity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlReport

public XmlReport(XmlSeverity severity,
                 XmlLocation location,
                 java.lang.String message)
Method Detail

getSeverity

public final XmlSeverity getSeverity()

getLocation

public final XmlLocation getLocation()

getMessage

public final java.lang.String getMessage()