// // 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:35 PM CEST // package it.liguriadigitale.sxcrj.console.business.staging.impl.level1.caricamento.fornitura.xsd.parser.planimetrie; 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.planimetrie 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.planimetrie * */ public ObjectFactory() { } /** * Create an instance of {@link DatiOut } * */ public DatiOut createDatiOut() { return new DatiOut(); } /** * Create an instance of {@link DatiOut.DatiRichiesta } * */ public DatiOut.DatiRichiesta createDatiOutDatiRichiesta() { return new DatiOut.DatiRichiesta(); } }