![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.nfe310.transformers.NFNotaInfoSituacaoTributariaCOFINSTransformer 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.nfe310.transformers;
import com.fincatto.documentofiscal.nfe310.classes.NFNotaInfoSituacaoTributariaCOFINS;
import org.simpleframework.xml.transform.Transform;
public class NFNotaInfoSituacaoTributariaCOFINSTransformer implements Transform {
@Override
public NFNotaInfoSituacaoTributariaCOFINS read(final String codigo) {
return NFNotaInfoSituacaoTributariaCOFINS.valueOfCodigo(codigo);
}
@Override
public String write(final NFNotaInfoSituacaoTributariaCOFINS situacaoTributariaCOFINS) {
return situacaoTributariaCOFINS.getCodigo();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy