![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.cte200.classes.cte.CTInfoTomadorNaoICMS 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 CTInfoTomadorNaoICMS extends DFBase {
private static final long serialVersionUID = 6237954593598100438L;
@Element(name = "refCteAnu")
private String chaveAcessoCteAnulacao;
public String getChaveAcessoCteAnulacao() {
return this.chaveAcessoCteAnulacao;
}
public void setChaveAcessoCteAnulacao(final String chaveAcessoCteAnulacao) {
this.chaveAcessoCteAnulacao = chaveAcessoCteAnulacao;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy