br.com.swconsultoria.mdfe.dom.ConfiguracoesMDFeInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-mdfe Show documentation
Show all versions of java-mdfe Show documentation
API Java para consumo do WebService de MDFe
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();
}