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

wmixvideo / nfe / #7074

24 Jun 2025 01:09AM UTC coverage: 51.425% (+24.4%) from 26.996%
#7074

push

web-flow
Merge 0ce3effce into bb9f583b3

14003 of 27230 relevant lines covered (51.42%)

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/cte200/classes/cte/CTe.java
1
package com.fincatto.documentofiscal.cte200.classes.cte;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.nfe310.classes.nota.assinatura.NFSignature;
5
import org.simpleframework.xml.Element;
6
import org.simpleframework.xml.Namespace;
7
import org.simpleframework.xml.Root;
8

9
@Root(name = "CTe")
10
@Namespace(reference = "http://www.portalfiscal.inf.br/nfe")
11
public class CTe extends DFBase {
×
12
    private static final long serialVersionUID = 3664459758546162479L;
13
    
14
    @Element(name = "infCte")
15
    private CTInfo infCte;
16

17
    @Element(name = "Signature", required = false)
18
    private NFSignature assinatura;
19

20
    public CTInfo getInfCte() {
21
        return this.infCte;
×
22
    }
23

24
    public void setInfCte(final CTInfo infCte) {
25
        this.infCte = infCte;
×
26
    }
×
27

28
    public NFSignature getAssinatura() {
29
        return this.assinatura;
×
30
    }
31

32
    public void setAssinatura(final NFSignature assinatura) {
33
        this.assinatura = assinatura;
×
34
    }
×
35

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