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

wmixvideo / nfe / #6663

21 Aug 2025 01:17PM UTC coverage: 51.755% (-0.04%) from 51.794%
#6663

push

web-flow
Merge branch 'wmixvideo:master' into master

30 of 86 new or added lines in 11 files covered. (34.88%)

1 existing line in 1 file now uncovered.

14359 of 27744 relevant lines covered (51.76%)

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 NFNotaInfoItemImpostoIBSCBSMonofasia gMonoPadrao; // UB84a
31

32
        @Element(required = false)
33
        private NFNotaInfoItemImpostoIBSCBSMonofasia gMonoReten; // UB90
34

35
        @Element(required = false)
36
        private NFNotaInfoItemImpostoIBSCBSMonofasia gMonoRet; // UB94
37

38
        @Element(required = false)
39
        private NFNotaInfoItemImpostoIBSCBSMonofasia gMonoDif; // UB99
40

41
        @Element(required = false)
42
        private NFNotaInfoItemImpostoIBSCBSTransfCred gTransfCred; // UB106
43

44
        @Element(required = false)
45
        private NFNotaInfoItemImpostoIBSCBSCredPresIBSZFM gCredPresIBSZFM; // UB109
46

47
        public NFNotaInfoImpostoTributacaoIBSCBS getCst() {
NEW
48
                return cst;
×
49
        }
50

51
        public void setCst(NFNotaInfoImpostoTributacaoIBSCBS cst) {
NEW
52
                this.cst = cst;
×
NEW
53
        }
×
54

55
        public String getcClassTrib() {
NEW
56
                return cClassTrib;
×
57
        }
58

59
        public void setcClassTrib(String cClassTrib) {
NEW
60
                this.cClassTrib = cClassTrib;
×
NEW
61
        }
×
62

63
        public NFNotaInfoItemImpostoIBSCBSTIBS getGIBSCBS() {
NEW
64
                return gIBSCBS;
×
65
        }
66

67
        public void setGIBSCBS(NFNotaInfoItemImpostoIBSCBSTIBS gIBSCBS) {
NEW
68
                this.gIBSCBS = gIBSCBS;
×
NEW
69
        }
×
70

71
        public NFNotaInfoItemImpostoIBSCBSMonofasia getGIBSCBSMono() {
NEW
72
                return gIBSCBSMono;
×
73
        }
74

75
        public void setGIBSCBSMono(NFNotaInfoItemImpostoIBSCBSMonofasia gIBSCBSMono) {
NEW
76
                this.gIBSCBSMono = gIBSCBSMono;
×
NEW
77
        }
×
78

79
        public NFNotaInfoItemImpostoIBSCBSMonofasia getGMonoPadrao() {
NEW
80
                return gMonoPadrao;
×
81
        }
82

83
        public void setGMonoPadrao(NFNotaInfoItemImpostoIBSCBSMonofasia gMonoPadrao) {
NEW
84
                this.gMonoPadrao = gMonoPadrao;
×
NEW
85
        }
×
86

87
        public NFNotaInfoItemImpostoIBSCBSMonofasia getGMonoReten() {
NEW
88
                return gMonoReten;
×
89
        }
90

91
        public void setGMonoReten(NFNotaInfoItemImpostoIBSCBSMonofasia gMonoReten) {
NEW
92
                this.gMonoReten = gMonoReten;
×
NEW
93
        }
×
94

95
        public NFNotaInfoItemImpostoIBSCBSMonofasia getGMonoRet() {
NEW
96
                return gMonoRet;
×
97
        }
98

99
        public void setGMonoRet(NFNotaInfoItemImpostoIBSCBSMonofasia gMonoRet) {
NEW
100
                this.gMonoRet = gMonoRet;
×
NEW
101
        }
×
102

103
        public NFNotaInfoItemImpostoIBSCBSMonofasia getGMonoDif() {
NEW
104
                return gMonoDif;
×
105
        }
106

107
        public void setGMonoDif(NFNotaInfoItemImpostoIBSCBSMonofasia gMonoDif) {
NEW
108
                this.gMonoDif = gMonoDif;
×
NEW
109
        }
×
110

111
        public NFNotaInfoItemImpostoIBSCBSTransfCred getGTransfCred() {
NEW
112
                return gTransfCred;
×
113
        }
114

115
        public void setGTransfCred(NFNotaInfoItemImpostoIBSCBSTransfCred gTransfCred) {
NEW
116
                this.gTransfCred = gTransfCred;
×
NEW
117
        }
×
118

119
        public NFNotaInfoItemImpostoIBSCBSCredPresIBSZFM getGCredPresIBSZFM() {
NEW
120
                return gCredPresIBSZFM;
×
121
        }
122

123
        public void setGCredPresIBSZFM(NFNotaInfoItemImpostoIBSCBSCredPresIBSZFM gCredPresIBSZFM) {
NEW
124
                this.gCredPresIBSZFM = gCredPresIBSZFM;
×
NEW
125
        }
×
126

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