Uses of Class
eu.europa.esig.dss.simplereport.jaxb.XmlSimpleReport
Packages that use XmlSimpleReport
Package
Description
-
Uses of XmlSimpleReport in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return XmlSimpleReportModifier and TypeMethodDescriptionSimpleReport.getJaxbModel()This method returns the jaxb model of the simple reportMethods in eu.europa.esig.dss.simplereport that return types with arguments of type XmlSimpleReportModifier and TypeMethodDescriptionprotected jakarta.xml.bind.JAXBElement<XmlSimpleReport> SimpleReportFacade.wrap(XmlSimpleReport simpleReport) Methods in eu.europa.esig.dss.simplereport with parameters of type XmlSimpleReportModifier and TypeMethodDescriptionSimpleReportFacade.generateHtmlReport(XmlSimpleReport simpleReport) Generates a Bootstrap 4 Simple reportvoidSimpleReportFacade.generateHtmlReport(XmlSimpleReport simpleReport, Result result) Generates a Bootstrap 4 Simple reportvoidSimpleReportFacade.generatePdfReport(XmlSimpleReport simpleReport, Result result) Generates a PDF Simple reportprotected jakarta.xml.bind.JAXBElement<XmlSimpleReport> SimpleReportFacade.wrap(XmlSimpleReport simpleReport) Constructors in eu.europa.esig.dss.simplereport with parameters of type XmlSimpleReport -
Uses of XmlSimpleReport in eu.europa.esig.dss.simplereport.jaxb
Methods in eu.europa.esig.dss.simplereport.jaxb that return XmlSimpleReportModifier and TypeMethodDescriptionObjectFactory.createXmlSimpleReport()Create an instance ofXmlSimpleReportMethods in eu.europa.esig.dss.simplereport.jaxb that return types with arguments of type XmlSimpleReportModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlSimpleReport> ObjectFactory.createSimpleReport(XmlSimpleReport value) Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type XmlSimpleReportModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlSimpleReport> ObjectFactory.createSimpleReport(XmlSimpleReport value) -
Uses of XmlSimpleReport in eu.europa.esig.dss.validation.executor.signature
Methods in eu.europa.esig.dss.validation.executor.signature that return XmlSimpleReportModifier and TypeMethodDescriptionSimpleReportBuilder.build()This method generates the validation simpleReport. -
Uses of XmlSimpleReport in eu.europa.esig.dss.validation.reports
Methods in eu.europa.esig.dss.validation.reports that return XmlSimpleReportModifier and TypeMethodDescriptionReports.getSimpleReportJaxb()This method returns the JAXB SimpleReportConstructors in eu.europa.esig.dss.validation.reports with parameters of type XmlSimpleReportModifierConstructorDescriptionReports(XmlDiagnosticData diagnosticDataJaxb, XmlDetailedReport detailedReport, XmlSimpleReport simpleReport, ValidationReportType validationReport) This is the default constructor to instantiate this container. -
Uses of XmlSimpleReport in eu.europa.esig.dss.ws.validation.dto
Methods in eu.europa.esig.dss.ws.validation.dto that return XmlSimpleReportMethods in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlSimpleReportModifier and TypeMethodDescriptionvoidWSReportsDTO.setSimpleReport(XmlSimpleReport simpleReport) Sets a SimpleReportConstructors in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlSimpleReportModifierConstructorDescriptionWSReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport) Default constructor without ETSI Validation reportWSReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport, ValidationReportType validationReport) Default constructor with ETSI Validation report