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.registry;

  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.registry 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.registry
  43.      *
  44.      */
  45.     public ObjectFactory() {
  46.         // Create a new ObjectFactory
  47.     }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  276.     /**
  277.      * Create an instance of {@link Gruppo }
  278.      */
  279.     public Gruppo createGruppo() {
  280.         return new Gruppo();
  281.     }

  282.     /**
  283.      * Create an instance of {@link AccordoServizioParteSpecifica }
  284.      */
  285.     public AccordoServizioParteSpecifica createAccordoServizioParteSpecifica() {
  286.         return new AccordoServizioParteSpecifica();
  287.     }

  288.     /**
  289.      * Create an instance of {@link MessagePart }
  290.      */
  291.     public MessagePart createMessagePart() {
  292.         return new MessagePart();
  293.     }

  294.     /**
  295.      * Create an instance of {@link Resource }
  296.      */
  297.     public Resource createResource() {
  298.         return new Resource();
  299.     }

  300.     /**
  301.      * Create an instance of {@link IdRuolo }
  302.      */
  303.     public IdRuolo createIdRuolo() {
  304.         return new IdRuolo();
  305.     }

  306.     /**
  307.      * Create an instance of {@link GruppoAccordo }
  308.      */
  309.     public GruppoAccordo createGruppoAccordo() {
  310.         return new GruppoAccordo();
  311.     }

  312.     /**
  313.      * Create an instance of {@link Scope }
  314.      */
  315.     public Scope createScope() {
  316.         return new Scope();
  317.     }

  318.     /**
  319.      * Create an instance of {@link AccordoServizioParteComuneServizioCompostoServizioComponente }
  320.      */
  321.     public AccordoServizioParteComuneServizioCompostoServizioComponente createAccordoServizioParteComuneServizioCompostoServizioComponente() {
  322.         return new AccordoServizioParteComuneServizioCompostoServizioComponente();
  323.     }


  324.  }