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
ConstructorDescriptionCreate 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 TypeMethodDescriptionCreate an instance ofXmlBasicBuildingBlocks
Create an instance ofXmlCC
Create an instance ofXmlCertificate
Create an instance ofXmlCertificateChain
Create an instance ofXmlChainItem
Create an instance ofXmlConclusion
Create an instance ofXmlConstraint
Create an instance ofXmlConstraintsConclusion
Create an instance ofXmlConstraintsConclusionWithControlTime
Create an instance ofXmlConstraintsConclusionWithProofOfExistence
Create an instance ofXmlCRS
Create an instance ofXmlCryptographicAlgorithm
Create an instance ofXmlCryptographicValidation
Create an instance ofXmlCV
Create an instance ofXmlDetailedReport
Create an instance ofXmlFC
Create an instance ofXmlISC
Create an instance ofXmlMessage
Create an instance ofXmlPCV
Create an instance ofXmlProofOfExistence
Create an instance ofXmlPSV
Create an instance ofXmlRAC
Create an instance ofXmlRevocationBasicValidation
Create an instance ofXmlRevocationInformation
Create an instance ofXmlRFC
Create an instance ofXmlSAV
Create an instance ofXmlSemantic
Create an instance ofXmlSignature
Create an instance ofXmlSubXCV
Create an instance ofXmlTimestamp
Create an instance ofXmlTLAnalysis
Create an instance ofXmlValidationCertificateQualification
Create an instance ofXmlValidationProcessArchivalData
Create an instance ofXmlValidationProcessBasicSignature
Create an instance ofXmlValidationProcessLongTermData
Create an instance ofXmlValidationProcessTimestamp
Create an instance ofXmlValidationSignatureQualification
Create an instance ofXmlValidationTimestampQualification
Create an instance ofXmlVCI
Create an instance ofXmlVTS
Create 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
-
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
-
createXmlValidationProcessTimestamp
Create an instance ofXmlValidationProcessTimestamp
-
createXmlValidationTimestampQualification
Create an instance ofXmlValidationTimestampQualification
-
createXmlValidationProcessLongTermData
Create an instance ofXmlValidationProcessLongTermData
-
createXmlRevocationBasicValidation
Create an instance ofXmlRevocationBasicValidation
-
createXmlValidationProcessArchivalData
Create an instance ofXmlValidationProcessArchivalData
-
createXmlFC
Create an instance ofXmlFC
-
createXmlISC
Create an instance ofXmlISC
-
createXmlVCI
Create an instance ofXmlVCI
-
createXmlRFC
Create an instance ofXmlRFC
-
createXmlCRS
Create an instance ofXmlCRS
-
createXmlRAC
Create an instance ofXmlRAC
-
createXmlCC
Create an instance ofXmlCC
-
createXmlCV
Create an instance ofXmlCV
-
createXmlSAV
Create an instance ofXmlSAV
-
createXmlXCV
Create an instance ofXmlXCV
-
createXmlSubXCV
Create an instance ofXmlSubXCV
-
createXmlVTS
Create an instance ofXmlVTS
-
createXmlPCV
Create an instance ofXmlPCV
-
createXmlPSV
Create an instance ofXmlPSV
-
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
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
XmlDetailedReport
>
-