Class ObjectFactory
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the eu.europa.esig.dss.detailedreport.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.detailedreport.jaxb -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlDetailedReport> Create an instance ofXmlBasicBuildingBlocksCreate an instance ofXmlCCCreate an instance ofXmlCertificateCreate an instance ofXmlCertificateChainCreate an instance ofXmlChainItemCreate an instance ofXmlConclusionCreate an instance ofXmlConstraintCreate an instance ofXmlConstraintsConclusionCreate an instance ofXmlConstraintsConclusionWithControlTimeCreate an instance ofXmlConstraintsConclusionWithProofOfExistenceCreate an instance ofXmlCRSCreate an instance ofXmlCryptographicAlgorithmCreate an instance ofXmlCryptographicValidationCreate an instance ofXmlCVCreate an instance ofXmlDetailedReportCreate an instance ofXmlEvidenceRecordCreate an instance ofXmlFCCreate an instance ofXmlISCCreate an instance ofXmlMessageCreate an instance ofXmlPCVCreate an instance ofXmlProofOfExistenceCreate an instance ofXmlPSVCreate an instance ofXmlRACCreate an instance ofXmlRevocationBasicValidationCreate an instance ofXmlRevocationInformationCreate an instance ofXmlRFCCreate an instance ofXmlSAVCreate an instance ofXmlSemanticCreate an instance ofXmlSignatureCreate an instance ofXmlSubXCVCreate an instance ofXmlTimestampCreate an instance ofXmlTLAnalysisCreate an instance ofXmlValidationCertificateQualificationCreate an instance ofXmlValidationProcessArchivalDataCreate an instance ofXmlValidationProcessArchivalDataTimestampCreate an instance ofXmlValidationProcessBasicSignatureCreate an instance ofXmlValidationProcessBasicTimestampCreate an instance ofXmlValidationProcessEvidenceRecordCreate an instance ofXmlValidationProcessLongTermDataCreate an instance ofXmlValidationSignatureQualificationCreate an instance ofXmlValidationTimestampQualificationCreate an instance ofXmlValidationTimestampQualificationAtTimeCreate an instance ofXmlVCICreate an instance ofXmlVTSCreate an instance ofXmlXCV
-
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.detailedreport.jaxb
-
-
Method Details
-
createXmlDetailedReport
Create an instance ofXmlDetailedReport -
createXmlSignature
Create an instance ofXmlSignature -
createXmlTimestamp
Create an instance ofXmlTimestamp -
createXmlEvidenceRecord
Create an instance ofXmlEvidenceRecord -
createXmlCertificate
Create an instance ofXmlCertificate -
createXmlBasicBuildingBlocks
Create an instance ofXmlBasicBuildingBlocks -
createXmlTLAnalysis
Create an instance ofXmlTLAnalysis -
createXmlValidationSignatureQualification
Create an instance ofXmlValidationSignatureQualification -
createXmlValidationCertificateQualification
Create an instance ofXmlValidationCertificateQualification -
createXmlConstraintsConclusion
Create an instance ofXmlConstraintsConclusion -
createXmlConstraintsConclusionWithControlTime
Create an instance ofXmlConstraintsConclusionWithControlTime -
createXmlConstraintsConclusionWithProofOfExistence
public XmlConstraintsConclusionWithProofOfExistence createXmlConstraintsConclusionWithProofOfExistence()Create an instance ofXmlConstraintsConclusionWithProofOfExistence -
createXmlProofOfExistence
Create an instance ofXmlProofOfExistence -
createXmlValidationProcessBasicSignature
Create an instance ofXmlValidationProcessBasicSignature -
createXmlValidationProcessBasicTimestamp
Create an instance ofXmlValidationProcessBasicTimestamp -
createXmlValidationProcessArchivalDataTimestamp
Create an instance ofXmlValidationProcessArchivalDataTimestamp -
createXmlValidationTimestampQualification
Create an instance ofXmlValidationTimestampQualification -
createXmlValidationTimestampQualificationAtTime
Create an instance ofXmlValidationTimestampQualificationAtTime -
createXmlValidationProcessEvidenceRecord
Create an instance ofXmlValidationProcessEvidenceRecord -
createXmlValidationProcessLongTermData
Create an instance ofXmlValidationProcessLongTermData -
createXmlRevocationBasicValidation
Create an instance ofXmlRevocationBasicValidation -
createXmlValidationProcessArchivalData
Create an instance ofXmlValidationProcessArchivalData -
createXmlFC
-
createXmlISC
-
createXmlVCI
-
createXmlRFC
-
createXmlCRS
-
createXmlRAC
-
createXmlCC
-
createXmlCV
-
createXmlSAV
-
createXmlXCV
-
createXmlSubXCV
-
createXmlVTS
-
createXmlPCV
-
createXmlPSV
-
createXmlConstraint
Create an instance ofXmlConstraint -
createXmlConclusion
Create an instance ofXmlConclusion -
createXmlMessage
Create an instance ofXmlMessage -
createXmlCertificateChain
Create an instance ofXmlCertificateChain -
createXmlRevocationInformation
Create an instance ofXmlRevocationInformation -
createXmlCryptographicValidation
Create an instance ofXmlCryptographicValidation -
createXmlCryptographicAlgorithm
Create an instance ofXmlCryptographicAlgorithm -
createXmlSemantic
Create an instance ofXmlSemantic -
createXmlChainItem
Create an instance ofXmlChainItem -
createDetailedReport
public jakarta.xml.bind.JAXBElement<XmlDetailedReport> createDetailedReport(XmlDetailedReport value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XmlDetailedReport>
-