// // Questo file è stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.10-b140802.1033 // Vedere http://java.sun.com/xml/jaxb // Qualsiasi modifica a questo file andrà persa durante la ricompilazione dello schema di origine. // Generato il: 2017.05.05 alle 05:49:37 PM CEST // package it.liguriadigitale.sxcrj.console.business.staging.impl.level1.caricamento.fornitura.xsd.parser.moduloplus.recupero.esiti; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the it.liguriadigitale.sxcrj.console.business.fornitura.xsd.moduloplus.recupero.esiti 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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: it.liguriadigitale.sxcrj.console.business.fornitura.xsd.moduloplus.recupero.esiti * */ public ObjectFactory() { } /** * Create an instance of {@link RecuperoEsiti } * */ public RecuperoEsiti createRecuperoEsiti() { return new RecuperoEsiti(); } }