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

com.fincatto.documentofiscal.cte200.classes.cte.CTInfoDocumentoNFUnidadeCargaLacre Maven / Gradle / Ivy

There is a newer version: 4.0.75
Show newest version
package com.fincatto.documentofiscal.cte200.classes.cte;

import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;

import com.fincatto.documentofiscal.DFBase;

@Root(name = "lacUnidCarga")
public class CTInfoDocumentoNFUnidadeCargaLacre extends DFBase {
    private static final long serialVersionUID = -5337777492540262449L;

    @Element(name = "nrLacre")
    private String numeroLacre;

    public String getNumeroLacre() {
        return this.numeroLacre;
    }

    public void setNumeroLacre(final String numeroLacre) {
        this.numeroLacre = numeroLacre;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy