• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wmixvideo / nfe / #7310

28 Aug 2025 11:24PM UTC coverage: 51.69%. First build
#7310

push

web-flow
Add ICMS 41 50 e motivo desoneracao ICMS (#1068)

* Add ICMS 41 50

* Add motivo desoneracao ICMS

---------

Co-authored-by: tecnosofti <tecnosofti@amdryzen>
Co-authored-by: Diego Fincatto <58352+fincatto@users.noreply.github.com>

1 of 30 new or added lines in 3 files covered. (3.33%)

14360 of 27781 relevant lines covered (51.69%)

0.52 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/fincatto/documentofiscal/nfe400/classes/nota/NFNotaInfoItemImpostoICMS50.java
1
package com.fincatto.documentofiscal.nfe400.classes.nota;
2

3
import java.math.BigDecimal;
4

5
import org.simpleframework.xml.Element;
6

7
import com.fincatto.documentofiscal.DFBase;
8
import com.fincatto.documentofiscal.nfe400.classes.NFNotaInfoImpostoTributacaoICMS;
9
import com.fincatto.documentofiscal.nfe400.classes.NFNotaMotivoDesoneracaoICMS;
10
import com.fincatto.documentofiscal.nfe400.classes.NFOrigem;
11
import com.fincatto.documentofiscal.validadores.DFBigDecimalValidador;
12

13
/**
14
 * @author Marcos Lombardi de Andrade
15
 */
NEW
16
public class NFNotaInfoItemImpostoICMS50 extends DFBase {
×
17

18
        private static final long serialVersionUID = 4279980541027642371L;
19

20
    @Element(name = "orig")
21
    private NFOrigem origem;
22
    
23
    @Element(name = "CST")
24
    private NFNotaInfoImpostoTributacaoICMS situacaoTributaria;
25

26
    @Element(name = "vICMSDeson", required = false)
27
    private String valorICMSDesoneracao;
28

29
    @Element(name = "motDesICMS", required = false)
30
    private NFNotaMotivoDesoneracaoICMS motivoDesoneracaoICMS;
31
    
32
    public void setOrigem(final NFOrigem origem) {
NEW
33
        this.origem = origem;
×
NEW
34
    }
×
35

36
    public void setSituacaoTributaria(final NFNotaInfoImpostoTributacaoICMS situacaoTributaria) {
NEW
37
        this.situacaoTributaria = situacaoTributaria;
×
NEW
38
    }
×
39

40
    public void setValorICMSDesoneracao(final BigDecimal valorICMSDesoneracao) {
NEW
41
        this.valorICMSDesoneracao = DFBigDecimalValidador.tamanho13Com2CasasDecimais(valorICMSDesoneracao, "Valor ICMS Desoneracao ICMS40 Item");
×
NEW
42
    }
×
43

44
    public void setMotivoDesoneracaoICMS(final NFNotaMotivoDesoneracaoICMS motivoDesoneracaoICMS) {
NEW
45
        this.motivoDesoneracaoICMS = motivoDesoneracaoICMS;
×
NEW
46
    }
×
47

48
    public NFOrigem getOrigem() {
NEW
49
        return this.origem;
×
50
    }
51

52
    public NFNotaInfoImpostoTributacaoICMS getSituacaoTributaria() {
NEW
53
        return this.situacaoTributaria;
×
54
    }
55

56
    public String getValorICMSDesoneracao() {
NEW
57
        return this.valorICMSDesoneracao;
×
58
    }
59

60
    public NFNotaMotivoDesoneracaoICMS getMotivoDesoneracaoICMS() {
NEW
61
        return this.motivoDesoneracaoICMS;
×
62
    }
63

64
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc