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

wmixvideo / nfe / #7148

04 Dec 2025 02:00PM UTC coverage: 52.281% (+25.3%) from 26.996%
#7148

push

web-flow
Ajuste conforme CTe_Nota_Tecnica_2025_001_RTC_v1.10 (#1126)

* Merge from master

* Revert "Merge from master"

This reverts commit e2ed141c3.

* Revert "Revert "Merge from master""

This reverts commit 05781623b.

* Adição do campo indDoacao e grupo de informações de estorno de crédito. Exclusão do grupo de informações do crédito presumido por não se aplicar aos cClassTrib associados ao CTe. Conforme CTe_Nota_Tecnica_2025_001_RTC_v1.10.

103 of 276 new or added lines in 17 files covered. (37.32%)

2968 existing lines in 404 files now uncovered.

14761 of 28234 relevant lines covered (52.28%)

0.52 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() {
UNCOV
51
        return this.id;
×
52
    }
53

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

142
    public void setNumeroProtocolo(final String numeroProtocolo) {
UNCOV
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