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 org.openspcoop2.core.statistiche;

  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 org.openspcoop2.core.statistiche 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: org.openspcoop2.core.statistiche
  46.      *
  47.      */
  48.     public ObjectFactory() {
  49.         // Create a new ObjectFactory
  50.     }

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

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

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

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

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

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

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

  93.     private static final QName _StatisticaOrariaContenuti = new QName("http://www.openspcoop2.org/core/statistiche", "statistica-oraria-contenuti");

  94.     /**
  95.      * Create an instance of {@link JAXBElement }{@code <}{@link StatisticaContenuti }{@code >}}
  96.      */
  97.     @XmlElementDecl(namespace = "http://www.openspcoop2.org/core/statistiche", name="statistica-oraria-contenuti")
  98.     public JAXBElement<StatisticaContenuti> createStatisticaOrariaContenuti() {
  99.         return new JAXBElement<StatisticaContenuti>(_StatisticaOrariaContenuti, StatisticaContenuti.class, null, this.createStatisticaContenuti());
  100.     }
  101.     public JAXBElement<StatisticaContenuti> createStatisticaOrariaContenuti(StatisticaContenuti statisticaOrariaContenuti) {
  102.         return new JAXBElement<StatisticaContenuti>(_StatisticaOrariaContenuti, StatisticaContenuti.class, null, statisticaOrariaContenuti);
  103.     }

  104.     private static final QName _StatisticaMensileContenuti = new QName("http://www.openspcoop2.org/core/statistiche", "statistica-mensile-contenuti");

  105.     /**
  106.      * Create an instance of {@link JAXBElement }{@code <}{@link StatisticaContenuti }{@code >}}
  107.      */
  108.     @XmlElementDecl(namespace = "http://www.openspcoop2.org/core/statistiche", name="statistica-mensile-contenuti")
  109.     public JAXBElement<StatisticaContenuti> createStatisticaMensileContenuti() {
  110.         return new JAXBElement<StatisticaContenuti>(_StatisticaMensileContenuti, StatisticaContenuti.class, null, this.createStatisticaContenuti());
  111.     }
  112.     public JAXBElement<StatisticaContenuti> createStatisticaMensileContenuti(StatisticaContenuti statisticaMensileContenuti) {
  113.         return new JAXBElement<StatisticaContenuti>(_StatisticaMensileContenuti, StatisticaContenuti.class, null, statisticaMensileContenuti);
  114.     }

  115.     private static final QName _StatisticaGiornalieraContenuti = new QName("http://www.openspcoop2.org/core/statistiche", "statistica-giornaliera-contenuti");

  116.     /**
  117.      * Create an instance of {@link JAXBElement }{@code <}{@link StatisticaContenuti }{@code >}}
  118.      */
  119.     @XmlElementDecl(namespace = "http://www.openspcoop2.org/core/statistiche", name="statistica-giornaliera-contenuti")
  120.     public JAXBElement<StatisticaContenuti> createStatisticaGiornalieraContenuti() {
  121.         return new JAXBElement<StatisticaContenuti>(_StatisticaGiornalieraContenuti, StatisticaContenuti.class, null, this.createStatisticaContenuti());
  122.     }
  123.     public JAXBElement<StatisticaContenuti> createStatisticaGiornalieraContenuti(StatisticaContenuti statisticaGiornalieraContenuti) {
  124.         return new JAXBElement<StatisticaContenuti>(_StatisticaGiornalieraContenuti, StatisticaContenuti.class, null, statisticaGiornalieraContenuti);
  125.     }

  126.     private static final QName _StatisticaSettimanaleContenuti = new QName("http://www.openspcoop2.org/core/statistiche", "statistica-settimanale-contenuti");

  127.     /**
  128.      * Create an instance of {@link JAXBElement }{@code <}{@link StatisticaContenuti }{@code >}}
  129.      */
  130.     @XmlElementDecl(namespace = "http://www.openspcoop2.org/core/statistiche", name="statistica-settimanale-contenuti")
  131.     public JAXBElement<StatisticaContenuti> createStatisticaSettimanaleContenuti() {
  132.         return new JAXBElement<StatisticaContenuti>(_StatisticaSettimanaleContenuti, StatisticaContenuti.class, null, this.createStatisticaContenuti());
  133.     }
  134.     public JAXBElement<StatisticaContenuti> createStatisticaSettimanaleContenuti(StatisticaContenuti statisticaSettimanaleContenuti) {
  135.         return new JAXBElement<StatisticaContenuti>(_StatisticaSettimanaleContenuti, StatisticaContenuti.class, null, statisticaSettimanaleContenuti);
  136.     }


  137.  }