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.agenziaentrate.ivaservizi.docs.xsd.fattura.messaggi.v1_0;

  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.agenziaentrate.ivaservizi.docs.xsd.fattura.messaggi.v1_0 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.agenziaentrate.ivaservizi.docs.xsd.fattura.messaggi.v1_0
  46.      *
  47.      */
  48.     public ObjectFactory() {
  49.         // Create a new ObjectFactory
  50.     }

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

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

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

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

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

  81.     /**
  82.      * Create an instance of {@link RiferimentoArchivioType }
  83.      */
  84.     public RiferimentoArchivioType createRiferimentoArchivioType() {
  85.         return new RiferimentoArchivioType();
  86.     }

  87.     /**
  88.      * Create an instance of {@link DestinatarioType }
  89.      */
  90.     public DestinatarioType createDestinatarioType() {
  91.         return new DestinatarioType();
  92.     }

  93.     /**
  94.      * Create an instance of {@link RicevutaImpossibilitaRecapitoType }
  95.      */
  96.     public RicevutaImpossibilitaRecapitoType createRicevutaImpossibilitaRecapitoType() {
  97.         return new RicevutaImpossibilitaRecapitoType();
  98.     }

  99.     /**
  100.      * Create an instance of {@link ErroreType }
  101.      */
  102.     public ErroreType createErroreType() {
  103.         return new ErroreType();
  104.     }

  105.     private static final QName _RicevutaConsegna = new QName("http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fattura/messaggi/v1.0", "RicevutaConsegna");

  106.     /**
  107.      * Create an instance of {@link JAXBElement }{@code <}{@link RicevutaConsegnaType }{@code >}}
  108.      */
  109.     @XmlElementDecl(namespace = "http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fattura/messaggi/v1.0", name="RicevutaConsegna")
  110.     public JAXBElement<RicevutaConsegnaType> createRicevutaConsegna() {
  111.         return new JAXBElement<RicevutaConsegnaType>(_RicevutaConsegna, RicevutaConsegnaType.class, null, this.createRicevutaConsegnaType());
  112.     }
  113.     public JAXBElement<RicevutaConsegnaType> createRicevutaConsegna(RicevutaConsegnaType ricevutaConsegna) {
  114.         return new JAXBElement<RicevutaConsegnaType>(_RicevutaConsegna, RicevutaConsegnaType.class, null, ricevutaConsegna);
  115.     }

  116.     private static final QName _RicevutaImpossibilitaRecapito = new QName("http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fattura/messaggi/v1.0", "RicevutaImpossibilitaRecapito");

  117.     /**
  118.      * Create an instance of {@link JAXBElement }{@code <}{@link RicevutaImpossibilitaRecapitoType }{@code >}}
  119.      */
  120.     @XmlElementDecl(namespace = "http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fattura/messaggi/v1.0", name="RicevutaImpossibilitaRecapito")
  121.     public JAXBElement<RicevutaImpossibilitaRecapitoType> createRicevutaImpossibilitaRecapito() {
  122.         return new JAXBElement<RicevutaImpossibilitaRecapitoType>(_RicevutaImpossibilitaRecapito, RicevutaImpossibilitaRecapitoType.class, null, this.createRicevutaImpossibilitaRecapitoType());
  123.     }
  124.     public JAXBElement<RicevutaImpossibilitaRecapitoType> createRicevutaImpossibilitaRecapito(RicevutaImpossibilitaRecapitoType ricevutaImpossibilitaRecapito) {
  125.         return new JAXBElement<RicevutaImpossibilitaRecapitoType>(_RicevutaImpossibilitaRecapito, RicevutaImpossibilitaRecapitoType.class, null, ricevutaImpossibilitaRecapito);
  126.     }

  127.     private static final QName _RicevutaScarto = new QName("http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fattura/messaggi/v1.0", "RicevutaScarto");

  128.     /**
  129.      * Create an instance of {@link JAXBElement }{@code <}{@link RicevutaScartoType }{@code >}}
  130.      */
  131.     @XmlElementDecl(namespace = "http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fattura/messaggi/v1.0", name="RicevutaScarto")
  132.     public JAXBElement<RicevutaScartoType> createRicevutaScarto() {
  133.         return new JAXBElement<RicevutaScartoType>(_RicevutaScarto, RicevutaScartoType.class, null, this.createRicevutaScartoType());
  134.     }
  135.     public JAXBElement<RicevutaScartoType> createRicevutaScarto(RicevutaScartoType ricevutaScarto) {
  136.         return new JAXBElement<RicevutaScartoType>(_RicevutaScarto, RicevutaScartoType.class, null, ricevutaScarto);
  137.     }

  138.     private static final QName _FileMetadati = new QName("http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fattura/messaggi/v1.0", "FileMetadati");

  139.     /**
  140.      * Create an instance of {@link JAXBElement }{@code <}{@link FileMetadatiType }{@code >}}
  141.      */
  142.     @XmlElementDecl(namespace = "http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fattura/messaggi/v1.0", name="FileMetadati")
  143.     public JAXBElement<FileMetadatiType> createFileMetadati() {
  144.         return new JAXBElement<FileMetadatiType>(_FileMetadati, FileMetadatiType.class, null, this.createFileMetadatiType());
  145.     }
  146.     public JAXBElement<FileMetadatiType> createFileMetadati(FileMetadatiType fileMetadati) {
  147.         return new JAXBElement<FileMetadatiType>(_FileMetadati, FileMetadatiType.class, null, fileMetadati);
  148.     }


  149.  }