• 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.42
/src/main/java/com/fincatto/documentofiscal/nfe310/classes/nota/NFNotaInfoItemImpostoICMSST.java
1
package com.fincatto.documentofiscal.nfe310.classes.nota;
2

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

9
import java.math.BigDecimal;
10

11
public class NFNotaInfoItemImpostoICMSST extends DFBase {
1✔
12
    private static final long serialVersionUID = -2354449482492846488L;
13
    
14
    @Element(name = "orig")
15
    private NFOrigem origem;
16
    
17
    @Element(name = "CST")
18
    private NFNotaInfoImpostoTributacaoICMS situacaoTributaria;
19
    
20
    @Element(name = "vBCSTRet")
21
    private String valorBCICMSSTRetidoUFRemetente;
22
    
23
    @Element(name = "vICMSSTRet")
24
    private String valorICMSSTRetidoUFRemetente;
25
    
26
    @Element(name = "vBCSTDest")
27
    private String valorBCICMSSTUFDestino;
28
    
29
    @Element(name = "vICMSSTDest")
30
    private String valorICMSSTUFDestino;
31

32
    public void setOrigem(final NFOrigem origem) {
33
        this.origem = origem;
1✔
34
    }
1✔
35

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

40
    public void setValorBCICMSSTRetidoUFRemetente(final BigDecimal valorBCICMSSTRetidoUFRemetente) {
41
        this.valorBCICMSSTRetidoUFRemetente = DFBigDecimalValidador.tamanho15Com2CasasDecimais(valorBCICMSSTRetidoUFRemetente, "Valor BC ICMS ST Retido UF Remetente");
1✔
42
    }
1✔
43

44
    public void setValorICMSSTRetidoUFRemetente(final BigDecimal valorICMSSTRetidoUFRemetente) {
45
        this.valorICMSSTRetidoUFRemetente = DFBigDecimalValidador.tamanho15Com2CasasDecimais(valorICMSSTRetidoUFRemetente, "Valor ICMS ST Retido UF Remetente");
1✔
46
    }
1✔
47

48
    public void setValorBCICMSSTUFDestino(final BigDecimal valorBCICMSSTUFDestino) {
49
        this.valorBCICMSSTUFDestino = DFBigDecimalValidador.tamanho15Com2CasasDecimais(valorBCICMSSTUFDestino, "Valor BC ICMS ST UF Destino");
1✔
50
    }
1✔
51

52
    public void setValorICMSSTUFDestino(final BigDecimal valorICMSSTUFDestino) {
53
        this.valorICMSSTUFDestino = DFBigDecimalValidador.tamanho15Com2CasasDecimais(valorICMSSTUFDestino, "Valor ICMS ST UF Destino");
1✔
54
    }
1✔
55

56
    public NFOrigem getOrigem() {
UNCOV
57
        return this.origem;
×
58
    }
59

60
    public NFNotaInfoImpostoTributacaoICMS getSituacaoTributaria() {
UNCOV
61
        return this.situacaoTributaria;
×
62
    }
63

64
    public String getValorBCICMSSTRetidoUFRemetente() {
UNCOV
65
        return this.valorBCICMSSTRetidoUFRemetente;
×
66
    }
67

68
    public String getValorICMSSTRetidoUFRemetente() {
UNCOV
69
        return this.valorICMSSTRetidoUFRemetente;
×
70
    }
71

72
    public String getValorBCICMSSTUFDestino() {
UNCOV
73
        return this.valorBCICMSSTUFDestino;
×
74
    }
75

76
    public String getValorICMSSTUFDestino() {
UNCOV
77
        return this.valorICMSSTUFDestino;
×
78
    }
79
}
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