Uses of Class
eu.europa.esig.dss.simplereport.jaxb.XmlSimpleReport
-
Uses of XmlSimpleReport in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return XmlSimpleReport Modifier and Type Method Description XmlSimpleReport
SimpleReport. getJaxbModel()
This methods returns the jaxb model of the simple reportMethods in eu.europa.esig.dss.simplereport that return types with arguments of type XmlSimpleReport Modifier and Type Method Description protected JAXBElement<XmlSimpleReport>
SimpleReportFacade. wrap(XmlSimpleReport simpleReport)
Methods in eu.europa.esig.dss.simplereport with parameters of type XmlSimpleReport Modifier and Type Method Description String
SimpleReportFacade. generateHtmlBootstrap3Report(XmlSimpleReport simpleReport)
Generates a Bootstrap 3 Simple reportvoid
SimpleReportFacade. generateHtmlBootstrap3Report(XmlSimpleReport simpleReport, Result result)
String
SimpleReportFacade. generateHtmlReport(XmlSimpleReport simpleReport)
Generates a Bootstrap 4 Simple reportvoid
SimpleReportFacade. generateHtmlReport(XmlSimpleReport simpleReport, Result result)
void
SimpleReportFacade. generatePdfReport(XmlSimpleReport simpleReport, Result result)
Generates a PDF Simple reportprotected JAXBElement<XmlSimpleReport>
SimpleReportFacade. wrap(XmlSimpleReport simpleReport)
Constructors in eu.europa.esig.dss.simplereport with parameters of type XmlSimpleReport Constructor Description SimpleReport(XmlSimpleReport wrapped)
-
Uses of XmlSimpleReport in eu.europa.esig.dss.simplereport.jaxb
Methods in eu.europa.esig.dss.simplereport.jaxb that return XmlSimpleReport Modifier and Type Method Description XmlSimpleReport
ObjectFactory. createXmlSimpleReport()
Create an instance ofXmlSimpleReport
Methods in eu.europa.esig.dss.simplereport.jaxb that return types with arguments of type XmlSimpleReport Modifier and Type Method Description JAXBElement<XmlSimpleReport>
ObjectFactory. createSimpleReport(XmlSimpleReport value)
Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type XmlSimpleReport Modifier and Type Method Description JAXBElement<XmlSimpleReport>
ObjectFactory. createSimpleReport(XmlSimpleReport value)
-
Uses of XmlSimpleReport in eu.europa.esig.dss.validation.executor
Methods in eu.europa.esig.dss.validation.executor that return XmlSimpleReport Modifier and Type Method Description XmlSimpleReport
AbstractSimpleReportBuilder. build()
This method generates the validation simpleReport. -
Uses of XmlSimpleReport in eu.europa.esig.dss.validation.executor.signature
Methods in eu.europa.esig.dss.validation.executor.signature that return XmlSimpleReport Modifier and Type Method Description XmlSimpleReport
SimpleReportBuilder. 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 XmlSimpleReport Modifier and Type Method Description XmlSimpleReport
Reports. getSimpleReportJaxb()
This method returns the JAXB SimpleReportConstructors in eu.europa.esig.dss.validation.reports with parameters of type XmlSimpleReport Constructor Description Reports(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 XmlSimpleReport Modifier and Type Method Description XmlSimpleReport
WSReportsDTO. getSimpleReport()
Methods in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlSimpleReport Modifier and Type Method Description void
WSReportsDTO. setSimpleReport(XmlSimpleReport simpleReport)
Constructors in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlSimpleReport Constructor Description WSReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport)
WSReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport, ValidationReportType validationReport)