Class ObjectFactory
java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the eu.europa.esig.dss.simplereport.jaxb package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.dss.simplereport.jaxb -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlSimpleReport> Create an instance ofXmlCertificateCreate an instance ofXmlCertificateChainCreate an instance ofXmlDetailsCreate an instance ofXmlEvidenceRecordCreate an instance ofXmlEvidenceRecordsCreate an instance ofXmlMessageCreate an instance ofXmlPDFAInfoCreate an instance ofXmlSemanticCreate an instance ofXmlSignatureCreate an instance ofXmlSignatureLevelCreate an instance ofXmlSignatureScopeCreate an instance ofXmlSimpleReportCreate an instance ofXmlTimestampCreate an instance ofXmlTimestampLevelCreate an instance ofXmlTimestampsCreate an instance ofXmlTrustAnchorCreate an instance ofXmlTrustAnchorsCreate an instance ofXmlValidationMessagesCreate an instance ofXmlValidationPolicy
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.dss.simplereport.jaxb
-
-
Method Details
-
createXmlSimpleReport
Create an instance ofXmlSimpleReport -
createXmlValidationPolicy
Create an instance ofXmlValidationPolicy -
createXmlPDFAInfo
Create an instance ofXmlPDFAInfo -
createXmlDetails
Create an instance ofXmlDetails -
createXmlMessage
Create an instance ofXmlMessage -
createXmlSignature
Create an instance ofXmlSignature -
createXmlSignatureScope
Create an instance ofXmlSignatureScope -
createXmlTimestamps
Create an instance ofXmlTimestamps -
createXmlTimestamp
Create an instance ofXmlTimestamp -
createXmlEvidenceRecords
Create an instance ofXmlEvidenceRecords -
createXmlEvidenceRecord
Create an instance ofXmlEvidenceRecord -
createXmlCertificateChain
Create an instance ofXmlCertificateChain -
createXmlCertificate
Create an instance ofXmlCertificate -
createXmlTrustAnchors
Create an instance ofXmlTrustAnchors -
createXmlTrustAnchor
Create an instance ofXmlTrustAnchor -
createXmlSignatureLevel
Create an instance ofXmlSignatureLevel -
createXmlTimestampLevel
Create an instance ofXmlTimestampLevel -
createXmlSemantic
Create an instance ofXmlSemantic -
createXmlValidationMessages
Create an instance ofXmlValidationMessages -
createSimpleReport
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XmlSimpleReport>
-