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

com.fincatto.documentofiscal.cte.classes.distribuicao.CTDistribuicaoDFeLote Maven / Gradle / Ivy

There is a newer version: 4.0.78
Show newest version
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