![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.cte200.classes.cte.CTInfoCteComplementado 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.cte200.classes.cte;
import org.simpleframework.xml.Element;
import com.fincatto.documentofiscal.DFBase;
public class CTInfoCteComplementado extends DFBase {
private static final long serialVersionUID = 594149684514913854L;
@Element(name = "chave")
private String chaveAcessoCteComplementado;
public String getChaveAcessoCteComplementado() {
return this.chaveAcessoCteComplementado;
}
public void setChaveAcessoCteComplementado(final String chaveAcessoCteComplementado) {
this.chaveAcessoCteComplementado = chaveAcessoCteComplementado;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy