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

wmixvideo / nfe / #7381

14 Nov 2025 04:39PM UTC coverage: 52.346% (-0.1%) from 52.488%
#7381

push

web-flow
Merge 2dbd6443e into f1539e1c0

27 of 195 new or added lines in 15 files covered. (13.85%)

755 existing lines in 47 files now uncovered.

14736 of 28151 relevant lines covered (52.35%)

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
    @Element(name = "cOrgaoAutor", required = true)
11
    protected String orgaoAutor;
12

13
    @Element(name = "tpAutor", required = true)
14
    protected String tpAutor;
15

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

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

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

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

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

31
    public String getOrgaoAutor() {
UNCOV
32
        return orgaoAutor;
×
33
    }
34

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

39
    public String getTpAutor() {
UNCOV
40
        return tpAutor;
×
41
    }
42

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

47
    public String getVersaoAplicativo() {
UNCOV
48
        return versaoAplicativo;
×
49
    }
50

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

55
    public ZonedDateTime getDataHoraEmissao() {
UNCOV
56
        return dataHoraEmissao;
×
57
    }
58

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

63
    public String getTipoNota() {
UNCOV
64
        return tipoNota;
×
65
    }
66

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

71
    public String getInscricaoEstadualEmitente() {
UNCOV
72
        return inscricaoEstadualEmitente;
×
73
    }
74

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

79
    public NFDestinatarioEpec getDestinatario() {
UNCOV
80
        return destinatario;
×
81
    }
82

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

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