SDICostantiServizioRicezioneFatture.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.protocol.sdi.constants;

  21. import it.gov.fatturapa.sdi.ws.ricezione.v1_0.types.utils.ProjectInfo;

  22. /**
  23.  * SDICostantiServizioRicezioneFatture
  24.  *
  25.  * @author Andrea Poli (apoli@link.it)
  26.  * @author $Author$
  27.  * @version $Rev$, $Date$
  28.  */
  29. public class SDICostantiServizioRicezioneFatture {

  30.     public static final String RICEZIONE_SERVIZIO_RICEZIONE_FATTURE = "RicezioneFatture";
  31.     public static final String RICEZIONE_SERVIZIO_RICEZIONE_FATTURE_AZIONE_RICEVI_FATTURE = "RiceviFatture";
  32.     public static final String RICEZIONE_SERVIZIO_RICEZIONE_FATTURE_AZIONE_NOTIFICA_DECORRENZA_TERMINI = "NotificaDecorrenzaTermini";
  33.    
  34.     public static final String RICEZIONE_SERVIZIO_RICEZIONE_FATTURE_NAMESPACE = ProjectInfo.getInstance().getProjectNamespace();
  35.    
  36.    
  37.     // AZIONE: RiceviFatture
  38.    
  39.     public static final String RICEVI_FATTURE_RICHIESTA_ROOT_ELEMENT = "fileSdIConMetadati";
  40.    
  41.     public static final String RICEVI_FATTURE_RICHIESTA_ELEMENT_IDENTIFICATIVO_SDI = "IdentificativoSdI";
  42.     public static final String RICEVI_FATTURE_RICHIESTA_ELEMENT_NOME_FILE = "NomeFile";
  43.     public static final String RICEVI_FATTURE_RICHIESTA_ELEMENT_FILE = "File";
  44.     public static final String RICEVI_FATTURE_RICHIESTA_ELEMENT_NOME_FILE_METADATI = "NomeFileMetadati";
  45.     public static final String RICEVI_FATTURE_RICHIESTA_ELEMENT_METADATI = "Metadati";
  46.    
  47.    
  48.     // AZIONE: NotificaDecorrenzaTermini
  49.    
  50.     public static final String NOTIFICA_DECORRENZA_TERMINI_RICHIESTA_ROOT_ELEMENT = "fileSdI";
  51.    
  52.    
  53.     // COMMON fileSdI_Type
  54.    
  55.      public static final String FILE_SDI_TYPE_RICHIESTA_ELEMENT_IDENTIFICATIVO_SDI = "IdentificativoSdI";
  56.      public static final String FILE_SDI_TYPE_CONSEGNA_RICHIESTA_ELEMENT_NOME_FILE = "NomeFile";
  57.      public static final String FILE_SDI_TYPE_CONSEGNA_RICHIESTA_ELEMENT_FILE = "File";
  58.    
  59. }