// // 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:36 PM CEST // package it.liguriadigitale.sxcrj.console.business.staging.impl.level1.caricamento.fornitura.xsd.parser.moduloplus.stradario; import java.math.BigInteger; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * 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.stradario 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 { private final static QName _Denom_QNAME = new QName("http://www.sigmater.it/AggiornamentoStradario.xsd", "Denom"); private final static QName _CodTopo_QNAME = new QName("http://www.sigmater.it/AggiornamentoStradario.xsd", "CodTopo"); private final static QName _CodStrada_QNAME = new QName("http://www.sigmater.it/AggiornamentoStradario.xsd", "CodStrada"); /** * 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.stradario * */ public ObjectFactory() { } /** * Create an instance of {@link AggiornamentoStradario } * */ public AggiornamentoStradario createAggiornamentoStradario() { return new AggiornamentoStradario(); } /** * Create an instance of {@link AggiornamentoStradario.Elementi } * */ public AggiornamentoStradario.Elementi createAggiornamentoStradarioElementi() { return new AggiornamentoStradario.Elementi(); } /** * Create an instance of {@link AggiornamentoStradario.Elementi.ElementoNuovo } * */ public AggiornamentoStradario.Elementi.ElementoNuovo createAggiornamentoStradarioElementiElementoNuovo() { return new AggiornamentoStradario.Elementi.ElementoNuovo(); } /** * Create an instance of {@link AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP } * */ public AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP createAggiornamentoStradarioElementiElementoNuovoDatiCAP() { return new AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP(); } /** * Create an instance of {@link AggiornamentoStradario.Elementi.ElementoDaSostituire } * */ public AggiornamentoStradario.Elementi.ElementoDaSostituire createAggiornamentoStradarioElementiElementoDaSostituire() { return new AggiornamentoStradario.Elementi.ElementoDaSostituire(); } /** * Create an instance of {@link AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP.Civici } * */ public AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP.Civici createAggiornamentoStradarioElementiElementoNuovoDatiCAPCivici() { return new AggiornamentoStradario.Elementi.ElementoNuovo.DatiCAP.Civici(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://www.sigmater.it/AggiornamentoStradario.xsd", name = "Denom") public JAXBElement createDenom(String value) { return new JAXBElement(_Denom_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} * */ @XmlElementDecl(namespace = "http://www.sigmater.it/AggiornamentoStradario.xsd", name = "CodTopo") public JAXBElement createCodTopo(BigInteger value) { return new JAXBElement(_CodTopo_QNAME, BigInteger.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} * */ @XmlElementDecl(namespace = "http://www.sigmater.it/AggiornamentoStradario.xsd", name = "CodStrada") public JAXBElement createCodStrada(BigInteger value) { return new JAXBElement(_CodStrada_QNAME, BigInteger.class, null, value); } }