// // 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.segnatura; 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.segnatura 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 _IndirizzoTelematico_QNAME = new QName("http://www.sigmater.it/Segnatura.xsd", "IndirizzoTelematico"); private final static QName _Denominazione_QNAME = new QName("http://www.sigmater.it/Segnatura.xsd", "Denominazione"); private final static QName _CodiceAmministrazione_QNAME = new QName("http://www.sigmater.it/Segnatura.xsd", "CodiceAmministrazione"); /** * 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.segnatura * */ public ObjectFactory() { } /** * Create an instance of {@link Identificatore } * */ public Identificatore createIdentificatore() { return new Identificatore(); } /** * Create an instance of {@link Amministrazione } * */ public Amministrazione createAmministrazione() { return new Amministrazione(); } /** * Create an instance of {@link Ruolo } * */ public Ruolo createRuolo() { return new Ruolo(); } /** * Create an instance of {@link Origine } * */ public Origine createOrigine() { return new Origine(); } /** * Create an instance of {@link Mittente } * */ public Mittente createMittente() { return new Mittente(); } /** * Create an instance of {@link Intestazione } * */ public Intestazione createIntestazione() { return new Intestazione(); } /** * Create an instance of {@link Destinazione } * */ public Destinazione createDestinazione() { return new Destinazione(); } /** * Create an instance of {@link Segnatura } * */ public Segnatura createSegnatura() { return new Segnatura(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://www.sigmater.it/Segnatura.xsd", name = "IndirizzoTelematico") public JAXBElement createIndirizzoTelematico(String value) { return new JAXBElement(_IndirizzoTelematico_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://www.sigmater.it/Segnatura.xsd", name = "Denominazione") public JAXBElement createDenominazione(String value) { return new JAXBElement(_Denominazione_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://www.sigmater.it/Segnatura.xsd", name = "CodiceAmministrazione") public JAXBElement createCodiceAmministrazione(String value) { return new JAXBElement(_CodiceAmministrazione_QNAME, String.class, null, value); } }