Uses of Class
network.oxalis.peppol.schematron.jaxb.svrl.DiagnosticReference
-
Packages that use DiagnosticReference Package Description network.oxalis.peppol.schematron.jaxb.svrl -
-
Uses of DiagnosticReference in network.oxalis.peppol.schematron.jaxb.svrl
Fields in network.oxalis.peppol.schematron.jaxb.svrl with type parameters of type DiagnosticReference Modifier and Type Field Description protected List<DiagnosticReference>FailedAssert. diagnosticReferenceprotected List<DiagnosticReference>SuccessfulReport. diagnosticReferenceMethods in network.oxalis.peppol.schematron.jaxb.svrl that return DiagnosticReference Modifier and Type Method Description DiagnosticReferenceObjectFactory. createDiagnosticReference()Create an instance ofDiagnosticReferenceMethods in network.oxalis.peppol.schematron.jaxb.svrl that return types with arguments of type DiagnosticReference Modifier and Type Method Description List<DiagnosticReference>FailedAssert. getDiagnosticReference()Gets the value of the diagnosticReference property.List<DiagnosticReference>SuccessfulReport. getDiagnosticReference()Gets the value of the diagnosticReference property.
-