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.commons.search;

  21. import javax.xml.bind.annotation.XmlRegistry;


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

  39. @XmlRegistry
  40. public class ObjectFactory {


  41.     /**
  42.      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openspcoop2.core.commons.search
  43.      *
  44.      */
  45.     public ObjectFactory() {
  46.         // Create a new ObjectFactory
  47.     }

  48.     /**
  49.      * Create an instance of {@link PortaDelegataAzione }
  50.      */
  51.     public PortaDelegataAzione createPortaDelegataAzione() {
  52.         return new PortaDelegataAzione();
  53.     }

  54.     /**
  55.      * Create an instance of {@link PortaDelegata }
  56.      */
  57.     public PortaDelegata createPortaDelegata() {
  58.         return new PortaDelegata();
  59.     }

  60.     /**
  61.      * Create an instance of {@link IdResource }
  62.      */
  63.     public IdResource createIdResource() {
  64.         return new IdResource();
  65.     }

  66.     /**
  67.      * Create an instance of {@link Soggetto }
  68.      */
  69.     public Soggetto createSoggetto() {
  70.         return new Soggetto();
  71.     }

  72.     /**
  73.      * Create an instance of {@link IdAccordoServizioParteSpecifica }
  74.      */
  75.     public IdAccordoServizioParteSpecifica createIdAccordoServizioParteSpecifica() {
  76.         return new IdAccordoServizioParteSpecifica();
  77.     }

  78.     /**
  79.      * Create an instance of {@link PortaDelegataServizioApplicativo }
  80.      */
  81.     public PortaDelegataServizioApplicativo createPortaDelegataServizioApplicativo() {
  82.         return new PortaDelegataServizioApplicativo();
  83.     }

  84.     /**
  85.      * Create an instance of {@link IdSoggetto }
  86.      */
  87.     public IdSoggetto createIdSoggetto() {
  88.         return new IdSoggetto();
  89.     }

  90.     /**
  91.      * Create an instance of {@link Ruolo }
  92.      */
  93.     public Ruolo createRuolo() {
  94.         return new Ruolo();
  95.     }

  96.     /**
  97.      * Create an instance of {@link IdServizioApplicativo }
  98.      */
  99.     public IdServizioApplicativo createIdServizioApplicativo() {
  100.         return new IdServizioApplicativo();
  101.     }

  102.     /**
  103.      * Create an instance of {@link Operation }
  104.      */
  105.     public Operation createOperation() {
  106.         return new Operation();
  107.     }

  108.     /**
  109.      * Create an instance of {@link AccordoServizioParteComuneGruppo }
  110.      */
  111.     public AccordoServizioParteComuneGruppo createAccordoServizioParteComuneGruppo() {
  112.         return new AccordoServizioParteComuneGruppo();
  113.     }

  114.     /**
  115.      * Create an instance of {@link IdAccordoServizioParteComuneAzione }
  116.      */
  117.     public IdAccordoServizioParteComuneAzione createIdAccordoServizioParteComuneAzione() {
  118.         return new IdAccordoServizioParteComuneAzione();
  119.     }

  120.     /**
  121.      * Create an instance of {@link ServizioApplicativoRuolo }
  122.      */
  123.     public ServizioApplicativoRuolo createServizioApplicativoRuolo() {
  124.         return new ServizioApplicativoRuolo();
  125.     }

  126.     /**
  127.      * Create an instance of {@link AccordoServizioParteComune }
  128.      */
  129.     public AccordoServizioParteComune createAccordoServizioParteComune() {
  130.         return new AccordoServizioParteComune();
  131.     }

  132.     /**
  133.      * Create an instance of {@link PortaApplicativa }
  134.      */
  135.     public PortaApplicativa createPortaApplicativa() {
  136.         return new PortaApplicativa();
  137.     }

  138.     /**
  139.      * Create an instance of {@link Fruitore }
  140.      */
  141.     public Fruitore createFruitore() {
  142.         return new Fruitore();
  143.     }

  144.     /**
  145.      * Create an instance of {@link IdAccordoServizioParteComune }
  146.      */
  147.     public IdAccordoServizioParteComune createIdAccordoServizioParteComune() {
  148.         return new IdAccordoServizioParteComune();
  149.     }

  150.     /**
  151.      * Create an instance of {@link PortaDominio }
  152.      */
  153.     public PortaDominio createPortaDominio() {
  154.         return new PortaDominio();
  155.     }

  156.     /**
  157.      * Create an instance of {@link PortaApplicativaAzione }
  158.      */
  159.     public PortaApplicativaAzione createPortaApplicativaAzione() {
  160.         return new PortaApplicativaAzione();
  161.     }

  162.     /**
  163.      * Create an instance of {@link IdGruppo }
  164.      */
  165.     public IdGruppo createIdGruppo() {
  166.         return new IdGruppo();
  167.     }

  168.     /**
  169.      * Create an instance of {@link PortType }
  170.      */
  171.     public PortType createPortType() {
  172.         return new PortType();
  173.     }

  174.     /**
  175.      * Create an instance of {@link IdPortaDelegata }
  176.      */
  177.     public IdPortaDelegata createIdPortaDelegata() {
  178.         return new IdPortaDelegata();
  179.     }

  180.     /**
  181.      * Create an instance of {@link IdPortaDominio }
  182.      */
  183.     public IdPortaDominio createIdPortaDominio() {
  184.         return new IdPortaDominio();
  185.     }

  186.     /**
  187.      * Create an instance of {@link IdSoggettoRuolo }
  188.      */
  189.     public IdSoggettoRuolo createIdSoggettoRuolo() {
  190.         return new IdSoggettoRuolo();
  191.     }

  192.     /**
  193.      * Create an instance of {@link Gruppo }
  194.      */
  195.     public Gruppo createGruppo() {
  196.         return new Gruppo();
  197.     }

  198.     /**
  199.      * Create an instance of {@link AccordoServizioParteSpecifica }
  200.      */
  201.     public AccordoServizioParteSpecifica createAccordoServizioParteSpecifica() {
  202.         return new AccordoServizioParteSpecifica();
  203.     }

  204.     /**
  205.      * Create an instance of {@link IdFruitore }
  206.      */
  207.     public IdFruitore createIdFruitore() {
  208.         return new IdFruitore();
  209.     }

  210.     /**
  211.      * Create an instance of {@link IdPortType }
  212.      */
  213.     public IdPortType createIdPortType() {
  214.         return new IdPortType();
  215.     }

  216.     /**
  217.      * Create an instance of {@link IdOperation }
  218.      */
  219.     public IdOperation createIdOperation() {
  220.         return new IdOperation();
  221.     }

  222.     /**
  223.      * Create an instance of {@link Resource }
  224.      */
  225.     public Resource createResource() {
  226.         return new Resource();
  227.     }

  228.     /**
  229.      * Create an instance of {@link IdRuolo }
  230.      */
  231.     public IdRuolo createIdRuolo() {
  232.         return new IdRuolo();
  233.     }

  234.     /**
  235.      * Create an instance of {@link PortaApplicativaServizioApplicativo }
  236.      */
  237.     public PortaApplicativaServizioApplicativo createPortaApplicativaServizioApplicativo() {
  238.         return new PortaApplicativaServizioApplicativo();
  239.     }

  240.     /**
  241.      * Create an instance of {@link ServizioApplicativo }
  242.      */
  243.     public ServizioApplicativo createServizioApplicativo() {
  244.         return new ServizioApplicativo();
  245.     }

  246.     /**
  247.      * Create an instance of {@link ServizioApplicativoProprietaProtocollo }
  248.      */
  249.     public ServizioApplicativoProprietaProtocollo createServizioApplicativoProprietaProtocollo() {
  250.         return new ServizioApplicativoProprietaProtocollo();
  251.     }

  252.     /**
  253.      * Create an instance of {@link IdPortaApplicativa }
  254.      */
  255.     public IdPortaApplicativa createIdPortaApplicativa() {
  256.         return new IdPortaApplicativa();
  257.     }

  258.     /**
  259.      * Create an instance of {@link SoggettoRuolo }
  260.      */
  261.     public SoggettoRuolo createSoggettoRuolo() {
  262.         return new SoggettoRuolo();
  263.     }

  264.     /**
  265.      * Create an instance of {@link IdAccordoServizioParteComuneGruppo }
  266.      */
  267.     public IdAccordoServizioParteComuneGruppo createIdAccordoServizioParteComuneGruppo() {
  268.         return new IdAccordoServizioParteComuneGruppo();
  269.     }

  270.     /**
  271.      * Create an instance of {@link AccordoServizioParteComuneAzione }
  272.      */
  273.     public AccordoServizioParteComuneAzione createAccordoServizioParteComuneAzione() {
  274.         return new AccordoServizioParteComuneAzione();
  275.     }


  276.  }