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

wmixvideo / nfe / #9221

24 Jun 2025 01:09AM UTC coverage: 51.423% (+0.6%) from 50.829%
#9221

push

web-flow
Merge 0ce3effce into bb9f583b3

14003 of 27231 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/cte400/classes/nota/CTeNotaInfoCTeComplementar.java
1
package com.fincatto.documentofiscal.cte400.classes.nota;
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.Namespace;
8
import org.simpleframework.xml.Root;
9

10
/**
11
 * Detalhamento do CT-e complementado
12
 */
13

14
@Root(name = "infCteComp")
15
@Namespace(reference = CTeConfig.NAMESPACE)
16
public class CTeNotaInfoCTeComplementar extends DFBase {
×
17
    private static final long serialVersionUID = 2354656887092410693L;
18

19
    @Element(name = "chCTe")
20
    private String chave;
21

22
    public String getChave() {
23
        return this.chave;
×
24
    }
25

26
    /**
27
     * Chave do CT-e complementado
28
     */
29
    public void setChave(final String chave) {
30
        DFStringValidador.exatamente44N(chave, "Chave do CT-e complementado");
×
31
        this.chave = chave;
×
32
    }
×
33
}
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