• 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

0.0
/src/main/java/com/fincatto/documentofiscal/mdfe3/classes/nota/consulta/MDFeNotaConsultaRetorno.java
1
package com.fincatto.documentofiscal.mdfe3.classes.nota.consulta;
2

3
import com.fincatto.documentofiscal.DFAmbiente;
4
import com.fincatto.documentofiscal.DFBase;
5
import com.fincatto.documentofiscal.DFUnidadeFederativa;
6
import com.fincatto.documentofiscal.mdfe3.classes.MDFProtocolo;
7
import com.fincatto.documentofiscal.mdfe3.classes.nota.evento.MDFeProtocoloEvento;
8
import org.simpleframework.xml.*;
9

10
import java.util.List;
11

12
@Root(name = "retConsSitMDFe", strict = false)
13
@Namespace(reference = "http://www.portalfiscal.inf.br/mdfe")
UNCOV
14
public class MDFeNotaConsultaRetorno extends DFBase {
×
15
    private static final long serialVersionUID = -3063292755609244217L;
16
    
17
    @Attribute(name = "versao")
18
    private String versao;
19
    
20
    @Element(name = "tpAmb")
21
    private DFAmbiente ambiente;
22
    
23
    @Element(name = "verAplic")
24
    private String versaoAplicacao;
25
    
26
    @Element(name = "cStat")
27
    private String status;
28
    
29
    @Element(name = "xMotivo")
30
    private String motivo;
31
    
32
    @Element(name = "cUF")
33
    private DFUnidadeFederativa uf;
34

35
    @Element(name = "protMDFe", required = false)
36
    protected MDFProtocolo protocolo;
37

38
    @ElementList(entry = "procEventoMDFe", inline = true, required = false)
39
    private List<MDFeProtocoloEvento> protocoloEvento;
40

41
    public String getVersao() {
UNCOV
42
        return this.versao;
×
43
    }
44

45
    public void setVersao(final String versao) {
46
        this.versao = versao;
×
UNCOV
47
    }
×
48

49
    public DFAmbiente getAmbiente() {
50
        return this.ambiente;
×
51
    }
52

53
    public void setAmbiente(final DFAmbiente ambiente) {
54
        this.ambiente = ambiente;
×
UNCOV
55
    }
×
56

57
    public String getVersaoAplicacao() {
58
        return this.versaoAplicacao;
×
59
    }
60

61
    public void setVersaoAplicacao(final String versaoAplicacao) {
62
        this.versaoAplicacao = versaoAplicacao;
×
UNCOV
63
    }
×
64

65
    public String getStatus() {
66
        return this.status;
×
67
    }
68

69
    public void setStatus(final String status) {
70
        this.status = status;
×
UNCOV
71
    }
×
72

73
    public String getMotivo() {
74
        return this.motivo;
×
75
    }
76

77
    public void setMotivo(final String motivo) {
78
        this.motivo = motivo;
×
UNCOV
79
    }
×
80

81
    public DFUnidadeFederativa getUf() {
82
        return this.uf;
×
83
    }
84

85
    public void setUf(final DFUnidadeFederativa uf) {
86
        this.uf = uf;
×
UNCOV
87
    }
×
88

89
    public MDFProtocolo getProtocolo() {
90
        return this.protocolo;
×
91
    }
92

93
    public void setProtocolo(final MDFProtocolo protocolo) {
94
        this.protocolo = protocolo;
×
UNCOV
95
    }
×
96

97
    public List<MDFeProtocoloEvento> getProtocoloEvento() {
98
        return this.protocoloEvento;
×
99
    }
100

101
    public void setProtocoloEvento(final List<MDFeProtocoloEvento> protocoloEvento) {
102
        this.protocoloEvento = protocoloEvento;
×
UNCOV
103
    }
×
104
}
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