• 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/evento/CTeInfoEventoRetorno.java
1
package com.fincatto.documentofiscal.cte300.classes.evento;
2

3
import com.fincatto.documentofiscal.DFAmbiente;
4
import com.fincatto.documentofiscal.DFBase;
5
import com.fincatto.documentofiscal.DFUnidadeFederativa;
6
import org.simpleframework.xml.Attribute;
7
import org.simpleframework.xml.Element;
8

9
import java.time.LocalDateTime;
10

11
public class CTeInfoEventoRetorno extends DFBase {
×
12
    private static final long serialVersionUID = -3599530698491518711L;
13

14
    @Attribute(name = "Id", required = false)
15
    private String id;
16
    
17
    @Element(name = "tpAmb")
18
    private DFAmbiente ambiente;
19
    
20
    @Element(name = "verAplic")
21
    private String versaoAplicativo;
22
    
23
    @Element(name = "cOrgao")
24
    private DFUnidadeFederativa orgao;
25
    
26
    @Element(name = "cStat")
27
    private Integer codigoStatus;
28
    
29
    @Element(name = "xMotivo")
30
    private String motivo;
31

32
    @Element(name = "chCTe", required = false)
33
    private String chave;
34

35
    @Element(name = "tpEvento", required = false)
36
    private String tipoEvento;
37

38
    @Element(name = "xEvento", required = false)
39
    private String descricaoEvento;
40

41
    @Element(name = "nSeqEvento", required = false)
42
    private Integer numeroSequencialEvento;
43
    
44
    @Element(name = "dhRegEvento", required = false)
45
    private LocalDateTime dataHoraRegistro;
46

47
    @Element(name = "nProt", required = false)
48
    private String numeroProtocolo;
49

50
    public String getId() {
51
        return this.id;
×
52
    }
53

54
    public DFAmbiente getAmbiente() {
55
        return this.ambiente;
×
56
    }
57

58
    public String getVersaoAplicativo() {
59
        return this.versaoAplicativo;
×
60
    }
61

62
    public DFUnidadeFederativa getOrgao() {
63
        return this.orgao;
×
64
    }
65

66
    public Integer getCodigoStatus() {
67
        return this.codigoStatus;
×
68
    }
69

70
    public String getMotivo() {
71
        return this.motivo;
×
72
    }
73

74
    public String getChave() {
75
        return this.chave;
×
76
    }
77

78
    public String getTipoEvento() {
79
        return this.tipoEvento;
×
80
    }
81

82
    public String getDescricaoEvento() {
83
        return this.descricaoEvento;
×
84
    }
85

86
    public Integer getNumeroSequencialEvento() {
87
        return this.numeroSequencialEvento;
×
88
    }
89

90
    public LocalDateTime getDataHoraRegistro() {
91
        return this.dataHoraRegistro;
×
92
    }
93

94
    public String getNumeroProtocolo() {
95
        return this.numeroProtocolo;
×
96
    }
97

98
    public void setId(final String id) {
99
        this.id = id;
×
100
    }
×
101

102
    public void setAmbiente(final DFAmbiente ambiente) {
103
        this.ambiente = ambiente;
×
104
    }
×
105

106
    public void setVersaoAplicativo(final String versaoAplicativo) {
107
        this.versaoAplicativo = versaoAplicativo;
×
108
    }
×
109

110
    public void setOrgao(final DFUnidadeFederativa orgao) {
111
        this.orgao = orgao;
×
112
    }
×
113

114
    public void setCodigoStatus(final Integer codigoStatus) {
115
        this.codigoStatus = codigoStatus;
×
116
    }
×
117

118
    public void setMotivo(final String motivo) {
119
        this.motivo = motivo;
×
120
    }
×
121

122
    public void setChave(final String chave) {
123
        this.chave = chave;
×
124
    }
×
125

126
    public void setTipoEvento(final String tipoEvento) {
127
        this.tipoEvento = tipoEvento;
×
128
    }
×
129

130
    public void setDescricaoEvento(final String descricaoEvento) {
131
        this.descricaoEvento = descricaoEvento;
×
132
    }
×
133

134
    public void setNumeroSequencialEvento(final Integer numeroSequencialEvento) {
135
        this.numeroSequencialEvento = numeroSequencialEvento;
×
136
    }
×
137

138
    public void setDataHoraRegistro(final LocalDateTime dataHoraRegistro) {
139
        this.dataHoraRegistro = dataHoraRegistro;
×
140
    }
×
141

142
    public void setNumeroProtocolo(final String numeroProtocolo) {
143
        this.numeroProtocolo = numeroProtocolo;
×
144
    }
×
145
}
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