// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017.01.23 at 04:02:25 PM CET // package eu.europa.esig.dss.jaxb.detailedreport; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the eu.europa.esig.dss.jaxb.detailedreport package. * <p>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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.dss.jaxb.detailedreport * */ public ObjectFactory() { } /** * Create an instance of {@link DetailedReport } * */ public DetailedReport createDetailedReport() { return new DetailedReport(); } /** * Create an instance of {@link XmlSignature } * */ public XmlSignature createXmlSignature() { return new XmlSignature(); } /** * Create an instance of {@link XmlBasicBuildingBlocks } * */ public XmlBasicBuildingBlocks createXmlBasicBuildingBlocks() { return new XmlBasicBuildingBlocks(); } /** * Create an instance of {@link XmlQMatrixBlock } * */ public XmlQMatrixBlock createXmlQMatrixBlock() { return new XmlQMatrixBlock(); } /** * Create an instance of {@link XmlTLAnalysis } * */ public XmlTLAnalysis createXmlTLAnalysis() { return new XmlTLAnalysis(); } /** * Create an instance of {@link XmlValidationProcessBasicSignatures } * */ public XmlValidationProcessBasicSignatures createXmlValidationProcessBasicSignatures() { return new XmlValidationProcessBasicSignatures(); } /** * Create an instance of {@link XmlPCV } * */ public XmlPCV createXmlPCV() { return new XmlPCV(); } /** * Create an instance of {@link XmlConstraint } * */ public XmlConstraint createXmlConstraint() { return new XmlConstraint(); } /** * Create an instance of {@link XmlERV } * */ public XmlERV createXmlERV() { return new XmlERV(); } /** * Create an instance of {@link XmlSAV } * */ public XmlSAV createXmlSAV() { return new XmlSAV(); } /** * Create an instance of {@link XmlXCV } * */ public XmlXCV createXmlXCV() { return new XmlXCV(); } /** * Create an instance of {@link XmlRFC } * */ public XmlRFC createXmlRFC() { return new XmlRFC(); } /** * Create an instance of {@link XmlName } * */ public XmlName createXmlName() { return new XmlName(); } /** * Create an instance of {@link XmlVTS } * */ public XmlVTS createXmlVTS() { return new XmlVTS(); } /** * Create an instance of {@link XmlISC } * */ public XmlISC createXmlISC() { return new XmlISC(); } /** * Create an instance of {@link XmlConclusion } * */ public XmlConclusion createXmlConclusion() { return new XmlConclusion(); } /** * Create an instance of {@link XmlSubXCV } * */ public XmlSubXCV createXmlSubXCV() { return new XmlSubXCV(); } /** * Create an instance of {@link XmlValidationProcessTimestamps } * */ public XmlValidationProcessTimestamps createXmlValidationProcessTimestamps() { return new XmlValidationProcessTimestamps(); } /** * Create an instance of {@link XmlSignatureAnalysis } * */ public XmlSignatureAnalysis createXmlSignatureAnalysis() { return new XmlSignatureAnalysis(); } /** * Create an instance of {@link XmlValidationProcessLongTermData } * */ public XmlValidationProcessLongTermData createXmlValidationProcessLongTermData() { return new XmlValidationProcessLongTermData(); } /** * Create an instance of {@link XmlConstraintsConclusion } * */ public XmlConstraintsConclusion createXmlConstraintsConclusion() { return new XmlConstraintsConclusion(); } /** * Create an instance of {@link XmlPSV } * */ public XmlPSV createXmlPSV() { return new XmlPSV(); } /** * Create an instance of {@link XmlCV } * */ public XmlCV createXmlCV() { return new XmlCV(); } /** * Create an instance of {@link XmlValidationProcessArchivalData } * */ public XmlValidationProcessArchivalData createXmlValidationProcessArchivalData() { return new XmlValidationProcessArchivalData(); } /** * Create an instance of {@link XmlFC } * */ public XmlFC createXmlFC() { return new XmlFC(); } /** * Create an instance of {@link XmlVCI } * */ public XmlVCI createXmlVCI() { return new XmlVCI(); } }