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

wmixvideo / nfe / #7320

24 Jun 2025 02:03AM UTC coverage: 51.463% (+1.1%) from 50.377%
#7320

push

web-flow
Merge 80a657e41 into bb9f583b3

14 of 20 new or added lines in 1 file covered. (70.0%)

812 existing lines in 45 files now uncovered.

14018 of 27239 relevant lines covered (51.46%)

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/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
 */
UNCOV
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() {
UNCOV
36
    return cst;
×
37
  }
38

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

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

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

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

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

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

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

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

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

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

79
  public void setGCredPresIBSZFM(NFNotaInfoItemImpostoIBSCBSCredPresIBSZFM gCredPresIBSZFM) {
UNCOV
80
    this.gCredPresIBSZFM = gCredPresIBSZFM;
×
UNCOV
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