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

wmixvideo / nfe / #8094

24 Jun 2025 01:09AM UTC coverage: 51.44% (-0.02%) from 51.461%
#8094

push

web-flow
Merge 0ce3effce into bb9f583b3

14003 of 27222 relevant lines covered (51.44%)

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

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

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

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

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

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

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

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

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

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

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

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