![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.nfe400.classes.lote.envio.NFLoteEnvioRetornoDados Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nfe Show documentation
Show all versions of nfe Show documentation
Biblioteca de comunicacao de nota fiscal eletronica brasileira
package com.fincatto.documentofiscal.nfe400.classes.lote.envio;
import com.fincatto.documentofiscal.DFBase;
public class NFLoteEnvioRetornoDados extends DFBase {
private static final long serialVersionUID = 2276661581444740391L;
private final NFLoteEnvioRetorno retorno;
private final NFLoteEnvio loteAssinado;
public NFLoteEnvioRetornoDados(NFLoteEnvioRetorno retorno, NFLoteEnvio loteAssinado) {
this.retorno = retorno;
this.loteAssinado = loteAssinado;
}
public NFLoteEnvioRetorno getRetorno() {
return retorno;
}
public NFLoteEnvio getLoteAssinado() {
return loteAssinado;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy