Uses of Class
com.helger.schematron.svrl.jaxb.DiagnosticReference
Packages that use DiagnosticReference
-
Uses of DiagnosticReference in com.helger.schematron.svrl
Methods in com.helger.schematron.svrl that return types with arguments of type DiagnosticReferenceModifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> SVRLHelper.getAllDiagnosticReferences(FailedAssert aFA) static com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> SVRLHelper.getAllDiagnosticReferences(SuccessfulReport aSR) final com.helger.commons.collection.impl.ICommonsList<DiagnosticReference> AbstractSVRLMessage.getDiagnosticReferences()Constructor parameters in com.helger.schematron.svrl with type arguments of type DiagnosticReferenceModifierConstructorDescriptionAbstractSVRLMessage(List<DiagnosticReference> aDiagnosticReferences, String sID, String sText, String sLocation, String sTest, String sRole, com.helger.commons.error.level.IErrorLevel aFlag) -
Uses of DiagnosticReference in com.helger.schematron.svrl.jaxb
Methods in com.helger.schematron.svrl.jaxb that return DiagnosticReferenceModifier and TypeMethodDescriptionDiagnosticReference.clone()Created by ph-jaxb-plugin -Xph-cloneable2ObjectFactory.createDiagnosticReference()Create an instance ofDiagnosticReferenceMethods in com.helger.schematron.svrl.jaxb with parameters of type DiagnosticReferenceModifier and TypeMethodDescriptionvoidDiagnosticReference.cloneTo(DiagnosticReference ret) This method clones all values fromthisto the passed object.