ObjectFactory.java
- /*
- * GovWay - A customizable API Gateway
- * https://govway.org
- *
- * Copyright (c) 2005-2025 Link.it srl (https://link.it).
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3, as published by
- * the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
- package it.gov.spcoop.sica.manifest;
- import javax.xml.bind.annotation.XmlRegistry;
- /**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the it.gov.spcoop.sica.manifest package.
- * <p>An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- * @author Poli Andrea (poli@link.it)
- * @author $Author$
- * @version $Rev$, $Date$
- */
- @XmlRegistry
- public class ObjectFactory {
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: it.gov.spcoop.sica.manifest
- *
- */
- public ObjectFactory() {
- // Create a new ObjectFactory
- }
- /**
- * Create an instance of {@link DocumentoCoordinamento }
- */
- public DocumentoCoordinamento createDocumentoCoordinamento() {
- return new DocumentoCoordinamento();
- }
- /**
- * Create an instance of {@link AccordoServizio }
- */
- public AccordoServizio createAccordoServizio() {
- return new AccordoServizio();
- }
- /**
- * Create an instance of {@link ElencoServiziComponenti }
- */
- public ElencoServiziComponenti createElencoServiziComponenti() {
- return new ElencoServiziComponenti();
- }
- /**
- * Create an instance of {@link ElencoServiziComposti }
- */
- public ElencoServiziComposti createElencoServiziComposti() {
- return new ElencoServiziComposti();
- }
- /**
- * Create an instance of {@link DocumentoConversazione }
- */
- public DocumentoConversazione createDocumentoConversazione() {
- return new DocumentoConversazione();
- }
- /**
- * Create an instance of {@link DocumentoSemiformale }
- */
- public DocumentoSemiformale createDocumentoSemiformale() {
- return new DocumentoSemiformale();
- }
- /**
- * Create an instance of {@link SpecificaConversazione }
- */
- public SpecificaConversazione createSpecificaConversazione() {
- return new SpecificaConversazione();
- }
- /**
- * Create an instance of {@link SpecificaPortiAccesso }
- */
- public SpecificaPortiAccesso createSpecificaPortiAccesso() {
- return new SpecificaPortiAccesso();
- }
- /**
- * Create an instance of {@link DocumentoInterfaccia }
- */
- public DocumentoInterfaccia createDocumentoInterfaccia() {
- return new DocumentoInterfaccia();
- }
- /**
- * Create an instance of {@link SpecificaLivelliServizio }
- */
- public SpecificaLivelliServizio createSpecificaLivelliServizio() {
- return new SpecificaLivelliServizio();
- }
- /**
- * Create an instance of {@link AccordoServizioParteComune }
- */
- public AccordoServizioParteComune createAccordoServizioParteComune() {
- return new AccordoServizioParteComune();
- }
- /**
- * Create an instance of {@link SpecificaCoordinamento }
- */
- public SpecificaCoordinamento createSpecificaCoordinamento() {
- return new SpecificaCoordinamento();
- }
- /**
- * Create an instance of {@link ServizioComposto }
- */
- public ServizioComposto createServizioComposto() {
- return new ServizioComposto();
- }
- /**
- * Create an instance of {@link ElencoAllegati }
- */
- public ElencoAllegati createElencoAllegati() {
- return new ElencoAllegati();
- }
- /**
- * Create an instance of {@link ElencoPartecipanti }
- */
- public ElencoPartecipanti createElencoPartecipanti() {
- return new ElencoPartecipanti();
- }
- /**
- * Create an instance of {@link SpecificaSemiformale }
- */
- public SpecificaSemiformale createSpecificaSemiformale() {
- return new SpecificaSemiformale();
- }
- /**
- * Create an instance of {@link DocumentoSicurezza }
- */
- public DocumentoSicurezza createDocumentoSicurezza() {
- return new DocumentoSicurezza();
- }
- /**
- * Create an instance of {@link AccordoCooperazione }
- */
- public AccordoCooperazione createAccordoCooperazione() {
- return new AccordoCooperazione();
- }
- /**
- * Create an instance of {@link SpecificaSicurezza }
- */
- public SpecificaSicurezza createSpecificaSicurezza() {
- return new SpecificaSicurezza();
- }
- /**
- * Create an instance of {@link AccordoServizioParteSpecifica }
- */
- public AccordoServizioParteSpecifica createAccordoServizioParteSpecifica() {
- return new AccordoServizioParteSpecifica();
- }
- /**
- * Create an instance of {@link DocumentoLivelloServizio }
- */
- public DocumentoLivelloServizio createDocumentoLivelloServizio() {
- return new DocumentoLivelloServizio();
- }
- /**
- * Create an instance of {@link SpecificaInterfaccia }
- */
- public SpecificaInterfaccia createSpecificaInterfaccia() {
- return new SpecificaInterfaccia();
- }
- }