Class ObjectFactory
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.ObjectFactory
public class ObjectFactory extends Object
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
Constructors Constructor Description 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 Summary
-
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
-
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
-
createXmlRAC
Create an instance ofXmlRAC
-
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
-
createXmlName
Create an instance ofXmlName
-
createXmlCertificateChain
Create an instance ofXmlCertificateChain
-
createXmlRevocationInformation
Create an instance ofXmlRevocationInformation
-
createXmlCryptographicInformation
Create an instance ofXmlCryptographicInformation
-
createXmlChainItem
Create an instance ofXmlChainItem
-
createDetailedReport
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
XmlDetailedReport
>
-