All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.swconsultoria.mdfe.util.ConstantesMDFe Maven / Gradle / Ivy

The newest version!
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package br.com.swconsultoria.mdfe.util;

/**
 * @author john
 */
public interface ConstantesMDFe {

    String MDFE = "MDFe";

    interface SERVICOS {

        String ENVIO = "MDFeRecepcao";
        String CONSULTA_RECIBO = "MDFeRetRecepcao";
        String EVENTO = "MDFeRecepcaoEvento";
        String CONSULTA_PROTOCOLO = "MDFeConsulta";
        String STATUS_SERVICO = "MDFeStatusServico";
        String CONSULTA_NAO_ENCERRADO = "MDFeConsNaoEnc";

        String CANCELAR = "cancelar";
        String ENCERRAR = "encerrar";
        String INCLUIR_CONDUTOR = "incluir_condutor";
    }

    interface XSD {

        String STATUS_SERVICO = "consStatServMDFe_v3.00";
        String ENVIO_MDFE = "enviMDFe_v3.00";
        String CONSULTA_RECIBO = "consReciMDFe_v3.00";
        String CONSULTA_PROTOCOLO = "consSitMDFe_v3.00";
        String EVENTO = "eventoMDFe_v3.00";
        String CANCELAR = "evCancMDFe_v3.00";
        String ENCERRAR = "evEncMDFe_v3.00";
        String INCLUIR_CONDUTOR = "evIncCondutorMDFe_v3.00";
        String CONSULTA_NAO_ENCERRADO = "consMDFeNaoEnc_v3.00";

        String MDFE_RODO = "MDFeModalRodoviario_v3.00";
        String MDFE_AQUAVIARIO = "MDFeModalAquaviario_v3.00";
        String MDFE_FERROVIARIO = "MDFeModalFerroviario_v3.00";
        String MDFE_AEREO = "MDFeModalAereo_v3.00";
    }

    interface XML {

        String STATUS_SERVICO = "TConsStatServ";
        String ENVIO_MDFE = "TEnviMDFe";
        String CONSULTA_RECIBO = "TConsReciMDFe";
        String CONSULTA_NAO_ENCERRADO = "TConsMDFeNaoEnc";
        String CONSULTA_PROTOCOLO = "TConsSitMDFe";
        String EVENTO = "TEvento";
        String PROC_EVENTO = "TProcEvento";
        String PROC_MDFE = "MdfeProc";
        String PROT_MDFE = "TProtMDFe";
        String MDFE = "TMDFe";

        String RET_ENVIMDFE = "TRetEnviMDFe";
        String RET_CONSULTA_RECIBO = "TRetConsReciMDFe";
        String RET_CONSULTA_NAO_ENCERRADO = "TRetConsMDFeNaoEnc";
        String RET_CONSULTA_PROTOCOLO = "TRetConsSitMDFe";
        String RET_EVENTO = "TRetEvento";

        String RET_EVENTO_CANCELAR = "br.com.swconsultoria.mdfe.schema_300.evCancMDFe.TRetEvento";
        String RET_EVENTO_ENCERRAR = "br.com.swconsultoria.mdfe.schema_300.evEncMDFe.TRetEvento";
        String RET_EVENTO_CONDUTOR = "br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF.TRetEvento";

        String CANCELAR = "br.com.swconsultoria.mdfe.schema_300.evCancMDFe.TEvento";
        String ENCERRAR = "br.com.swconsultoria.mdfe.schema_300.evEncMDFe.TEvento";
        String INCLUIR_CONDUTOR = "br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF.TEvento";

        String PROC_CANCELAR = "br.com.swconsultoria.mdfe.schema_300.evCancMDFe.TProcEvento";
        String PROC_INCLUIR_CONDUTOR = "br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF.TProcEvento";
        String PROC_ENCERRAR = "br.com.swconsultoria.mdfe.schema_300.evEncMDFe.TProcEvento";
    }

    interface AMBIENTE {

        String HOMOLOGACAO = "2";
        String PRODUCAO = "1";
    }

    interface VERSAO {

        String V3_00 = "3.00";
    }

    interface EVENTOS {
        String CANCELAMENTO_COD = "110111";
        String CANCELAMENTO_DESC = "Cancelamento";

        String ENCERRAMENTO_COD = "110112";
        String ENCERRAMENTO_DESC = "Encerramento";

        String INCLUSAO_CONDUTOR_COD = "110114";
        String INCLUSAO_CONDUTOR_DESC = "Inclusao Condutor";

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy