Class ObjectFactory
java.lang.Object
eu.europa.esig.dss.diagnostic.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.diagnostic.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.diagnostic.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.diagnostic.jaxb
-
-
Method Details
-
createXmlDiagnosticData
Create an instance ofXmlDiagnosticData
-
createXmlContainerInfo
Create an instance ofXmlContainerInfo
-
createXmlManifestFile
Create an instance ofXmlManifestFile
-
createXmlSignature
Create an instance ofXmlSignature
-
createXmlSignatureProductionPlace
Create an instance ofXmlSignatureProductionPlace
-
createXmlPolicy
Create an instance ofXmlPolicy
-
createXmlPDFRevision
Create an instance ofXmlPDFRevision
-
createXmlPDFSignatureDictionary
Create an instance ofXmlPDFSignatureDictionary
-
createXmlCertificate
Create an instance ofXmlCertificate
-
createXmlOID
Create an instance ofXmlOID
-
createXmlCertificatePolicy
Create an instance ofXmlCertificatePolicy
-
createXmlDistinguishedName
Create an instance ofXmlDistinguishedName
-
createXmlSignatureScope
Create an instance ofXmlSignatureScope
-
createXmlStructuralValidation
Create an instance ofXmlStructuralValidation
-
createXmlBasicSignature
Create an instance ofXmlBasicSignature
-
createXmlSigningCertificate
Create an instance ofXmlSigningCertificate
-
createXmlTimestampedObject
Create an instance ofXmlTimestampedObject
-
createXmlSignerInfo
Create an instance ofXmlSignerInfo
-
createXmlSignerRole
Create an instance ofXmlSignerRole
-
createXmlDigestAlgoAndValue
Create an instance ofXmlDigestAlgoAndValue
-
createXmlDigestMatcher
Create an instance ofXmlDigestMatcher
-
createXmlSignatureDigestReference
Create an instance ofXmlSignatureDigestReference
-
createXmlRelatedCertificate
Create an instance ofXmlRelatedCertificate
-
createXmlOrphanCertificate
Create an instance ofXmlOrphanCertificate
-
createXmlCertificateRef
Create an instance ofXmlCertificateRef
-
createXmlFoundTimestamp
Create an instance ofXmlFoundTimestamp
-
createXmlTimestamp
Create an instance ofXmlTimestamp
-
createXmlCertificateRevocation
Create an instance ofXmlCertificateRevocation
-
createXmlRevocation
Create an instance ofXmlRevocation
-
createXmlRelatedRevocation
Create an instance ofXmlRelatedRevocation
-
createXmlOrphanRevocation
Create an instance ofXmlOrphanRevocation
-
createXmlRevocationRef
Create an instance ofXmlRevocationRef
-
createXmlOrphanToken
Create an instance ofXmlOrphanToken
-
createXmlSignerData
Create an instance ofXmlSignerData
-
createXmlTrustedList
Create an instance ofXmlTrustedList
-
createXmlTrustedServiceProvider
Create an instance ofXmlTrustedServiceProvider
-
createXmlTrustedService
Create an instance ofXmlTrustedService
-
createXmlDigestAlgoAndValues
Create an instance ofXmlDigestAlgoAndValues
-
createXmlLangAndValue
Create an instance ofXmlLangAndValue
-
createXmlChainItem
Create an instance ofXmlChainItem
-
createXmlSignerDocumentRepresentations
Create an instance ofXmlSignerDocumentRepresentations
-
createXmlFoundCertificates
Create an instance ofXmlFoundCertificates
-
createXmlFoundRevocations
Create an instance ofXmlFoundRevocations
-
createDiagnosticData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
XmlDiagnosticData
>
-