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

wmixvideo / nfe / #6266

21 Mar 2025 11:46AM UTC coverage: 52.671% (+25.7%) from 26.996%
#6266

push

luciano.antunes
Nota Fiscal Fácil

0 of 21 new or added lines in 2 files covered. (0.0%)

2924 existing lines in 401 files now uncovered.

14002 of 26584 relevant lines covered (52.67%)

0.53 hits per line

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

68.0
/src/main/java/com/fincatto/documentofiscal/nfe310/classes/nota/NFNotaInfoItemImpostoICMSSN202.java
1
package com.fincatto.documentofiscal.nfe310.classes.nota;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.nfe310.classes.NFNotaInfoItemModalidadeBCICMSST;
5
import com.fincatto.documentofiscal.nfe310.classes.NFNotaSituacaoOperacionalSimplesNacional;
6
import com.fincatto.documentofiscal.nfe310.classes.NFOrigem;
7
import com.fincatto.documentofiscal.validadores.DFBigDecimalValidador;
8
import org.simpleframework.xml.Element;
9

10
import java.math.BigDecimal;
11

12
public class NFNotaInfoItemImpostoICMSSN202 extends DFBase {
1✔
13
    private static final long serialVersionUID = -7219850658794969064L;
14
    
15
    @Element(name = "orig")
16
    private NFOrigem origem;
17
    
18
    @Element(name = "CSOSN")
19
    private NFNotaSituacaoOperacionalSimplesNacional situacaoOperacaoSN;
20
    
21
    @Element(name = "modBCST")
22
    private NFNotaInfoItemModalidadeBCICMSST modalidadeBCICMSST;
23

24
    @Element(name = "pMVAST", required = false)
25
    private String percentualMargemValorAdicionadoICMSST;
26

27
    @Element(name = "pRedBCST", required = false)
28
    private String percentualReducaoBCICMSST;
29
    
30
    @Element(name = "vBCST")
31
    private String valorBCICMSST;
32
    
33
    @Element(name = "pICMSST")
34
    private String percentualAliquotaImpostoICMSST;
35
    
36
    @Element(name = "vICMSST")
37
    private String valorICMSST;
38

39
    public void setOrigem(final NFOrigem origem) {
40
        this.origem = origem;
1✔
41
    }
1✔
42

43
    public void setSituacaoOperacaoSN(final NFNotaSituacaoOperacionalSimplesNacional situacaoOperacaoSN) {
44
        this.situacaoOperacaoSN = situacaoOperacaoSN;
1✔
45
    }
1✔
46

47
    public void setModalidadeBCICMSST(final NFNotaInfoItemModalidadeBCICMSST modalidadeBCICMSST) {
48
        this.modalidadeBCICMSST = modalidadeBCICMSST;
1✔
49
    }
1✔
50

51
    public void setPercentualMargemValorAdicionadoICMSST(final BigDecimal percentualMargemValorAdicionadoICMSST) {
52
        this.percentualMargemValorAdicionadoICMSST = DFBigDecimalValidador.tamanho7ComAte4CasasDecimais(percentualMargemValorAdicionadoICMSST, "Percentual Margem Valor Adicionado ICMS ST ICMSSN202");
1✔
53
    }
1✔
54

55
    public void setPercentualReducaoBCICMSST(final BigDecimal percentualReducaoBCICMSST) {
56
        this.percentualReducaoBCICMSST = DFBigDecimalValidador.tamanho7ComAte4CasasDecimais(percentualReducaoBCICMSST, "Percentual Reducao BC ICMSST ICMSSN202");
1✔
57
    }
1✔
58

59
    public void setValorBCICMSST(final BigDecimal valorBCICMSST) {
60
        this.valorBCICMSST = DFBigDecimalValidador.tamanho15Com2CasasDecimais(valorBCICMSST, "Valor BC ICMS ST ICMSSN202");
1✔
61
    }
1✔
62

63
    public void setPercentualAliquotaImpostoICMSST(final BigDecimal percentualAliquotaImpostoICMSST) {
64
        this.percentualAliquotaImpostoICMSST = DFBigDecimalValidador.tamanho7ComAte4CasasDecimais(percentualAliquotaImpostoICMSST, "Percentual Aliquota Imposto ICMSST ICMSSN202");
1✔
65
    }
1✔
66

67
    public void setValorICMSST(final BigDecimal valorICMSST) {
68
        this.valorICMSST = DFBigDecimalValidador.tamanho15Com2CasasDecimais(valorICMSST, "Valor ICMS ST ICMSSN202");
1✔
69
    }
1✔
70

71
    public NFOrigem getOrigem() {
UNCOV
72
        return this.origem;
×
73
    }
74

75
    public NFNotaSituacaoOperacionalSimplesNacional getSituacaoOperacaoSN() {
UNCOV
76
        return this.situacaoOperacaoSN;
×
77
    }
78

79
    public NFNotaInfoItemModalidadeBCICMSST getModalidadeBCICMSST() {
UNCOV
80
        return this.modalidadeBCICMSST;
×
81
    }
82

83
    public String getPercentualMargemValorAdicionadoICMSST() {
UNCOV
84
        return this.percentualMargemValorAdicionadoICMSST;
×
85
    }
86

87
    public String getPercentualReducaoBCICMSST() {
UNCOV
88
        return this.percentualReducaoBCICMSST;
×
89
    }
90

91
    public String getValorBCICMSST() {
UNCOV
92
        return this.valorBCICMSST;
×
93
    }
94

95
    public String getPercentualAliquotaImpostoICMSST() {
UNCOV
96
        return this.percentualAliquotaImpostoICMSST;
×
97
    }
98

99
    public String getValorICMSST() {
UNCOV
100
        return this.valorICMSST;
×
101
    }
102
}
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