ObjectFactory.java

  1. /*
  2.  * GovWay - A customizable API Gateway
  3.  * https://govway.org
  4.  *
  5.  * Copyright (c) 2005-2025 Link.it srl (https://link.it).
  6.  *
  7.  * This program is free software: you can redistribute it and/or modify
  8.  * it under the terms of the GNU General Public License version 3, as published by
  9.  * the Free Software Foundation.
  10.  *
  11.  * This program is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  * GNU General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU General Public License
  17.  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  18.  *
  19.  */
  20. package it.gov.fatturapa.sdi.ws.ricezione.v1_0.types;

  21. import javax.xml.bind.annotation.XmlRegistry;
  22. import javax.xml.bind.annotation.XmlElementDecl;
  23. import javax.xml.bind.JAXBElement;
  24. import javax.xml.namespace.QName;


  25. /**
  26.  * This object contains factory methods for each
  27.  * Java content interface and Java element interface
  28.  * generated in the it.gov.fatturapa.sdi.ws.ricezione.v1_0.types package.
  29.  * <p>An ObjectFactory allows you to programatically
  30.  * construct new instances of the Java representation
  31.  * for XML content. The Java representation of XML
  32.  * content can consist of schema derived interfaces
  33.  * and classes representing the binding of schema
  34.  * type definitions, element declarations and model
  35.  * groups.  Factory methods for each of these are
  36.  * provided in this class.
  37.  *
  38.  * @author Poli Andrea (poli@link.it)
  39.  * @author $Author$
  40.  * @version $Rev$, $Date$
  41. */

  42. @XmlRegistry
  43. public class ObjectFactory {


  44.     /**
  45.      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: it.gov.fatturapa.sdi.ws.ricezione.v1_0.types
  46.      *
  47.      */
  48.     public ObjectFactory() {
  49.         // Create a new ObjectFactory
  50.     }

  51.     /**
  52.      * Create an instance of {@link FileSdIType }
  53.      */
  54.     public FileSdIType createFileSdIType() {
  55.         return new FileSdIType();
  56.     }

  57.     /**
  58.      * Create an instance of {@link FileSdIConMetadatiType }
  59.      */
  60.     public FileSdIConMetadatiType createFileSdIConMetadatiType() {
  61.         return new FileSdIConMetadatiType();
  62.     }

  63.     /**
  64.      * Create an instance of {@link FileSdIBaseType }
  65.      */
  66.     public FileSdIBaseType createFileSdIBaseType() {
  67.         return new FileSdIBaseType();
  68.     }

  69.     /**
  70.      * Create an instance of {@link RispostaSdINotificaEsitoType }
  71.      */
  72.     public RispostaSdINotificaEsitoType createRispostaSdINotificaEsitoType() {
  73.         return new RispostaSdINotificaEsitoType();
  74.     }

  75.     /**
  76.      * Create an instance of {@link RispostaRiceviFattureType }
  77.      */
  78.     public RispostaRiceviFattureType createRispostaRiceviFattureType() {
  79.         return new RispostaRiceviFattureType();
  80.     }

  81.     private static final QName _NotificaEsito = new QName("http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", "notificaEsito");

  82.     /**
  83.      * Create an instance of {@link JAXBElement }{@code <}{@link FileSdIType }{@code >}}
  84.      */
  85.     @XmlElementDecl(namespace = "http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", name="notificaEsito")
  86.     public JAXBElement<FileSdIType> createNotificaEsito() {
  87.         return new JAXBElement<FileSdIType>(_NotificaEsito, FileSdIType.class, null, this.createFileSdIType());
  88.     }
  89.     public JAXBElement<FileSdIType> createNotificaEsito(FileSdIType notificaEsito) {
  90.         return new JAXBElement<FileSdIType>(_NotificaEsito, FileSdIType.class, null, notificaEsito);
  91.     }

  92.     private static final QName _FileSdIConMetadati = new QName("http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", "fileSdIConMetadati");

  93.     /**
  94.      * Create an instance of {@link JAXBElement }{@code <}{@link FileSdIConMetadatiType }{@code >}}
  95.      */
  96.     @XmlElementDecl(namespace = "http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", name="fileSdIConMetadati")
  97.     public JAXBElement<FileSdIConMetadatiType> createFileSdIConMetadati() {
  98.         return new JAXBElement<FileSdIConMetadatiType>(_FileSdIConMetadati, FileSdIConMetadatiType.class, null, this.createFileSdIConMetadatiType());
  99.     }
  100.     public JAXBElement<FileSdIConMetadatiType> createFileSdIConMetadati(FileSdIConMetadatiType fileSdIConMetadati) {
  101.         return new JAXBElement<FileSdIConMetadatiType>(_FileSdIConMetadati, FileSdIConMetadatiType.class, null, fileSdIConMetadati);
  102.     }

  103.     private static final QName _RispostaRiceviFatture = new QName("http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", "rispostaRiceviFatture");

  104.     /**
  105.      * Create an instance of {@link JAXBElement }{@code <}{@link RispostaRiceviFattureType }{@code >}}
  106.      */
  107.     @XmlElementDecl(namespace = "http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", name="rispostaRiceviFatture")
  108.     public JAXBElement<RispostaRiceviFattureType> createRispostaRiceviFatture() {
  109.         return new JAXBElement<RispostaRiceviFattureType>(_RispostaRiceviFatture, RispostaRiceviFattureType.class, null, this.createRispostaRiceviFattureType());
  110.     }
  111.     public JAXBElement<RispostaRiceviFattureType> createRispostaRiceviFatture(RispostaRiceviFattureType rispostaRiceviFatture) {
  112.         return new JAXBElement<RispostaRiceviFattureType>(_RispostaRiceviFatture, RispostaRiceviFattureType.class, null, rispostaRiceviFatture);
  113.     }

  114.     private static final QName _FileSdI = new QName("http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", "fileSdI");

  115.     /**
  116.      * Create an instance of {@link JAXBElement }{@code <}{@link FileSdIType }{@code >}}
  117.      */
  118.     @XmlElementDecl(namespace = "http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", name="fileSdI")
  119.     public JAXBElement<FileSdIType> createFileSdI() {
  120.         return new JAXBElement<FileSdIType>(_FileSdI, FileSdIType.class, null, this.createFileSdIType());
  121.     }
  122.     public JAXBElement<FileSdIType> createFileSdI(FileSdIType fileSdI) {
  123.         return new JAXBElement<FileSdIType>(_FileSdI, FileSdIType.class, null, fileSdI);
  124.     }

  125.     private static final QName _RispostaSdINotificaEsito = new QName("http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", "rispostaSdINotificaEsito");

  126.     /**
  127.      * Create an instance of {@link JAXBElement }{@code <}{@link RispostaSdINotificaEsitoType }{@code >}}
  128.      */
  129.     @XmlElementDecl(namespace = "http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", name="rispostaSdINotificaEsito")
  130.     public JAXBElement<RispostaSdINotificaEsitoType> createRispostaSdINotificaEsito() {
  131.         return new JAXBElement<RispostaSdINotificaEsitoType>(_RispostaSdINotificaEsito, RispostaSdINotificaEsitoType.class, null, this.createRispostaSdINotificaEsitoType());
  132.     }
  133.     public JAXBElement<RispostaSdINotificaEsitoType> createRispostaSdINotificaEsito(RispostaSdINotificaEsitoType rispostaSdINotificaEsito) {
  134.         return new JAXBElement<RispostaSdINotificaEsitoType>(_RispostaSdINotificaEsito, RispostaSdINotificaEsitoType.class, null, rispostaSdINotificaEsito);
  135.     }

  136.     private static final QName _NotificaDecorrenzaTermini = new QName("http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", "notificaDecorrenzaTermini");

  137.     /**
  138.      * Create an instance of {@link JAXBElement }{@code <}{@link FileSdIType }{@code >}}
  139.      */
  140.     @XmlElementDecl(namespace = "http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types", name="notificaDecorrenzaTermini")
  141.     public JAXBElement<FileSdIType> createNotificaDecorrenzaTermini() {
  142.         return new JAXBElement<FileSdIType>(_NotificaDecorrenzaTermini, FileSdIType.class, null, this.createFileSdIType());
  143.     }
  144.     public JAXBElement<FileSdIType> createNotificaDecorrenzaTermini(FileSdIType notificaDecorrenzaTermini) {
  145.         return new JAXBElement<FileSdIType>(_NotificaDecorrenzaTermini, FileSdIType.class, null, notificaDecorrenzaTermini);
  146.     }


  147.  }