Uses of Class
org.oclc.purl.dsdl.svrl.DiagnosticReference
-
Packages that use DiagnosticReference Package Description org.oclc.purl.dsdl.svrl -
-
Uses of DiagnosticReference in org.oclc.purl.dsdl.svrl
Methods in org.oclc.purl.dsdl.svrl that return DiagnosticReference Modifier and Type Method Description DiagnosticReferenceObjectFactory. createDiagnosticReference()Create an instance ofDiagnosticReferenceDiagnosticReferenceFailedAssert. getDiagnosticReferenceAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionDiagnosticReferenceSuccessfulReport. getDiagnosticReferenceAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in org.oclc.purl.dsdl.svrl that return types with arguments of type DiagnosticReference Modifier and Type Method Description java.util.List<DiagnosticReference>FailedAssert. getDiagnosticReference()Gets the value of the diagnosticReference property.java.util.List<DiagnosticReference>SuccessfulReport. getDiagnosticReference()Gets the value of the diagnosticReference property.Method parameters in org.oclc.purl.dsdl.svrl with type arguments of type DiagnosticReference Modifier and Type Method Description voidFailedAssert. setDiagnosticReference(java.util.List<DiagnosticReference> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidSuccessfulReport. setDiagnosticReference(java.util.List<DiagnosticReference> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-