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

wmixvideo / nfe / #7325

18 Nov 2025 12:44PM UTC coverage: 52.617% (+0.1%) from 52.488%
#7325

push

web-flow
Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#1114)

Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

14710 of 27957 relevant lines covered (52.62%)

0.53 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/fincatto/documentofiscal/mdfe3/classes/nota/MDFInfMDFeSupl.java
1
/*
2
 * Copyright 2019 Edivaldo Merlo Stens.
3
 *
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
 * you may not use this file except in compliance with the License.
6
 * You may obtain a copy of the License at
7
 *
8
 *      http://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS,
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 * See the License for the specific language governing permissions and
14
 * limitations under the License.
15
 */
16
package com.fincatto.documentofiscal.mdfe3.classes.nota;
17

18
import com.fincatto.documentofiscal.DFBase;
19
import org.simpleframework.xml.Element;
20
import org.simpleframework.xml.Namespace;
21
import org.simpleframework.xml.Root;
22

23
/**
24
 *
25
 * Edivaldo Merlo Stens on 07/10/19.
26
 */
27
@Root(name = "infMDFeSupl")
28
@Namespace(reference = "http://www.portalfiscal.inf.br/mdfe")
29
public class MDFInfMDFeSupl extends DFBase {
×
30

31
    @Element(name = "qrCodMDFe", required = true)
32
    private String qrCodMDFe;
33

34
    /**
35
     * Obtém o valor da propriedade qrCodMDFe.
36
     *
37
     * @return possible object is {@link String }
38
     *
39
     */
40
    public String getQrCodMDFe() {
41
        return qrCodMDFe;
×
42
    }
43

44
    /**
45
     * Define o valor da propriedade qrCodMDFe.
46
     *
47
     * @param value allowed object is {@link String }
48
     *
49
     */
50
    public void setQrCodMDFe(String value) {
51
        this.qrCodMDFe = value;
×
52
    }
×
53
}
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