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

wmixvideo / nfe / #6746

24 Jun 2025 01:09AM UTC coverage: 51.41% (-0.3%) from 51.688%
#6746

push

web-flow
Merge a03513cf8 into bb9f583b3

0 of 19 new or added lines in 1 file covered. (0.0%)

214 existing lines in 12 files now uncovered.

14003 of 27238 relevant lines covered (51.41%)

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
 */
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) {
48
    this.cClassTrib = cClassTrib;
×
UNCOV
49
  }
×
50

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

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

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

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

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

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

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

79
  public void setGCredPresIBSZFM(NFNotaInfoItemImpostoIBSCBSCredPresIBSZFM gCredPresIBSZFM) {
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