![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.cte.classes.distribuicao.CTDistribuicaoDFeLote 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.cte.classes.distribuicao;
import java.util.List;
import org.simpleframework.xml.ElementList;
import com.fincatto.documentofiscal.DFBase;
public class CTDistribuicaoDFeLote extends DFBase {
private static final long serialVersionUID = 5213446895183202408L;
@ElementList(name = "docZip", inline = true, required = false)
private List docZip;
public List getDocZip() {
return this.docZip;
}
public CTDistribuicaoDFeLote setDocZip(final List docZip) {
this.docZip = docZip;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy