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

wmixvideo / nfe / #9105

22 May 2026 11:53AM UTC coverage: 50.605%. First build
#9105

push

web-flow
Merge 60c561605 into b9fe1dd17

39 of 84 new or added lines in 75 files covered. (46.43%)

14856 of 29357 relevant lines covered (50.6%)

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

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.cte.CTeConfig;
5
import com.fincatto.documentofiscal.validadores.DFStringValidador;
6
import org.simpleframework.xml.Element;
7
import org.simpleframework.xml.ElementList;
8
import org.simpleframework.xml.Namespace;
9
import org.simpleframework.xml.Root;
10

11
import java.util.List;
12

13
@Root(name = "infGTVe")
14
@Namespace(reference = CTeConfig.NAMESPACE)
15
public class CTeOSInfoCTeNormalInfoGTVe extends DFBase {
×
16
    private static final long serialVersionUID = -7819895569994558919L;
17

18
    @Element(name = "chCTe")
19
    private String chaveGTVe;
20

21
    @ElementList(name = "Comp", inline = true)
22
    private List<CTeOSInfoCTeNormalInfoGTVeComp> comp;
23

24
    public String getChaveGTVe() {
25
        return chaveGTVe;
×
26
    }
27

28
    public void setChaveGTVe(final String chaveGTVe) {
NEW
29
        DFStringValidador.exatamente44(chaveGTVe, "Chave de acesso da Guia de Transporte de Valores EletrĂ´nica (GTVe)");
×
30
        this.chaveGTVe = chaveGTVe;
×
31
    }
×
32

33
    public List<CTeOSInfoCTeNormalInfoGTVeComp> getComp() {
34
        return comp;
×
35
    }
36

37
    public void setComp(final List<CTeOSInfoCTeNormalInfoGTVeComp> comp) {
38
        this.comp = comp;
×
39
    }
×
40
}
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