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 XmlSimpleReportSimpleReport. 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 StringSimpleReportFacade. generateHtmlReport(XmlSimpleReport simpleReport)voidSimpleReportFacade. generateHtmlReport(XmlSimpleReport simpleReport, Result result)voidSimpleReportFacade. generatePdfReport(XmlSimpleReport simpleReport, Result result)protected 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 XmlSimpleReportObjectFactory. createXmlSimpleReport()Create an instance ofXmlSimpleReportMethods 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 XmlSimpleReportSimpleReportBuilder. 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 XmlSimpleReportReports. 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 XmlSimpleReportWSReportsDTO. getSimpleReport()Methods in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlSimpleReport Modifier and Type Method Description voidWSReportsDTO. 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)
-