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

wmixvideo / nfe / #7324

18 Nov 2025 12:44PM UTC coverage: 52.488%. Remained the same
#7324

push

web-flow
Merge 5aad707ce into 2d4409cab

272 of 387 new or added lines in 14 files covered. (70.28%)

704 existing lines in 45 files now uncovered.

14639 of 27890 relevant lines covered (52.49%)

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/nfe400/classes/evento/epec/NFInfoEpec.java
1
package com.fincatto.documentofiscal.nfe400.classes.evento.epec;
2

3
import org.simpleframework.xml.Element;
4

5
import com.fincatto.documentofiscal.nfe400.classes.evento.NFTipoEvento;
6
import java.time.ZonedDateTime;
7

8
public class NFInfoEpec extends NFTipoEvento {
×
9

10
    private static final long serialVersionUID = 1L;
11

12
        @Element(name = "cOrgaoAutor", required = true)
13
    protected String orgaoAutor;
14

15
    @Element(name = "tpAutor", required = true)
16
    protected String tpAutor;
17

18
    @Element(name = "verAplic", required = true)
19
    protected String versaoAplicativo;
20

21
    @Element(name = "dhEmi", required = true)
22
    protected ZonedDateTime dataHoraEmissao;
23

24
    @Element(name = "tpNF", required = true)
25
    protected String tipoNota;
26

27
    @Element(name = "IE", required = true)
28
    protected String inscricaoEstadualEmitente;
29

30
    @Element(name = "dest", required = true)
31
    protected NFDestinatarioEpec destinatario;
32

33
    public String getOrgaoAutor() {
UNCOV
34
        return orgaoAutor;
×
35
    }
36

37
    public void setOrgaoAutor(String orgaoAutor) {
UNCOV
38
        this.orgaoAutor = orgaoAutor;
×
UNCOV
39
    }
×
40

41
    public String getTpAutor() {
UNCOV
42
        return tpAutor;
×
43
    }
44

45
    public void setTpAutor(String tpAutor) {
UNCOV
46
        this.tpAutor = tpAutor;
×
UNCOV
47
    }
×
48

49
    public String getVersaoAplicativo() {
UNCOV
50
        return versaoAplicativo;
×
51
    }
52

53
    public void setVersaoAplicativo(String versaoAplicativo) {
UNCOV
54
        this.versaoAplicativo = versaoAplicativo;
×
UNCOV
55
    }
×
56

57
    public ZonedDateTime getDataHoraEmissao() {
UNCOV
58
        return dataHoraEmissao;
×
59
    }
60

61
    public void setDataHoraEmissao(ZonedDateTime dataHoraEmissao) {
UNCOV
62
        this.dataHoraEmissao = dataHoraEmissao;
×
UNCOV
63
    }
×
64

65
    public String getTipoNota() {
UNCOV
66
        return tipoNota;
×
67
    }
68

69
    public void setTipoNota(String tipoNota) {
UNCOV
70
        this.tipoNota = tipoNota;
×
UNCOV
71
    }
×
72

73
    public String getInscricaoEstadualEmitente() {
UNCOV
74
        return inscricaoEstadualEmitente;
×
75
    }
76

77
    public void setInscricaoEstadualEmitente(String inscricaoEstadualEmitente) {
UNCOV
78
        this.inscricaoEstadualEmitente = inscricaoEstadualEmitente;
×
UNCOV
79
    }
×
80

81
    public NFDestinatarioEpec getDestinatario() {
UNCOV
82
        return destinatario;
×
83
    }
84

85
    public void setDestinatario(NFDestinatarioEpec destinatario) {
UNCOV
86
        this.destinatario = destinatario;
×
UNCOV
87
    }
×
88

89
}
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