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

br.com.swconsultoria.mdfe.dom.ConfiguracoesMDFeInterface Maven / Gradle / Ivy

The newest version!
/**
 *
 */
package br.com.swconsultoria.mdfe.dom;

import br.com.swconsultoria.certificado.Certificado;
import br.com.swconsultoria.mdfe.util.Estados;
import br.com.swconsultoria.mdfe.util.ProxyUtil;

/**
 * @author Samuel Oliveira
 * 

* Interface Configuracoes */ public interface ConfiguracoesMDFeInterface { /** * @return the pastaSchemas */ String getPastaSchemas(); /** * @return the ambiente */ String getAmbiente(); /** * @return the certificado */ Certificado getCertificado(); /** * @return configuracao do proxy */ ProxyUtil getProxy(); /** * @return the estado */ Estados getEstado(); boolean isLog(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy