Package com.helger.schematron.svrl
Class AbstractSVRLMessage
java.lang.Object
com.helger.schematron.svrl.AbstractSVRLMessage
- Direct Known Subclasses:
SVRLFailedAssert,SVRLSuccessfulReport
A wrapper around FailedAssert and SuccessfulReport with easier error level
handling.
- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSVRLMessage(List<DiagnosticReference> aDiagnosticReferences, String sID, String sText, String sLocation, String sTest, String sRole, com.helger.commons.error.level.IErrorLevel aFlag) -
Method Summary
Modifier and TypeMethodDescriptiongetAsResourceError(String sResourceName) final com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> final com.helger.commons.error.level.IErrorLevelgetFlag()final StringgetID()final Stringfinal StringgetRole()final StringgetTest()final StringgetText()toString()
-
Constructor Details
-
AbstractSVRLMessage
-
-
Method Details
-
getDiagnosticReferences
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> getDiagnosticReferences() -
getID
-
getText
-
getLocation
-
getTest
-
getRole
-
getFlag
-
getAsResourceError
-
toString
-