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
-
-
-
Method Detail
-
createXmlDiagnosticData
public XmlDiagnosticData createXmlDiagnosticData()
Create an instance ofXmlDiagnosticData
-
createXmlContainerInfo
public XmlContainerInfo createXmlContainerInfo()
Create an instance ofXmlContainerInfo
-
createXmlManifestFile
public XmlManifestFile createXmlManifestFile()
Create an instance ofXmlManifestFile
-
createXmlSignature
public XmlSignature createXmlSignature()
Create an instance ofXmlSignature
-
createXmlSignatureProductionPlace
public XmlSignatureProductionPlace createXmlSignatureProductionPlace()
Create an instance ofXmlSignatureProductionPlace
-
createXmlPDFSignatureDictionary
public XmlPDFSignatureDictionary createXmlPDFSignatureDictionary()
Create an instance ofXmlPDFSignatureDictionary
-
createXmlCertificate
public XmlCertificate createXmlCertificate()
Create an instance ofXmlCertificate
-
createXmlCertificatePolicy
public XmlCertificatePolicy createXmlCertificatePolicy()
Create an instance ofXmlCertificatePolicy
-
createXmlDistinguishedName
public XmlDistinguishedName createXmlDistinguishedName()
Create an instance ofXmlDistinguishedName
-
createXmlSignatureScope
public XmlSignatureScope createXmlSignatureScope()
Create an instance ofXmlSignatureScope
-
createXmlStructuralValidation
public XmlStructuralValidation createXmlStructuralValidation()
Create an instance ofXmlStructuralValidation
-
createXmlBasicSignature
public XmlBasicSignature createXmlBasicSignature()
Create an instance ofXmlBasicSignature
-
createXmlSigningCertificate
public XmlSigningCertificate createXmlSigningCertificate()
Create an instance ofXmlSigningCertificate
-
createXmlTimestampedObject
public XmlTimestampedObject createXmlTimestampedObject()
Create an instance ofXmlTimestampedObject
-
createXmlSignerRole
public XmlSignerRole createXmlSignerRole()
Create an instance ofXmlSignerRole
-
createXmlDigestAlgoAndValue
public XmlDigestAlgoAndValue createXmlDigestAlgoAndValue()
Create an instance ofXmlDigestAlgoAndValue
-
createXmlDigestMatcher
public XmlDigestMatcher createXmlDigestMatcher()
Create an instance ofXmlDigestMatcher
-
createXmlSignatureDigestReference
public XmlSignatureDigestReference createXmlSignatureDigestReference()
Create an instance ofXmlSignatureDigestReference
-
createXmlRelatedCertificate
public XmlRelatedCertificate createXmlRelatedCertificate()
Create an instance ofXmlRelatedCertificate
-
createXmlOrphanCertificate
public XmlOrphanCertificate createXmlOrphanCertificate()
Create an instance ofXmlOrphanCertificate
-
createXmlCertificateRef
public XmlCertificateRef createXmlCertificateRef()
Create an instance ofXmlCertificateRef
-
createXmlFoundTimestamp
public XmlFoundTimestamp createXmlFoundTimestamp()
Create an instance ofXmlFoundTimestamp
-
createXmlTimestamp
public XmlTimestamp createXmlTimestamp()
Create an instance ofXmlTimestamp
-
createXmlCertificateRevocation
public XmlCertificateRevocation createXmlCertificateRevocation()
Create an instance ofXmlCertificateRevocation
-
createXmlRevocation
public XmlRevocation createXmlRevocation()
Create an instance ofXmlRevocation
-
createXmlRelatedRevocation
public XmlRelatedRevocation createXmlRelatedRevocation()
Create an instance ofXmlRelatedRevocation
-
createXmlOrphanRevocation
public XmlOrphanRevocation createXmlOrphanRevocation()
Create an instance ofXmlOrphanRevocation
-
createXmlRevocationRef
public XmlRevocationRef createXmlRevocationRef()
Create an instance ofXmlRevocationRef
-
createXmlOrphanToken
public XmlOrphanToken createXmlOrphanToken()
Create an instance ofXmlOrphanToken
-
createXmlSignerData
public XmlSignerData createXmlSignerData()
Create an instance ofXmlSignerData
-
createXmlTrustedList
public XmlTrustedList createXmlTrustedList()
Create an instance ofXmlTrustedList
-
createXmlTrustedServiceProvider
public XmlTrustedServiceProvider createXmlTrustedServiceProvider()
Create an instance ofXmlTrustedServiceProvider
-
createXmlTrustedService
public XmlTrustedService createXmlTrustedService()
Create an instance ofXmlTrustedService
-
createXmlDigestAlgoAndValues
public XmlDigestAlgoAndValues createXmlDigestAlgoAndValues()
Create an instance ofXmlDigestAlgoAndValues
-
createXmlChainItem
public XmlChainItem createXmlChainItem()
Create an instance ofXmlChainItem
-
createXmlSignerDocumentRepresentations
public XmlSignerDocumentRepresentations createXmlSignerDocumentRepresentations()
Create an instance ofXmlSignerDocumentRepresentations
-
createXmlFoundCertificates
public XmlFoundCertificates createXmlFoundCertificates()
Create an instance ofXmlFoundCertificates
-
createXmlFoundRevocations
public XmlFoundRevocations createXmlFoundRevocations()
Create an instance ofXmlFoundRevocations
-
createDiagnosticData
public JAXBElement<XmlDiagnosticData> createDiagnosticData(XmlDiagnosticData value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XmlDiagnosticData>
-
-