Class ObjectFactory
- java.lang.Object
-
- eu.europa.esig.dss.simplereport.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.simplereport.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.simplereport.jaxb
-
Method Summary
Modifier and Type Method Description JAXBElement<XmlSimpleReport>createSimpleReport(XmlSimpleReport value)XmlCertificatecreateXmlCertificate()Create an instance ofXmlCertificateXmlCertificateChaincreateXmlCertificateChain()Create an instance ofXmlCertificateChainXmlPolicycreateXmlPolicy()Create an instance ofXmlPolicyXmlSignaturecreateXmlSignature()Create an instance ofXmlSignatureXmlSignatureLevelcreateXmlSignatureLevel()Create an instance ofXmlSignatureLevelXmlSignatureScopecreateXmlSignatureScope()Create an instance ofXmlSignatureScopeXmlSimpleReportcreateXmlSimpleReport()Create an instance ofXmlSimpleReport
-
-
-
Method Detail
-
createXmlSimpleReport
public XmlSimpleReport createXmlSimpleReport()
Create an instance ofXmlSimpleReport
-
createXmlSignatureLevel
public XmlSignatureLevel createXmlSignatureLevel()
Create an instance ofXmlSignatureLevel
-
createXmlCertificateChain
public XmlCertificateChain createXmlCertificateChain()
Create an instance ofXmlCertificateChain
-
createXmlCertificate
public XmlCertificate createXmlCertificate()
Create an instance ofXmlCertificate
-
createXmlSignature
public XmlSignature createXmlSignature()
Create an instance ofXmlSignature
-
createXmlSignatureScope
public XmlSignatureScope createXmlSignatureScope()
Create an instance ofXmlSignatureScope
-
createSimpleReport
public JAXBElement<XmlSimpleReport> createSimpleReport(XmlSimpleReport value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XmlSimpleReport>
-
-