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

wmixvideo / nfe / #6804

29 Sep 2025 04:59PM UTC coverage: 51.978% (+0.2%) from 51.767%
#6804

push

web-flow
Alterado a classe NFNotaInfoItemImpostoIBSCBS removido os campos do gMono e adicionado dentro da classe NFNotaInfoItemImpostoIBSCBSMonofasia para seguir o layout da NT_2025.002_v1.20_RTC_NF-e_IBS_CBS_IS, criada as classes no padrĂ£o do projeto e criado os testes (#1084)

61 of 87 new or added lines in 6 files covered. (70.11%)

4 existing lines in 1 file now uncovered.

14476 of 27850 relevant lines covered (51.98%)

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/nota/NFNotaInfoItemImpostoIBSCBS.java
1
package com.fincatto.documentofiscal.nfe400.classes.nota;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.nfe400.classes.NFNotaInfoImpostoTributacaoIBSCBS;
5
import org.simpleframework.xml.Element;
6

7
/**
8
 * UB12
9
 *
10
 * @author Edivaldo Mero Stens
11
 */
12
public class NFNotaInfoItemImpostoIBSCBS extends DFBase {
×
13

14
    private static final long serialVersionUID = -366528394939416671L;
15

16
        @Element(name = "CST", required = true)
17
        private NFNotaInfoImpostoTributacaoIBSCBS cst; // UB13
18

19
        @Element(required = true)
20
        private String cClassTrib; // UB14
21

22
    // UB14a -x- Sequencia XML
23
    @Element(required = false)
24
    private NFNotaInfoItemImpostoIBSCBSTIBS gIBSCBS; // UB15
25

26
    @Element(required = false)
27
    private NFNotaInfoItemImpostoIBSCBSMonofasia gIBSCBSMono; // UB84
28

29
    @Element(required = false)
30
    private NFNotaInfoItemImpostoIBSCBSTransfCred gTransfCred; // UB106
31

32
    @Element(required = false)
33
    private NFNotaInfoItemImpostoIBSCBSCredPresIBSZFM gCredPresIBSZFM; // UB109
34

35
    public NFNotaInfoImpostoTributacaoIBSCBS getCst() {
NEW
36
        return cst;
×
37
    }
38

39
    public void setCst(NFNotaInfoImpostoTributacaoIBSCBS cst) {
NEW
40
        this.cst = cst;
×
NEW
41
    }
×
42

43
    public String getcClassTrib() {
NEW
44
        return cClassTrib;
×
45
    }
46

47
    public void setcClassTrib(String cClassTrib) {
NEW
48
        this.cClassTrib = cClassTrib;
×
NEW
49
    }
×
50

51
    public NFNotaInfoItemImpostoIBSCBSTIBS getGIBSCBS() {
NEW
52
        return gIBSCBS;
×
53
    }
54

55
    public void setGIBSCBS(NFNotaInfoItemImpostoIBSCBSTIBS gIBSCBS) {
NEW
56
        this.gIBSCBS = gIBSCBS;
×
NEW
57
    }
×
58

59
    public NFNotaInfoItemImpostoIBSCBSMonofasia getGIBSCBSMono() {
NEW
60
        return gIBSCBSMono;
×
61
    }
62

63
    public void setGIBSCBSMono(NFNotaInfoItemImpostoIBSCBSMonofasia gIBSCBSMono) {
NEW
64
        this.gIBSCBSMono = gIBSCBSMono;
×
NEW
65
    }
×
66

67
    public NFNotaInfoItemImpostoIBSCBSTransfCred getGTransfCred() {
NEW
68
        return gTransfCred;
×
69
    }
70

71
    public void setGTransfCred(NFNotaInfoItemImpostoIBSCBSTransfCred gTransfCred) {
NEW
72
        this.gTransfCred = gTransfCred;
×
NEW
73
    }
×
74

75
    public NFNotaInfoItemImpostoIBSCBSCredPresIBSZFM getGCredPresIBSZFM() {
NEW
76
        return gCredPresIBSZFM;
×
77
    }
78

79
    public void setGCredPresIBSZFM(NFNotaInfoItemImpostoIBSCBSCredPresIBSZFM gCredPresIBSZFM) {
NEW
80
        this.gCredPresIBSZFM = gCredPresIBSZFM;
×
NEW
81
    }
×
82

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