![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.nfe400.classes.nota.NFNotaInfoItemImpostoIPINaoTributado 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.nfe400.classes.nota;
import com.fincatto.documentofiscal.DFBase;
import com.fincatto.documentofiscal.nfe400.classes.NFNotaInfoSituacaoTributariaIPI;
import org.simpleframework.xml.Element;
public class NFNotaInfoItemImpostoIPINaoTributado extends DFBase {
private static final long serialVersionUID = 6499358432906573487L;
@Element(name = "CST")
private NFNotaInfoSituacaoTributariaIPI situacaoTributaria;
public NFNotaInfoItemImpostoIPINaoTributado() {
this.situacaoTributaria = null;
}
public void setSituacaoTributaria(final NFNotaInfoSituacaoTributariaIPI situacaoTributaria) {
this.situacaoTributaria = situacaoTributaria;
}
public NFNotaInfoSituacaoTributariaIPI getSituacaoTributaria() {
return this.situacaoTributaria;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy