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

wmixvideo / nfe / #6582

17 Jul 2025 09:30PM UTC coverage: 51.231% (+24.2%) from 26.996%
#6582

push

web-flow
Adequação do mapeamento de infLocalCarrega e infLocalDescarrega ao xs:choice do schema MDF-e (#1054)

* Adequação do mapeamento de infLocalCarrega e infLocalDescarrega ao xs:choice do schema MDF-e

* Adequação do mapeamento de infLocalCarrega e infLocalDescarrega ao xs:choice do schema MDF-e

14006 of 27339 relevant lines covered (51.23%)

0.51 hits per line

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

0.0
/src/main/java/com/fincatto/documentofiscal/cte300/classes/nota/consulta/CTeNotaConsultaRetorno.java
1
package com.fincatto.documentofiscal.cte300.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.cte300.classes.enviolote.consulta.CTeProtocolo;
7

8
import org.simpleframework.xml.*;
9

10
import java.util.List;
11

12
@Root(name = "retConsSitCTe", strict = false)
13
@Namespace(reference = "http://www.portalfiscal.inf.br/cte")
14
public class CTeNotaConsultaRetorno extends DFBase {
15
    private static final long serialVersionUID = 3229234247371007557L;
16
    
17
    @Attribute(name = "versao", required = false)
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 = "protCTe", required = false)
36
    protected CTeProtocolo protocolo;
37

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

41
    public CTeNotaConsultaRetorno() {
×
42
        this.versao = null;
×
43
        this.ambiente = null;
×
44
        this.versaoAplicacao = null;
×
45
        this.status = null;
×
46
        this.motivo = null;
×
47
        this.uf = null;
×
48
        this.protocolo = null;
×
49
    }
×
50

51
    public String getVersao() {
52
        return this.versao;
×
53
    }
54

55
    public void setVersao(final String versao) {
56
        this.versao = versao;
×
57
    }
×
58

59
    public DFAmbiente getAmbiente() {
60
        return this.ambiente;
×
61
    }
62

63
    public void setAmbiente(final DFAmbiente ambiente) {
64
        this.ambiente = ambiente;
×
65
    }
×
66

67
    public String getVersaoAplicacao() {
68
        return this.versaoAplicacao;
×
69
    }
70

71
    public void setVersaoAplicacao(final String versaoAplicacao) {
72
        this.versaoAplicacao = versaoAplicacao;
×
73
    }
×
74

75
    public String getStatus() {
76
        return this.status;
×
77
    }
78

79
    public void setStatus(final String status) {
80
        this.status = status;
×
81
    }
×
82

83
    public String getMotivo() {
84
        return this.motivo;
×
85
    }
86

87
    public void setMotivo(final String motivo) {
88
        this.motivo = motivo;
×
89
    }
×
90

91
    public DFUnidadeFederativa getUf() {
92
        return this.uf;
×
93
    }
94

95
    public void setUf(final DFUnidadeFederativa uf) {
96
        this.uf = uf;
×
97
    }
×
98

99
    public CTeProtocolo getProtocolo() {
100
        return this.protocolo;
×
101
    }
102

103
    public void setProtocolo(final CTeProtocolo protocolo) {
104
        this.protocolo = protocolo;
×
105
    }
×
106

107
    public List<CTeProtocoloEvento> getProtocoloEvento() {
108
        return protocoloEvento;
×
109
    }
110

111
    public void setProtocoloEvento(List<CTeProtocoloEvento> protocoloEvento) {
112
        this.protocoloEvento = protocoloEvento;
×
113
    }
×
114
}
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