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

wmixvideo / nfe / #6780

23 Jul 2025 01:31AM UTC coverage: 51.794% (+0.03%) from 51.767%
#6780

push

web-flow
Merge e37a5245a into cb8c6ab74

122 of 122 new or added lines in 1 file covered. (100.0%)

211 existing lines in 10 files now uncovered.

14360 of 27725 relevant lines covered (51.79%)

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

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.validadores.DFBigDecimalValidador;
5
import java.math.BigDecimal;
6
import org.simpleframework.xml.Element;
7

8
/**
9
 * W34
10
 *
11
 * @author Edivaldo Merlo Stens
12
 */
13
public class NFNotaInfoIBSCBSTot extends DFBase {
×
14

15
  private static final long serialVersionUID = 1644701343314751237L;
16

17
  @Element(name = "vBCIBSCBS")
18
  private String vBCIBSCBS; // W35
19

20
  @Element(name = "gIBS")
21
  private NFNotaInfoIBSCBSTot.GIBS gIBS; // W36
22

23
  @Element(name = "gCBS")
24
  private NFNotaInfoIBSCBSTot.GCBS gCBS; // W50
25

26
  @Element(name = "gMono")
27
  private NFNotaInfoIBSCBSTot.GMono gMono; // W57
28

29
  public String getVBCIBSCBS() {
30
    return vBCIBSCBS;
×
31
  }
32

33
  public void setVBCIBSCBS(BigDecimal vBCIBSCBS) {
34
    this.vBCIBSCBS = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vBCIBSCBS, "Valor total da BC do IBS e da CBS");;
×
35
  }
×
36

37
  public NFNotaInfoIBSCBSTot.GIBS getGIBS() {
38
    return gIBS;
×
39
  }
40

41
  public void setGIBS(NFNotaInfoIBSCBSTot.GIBS gIBS) {
42
    this.gIBS = gIBS;
×
43
  }
×
44

45
  public NFNotaInfoIBSCBSTot.GCBS getGCBS() {
46
    return gCBS;
×
47
  }
48

49
  public void setGCBS(NFNotaInfoIBSCBSTot.GCBS gCBS) {
50
    this.gCBS = gCBS;
×
51
  }
×
52

53
  public NFNotaInfoIBSCBSTot.GMono getGMono() {
54
    return gMono;
×
55
  }
56

57
  public void setGMono(NFNotaInfoIBSCBSTot.GMono gMono) {
58
    this.gMono = gMono;
×
59
  }
×
60

61
  // W36
62
  public class GIBS extends DFBase {
×
63

64
    private static final long serialVersionUID = 6387739393518311458L;
65

66
    @Element(name = "gIBSUF", required = true)
67
    private GIBS.GIBSUF gIBSUF; // W37
68

69
    @Element(name = "gIBSMun", required = true)
70
    private GIBS.GIBSMun gIBSMun; // W42
71

72
    @Element(name = "vIBS", required = true)
73
    private String vIBS; // W47
74

75
    @Element(name = "vCredPres", required = true)
76
    private String vCredPres; // W48
77

78
    @Element(name = "vCredPresCondSus", required = true)
79
    private String vCredPresCondSus; // W49
80

81
    public GIBSUF getGIBSUF() {
82
      return gIBSUF;
×
83
    }
84

85
    public void setGIBSUF(GIBSUF gIBSUF) {
86
      this.gIBSUF = gIBSUF;
×
87
    }
×
88

89
    public GIBSMun getGIBSMun() {
90
      return gIBSMun;
×
91
    }
92

93
    public void setGIBSMun(GIBSMun gIBSMun) {
94
      this.gIBSMun = gIBSMun;
×
95
    }
×
96

97
    public String getVIBS() {
98
      return vIBS;
×
99
    }
100

101
    public void setVIBS(BigDecimal vIBS) {
102
      this.vIBS = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vIBS, "Valor total do IBS");
×
103
    }
×
104

105
    public String getVCredPres() {
106
      return vCredPres;
×
107
    }
108

109
    public void setVCredPres(BigDecimal vCredPres) {
110
      this.vCredPres = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vCredPres, "Valor total do crédito presumido");
×
111
    }
×
112

113
    public String getVCredPresCondSus() {
114
      return vCredPresCondSus;
×
115
    }
116

117
    public void setVCredPresCondSus(BigDecimal vCredPresCondSus) {
118
      this.vCredPresCondSus = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vCredPresCondSus, "Valor total do crédito presumido em condição suspensiva");
×
119
    }
×
120

121
    // W37
122
    public class GIBSUF extends DFBase {
×
123

124
      @Element(name = "vDif", required = true)
125
      private String vDif; // W38
126

127
      @Element(name = "vDevTrib", required = true)
128
      private String vDevTrib; // W39
129

130
      @Element(name = "vIBSUF", required = true)
131
      private String vIBSUF; // W41
132

133
      public String getVDif() {
UNCOV
134
        return vDif;
×
135
      }
136

137
      public void setVDif(BigDecimal vDif) {
UNCOV
138
        this.vDif = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vDif, "Valor total do diferimento");
×
UNCOV
139
      }
×
140

141
      public String getVDevTrib() {
UNCOV
142
        return vDevTrib;
×
143
      }
144

145
      public void setVDevTrib(BigDecimal vDevTrib) {
UNCOV
146
        this.vDevTrib = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vDevTrib, "Valor total de devolução de tributos");
×
UNCOV
147
      }
×
148

149
      public String getVIBSUF() {
UNCOV
150
        return vIBSUF;
×
151
      }
152

153
      public void setVIBSUF(BigDecimal vIBSUF) {
UNCOV
154
        this.vIBSUF = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vIBSUF, "Valor total do IBS da UF");;
×
UNCOV
155
      }
×
156

157
    }
158

159
    // W42
UNCOV
160
    public class GIBSMun extends DFBase {
×
161

162
      @Element(required = true)
163
      private String vDif; // W43
164

165
      @Element(required = true)
166
      private String vDevTrib; // W44
167

168
      @Element(required = true)
169
      private String vIBSMun; // W46
170

171
      public String getVDif() {
UNCOV
172
        return vDif;
×
173
      }
174

175
      public void setVDif(BigDecimal vDif) {
176
        this.vDif = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vDif, "Valor total do diferimento");
×
UNCOV
177
      }
×
178

179
      public String getVDevTrib() {
180
        return vDevTrib;
×
181
      }
182

183
      public void setVDevTrib(BigDecimal vDevTrib) {
184
        this.vDevTrib = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vDevTrib, "Valor total de devolução de tributos");
×
UNCOV
185
      }
×
186

187
      public String getVIBSMun() {
188
        return vIBSMun;
×
189
      }
190

191
      public void setVIBSMun(BigDecimal vIBSMun) {
192
        this.vIBSMun = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vIBSMun, "Valor total do IBS do Município");
×
UNCOV
193
      }
×
194

195
    }
196

197
  }
198

199
  // W50
UNCOV
200
  public class GCBS extends DFBase {
×
201

202
    @Element(required = true)
203
    private String vDif; // W53
204

205
    @Element(required = true)
206
    private String vDevTrib; // W54
207

208
    @Element(required = true)
209
    private String vCBS; // W56
210

211
    @Element(required = true)
212
    private String vCredPres; // W56a
213

214
    @Element(required = true)
215
    private String vCredPresCondSus; // W56b
216

217
    public String getVDif() {
UNCOV
218
      return vDif;
×
219
    }
220

221
    public void setVDif(BigDecimal vDif) {
UNCOV
222
      this.vDif = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vDif, "Valor total do diferimento");
×
UNCOV
223
    }
×
224

225
    public String getVDevTrib() {
UNCOV
226
      return vDevTrib;
×
227
    }
228

229
    public void setVDevTrib(BigDecimal vDevTrib) {
UNCOV
230
      this.vDevTrib = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vDevTrib, "Valor total de devolução de tributos");
×
UNCOV
231
    }
×
232

233
    public String getVCBS() {
UNCOV
234
      return vCBS;
×
235
    }
236

237
    public void setVCBS(BigDecimal vCBS) {
UNCOV
238
      this.vCBS = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vCBS, "Valor total da CBS");
×
UNCOV
239
    }
×
240

241
    public String getVCredPres() {
UNCOV
242
      return vCredPres;
×
243
    }
244

245
    public void setVCredPres(BigDecimal vCredPres) {
UNCOV
246
      this.vCredPres = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vCredPres, "Valor total do crédito presumido");
×
UNCOV
247
    }
×
248

249
    public String getVCredPresCondSus() {
UNCOV
250
      return vCredPresCondSus;
×
251
    }
252

253
    public void setVCredPresCondSus(BigDecimal vCredPresCondSus) {
UNCOV
254
      this.vCredPresCondSus = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vCredPresCondSus, "Valor total do crédito presumido em condição suspensiva");
×
UNCOV
255
    }
×
256

257
  }
258

259
  // W57
260
  public class GMono extends DFBase {
×
261

262
    @Element(required = true)
263
    private String vIBSMono; // W58
264

265
    @Element(required = true)
266
    private String vCBSMono; // W59
267

268
    @Element(required = true)
269
    private String vIBSMonoReten; // W59a
270

271
    @Element(required = true)
272
    private String vCBSMonoReten; // W59b
273

274
    @Element(required = true)
275
    private String vIBSMonoRet; // W59c
276

277
    @Element(required = true)
278
    private String vCBSMonoRet; // W59d
279

280
    public String getVIBSMono() {
UNCOV
281
      return vIBSMono;
×
282
    }
283

284
    public void setVIBSMono(BigDecimal vIBSMono) {
UNCOV
285
      this.vIBSMono = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vIBSMono, "Valor do IBS monofásico");
×
UNCOV
286
    }
×
287

288
    public String getVCBSMono() {
289
      return vCBSMono;
×
290
    }
291

292
    public void setVCBSMono(BigDecimal vCBSMono) {
293
      this.vCBSMono = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vCBSMono, "Valor da CBS monofásica");
×
294
    }
×
295

296
    public String getVIBSMonoReten() {
297
      return vIBSMonoReten;
×
298
    }
299

300
    public void setVIBSMonoReten(BigDecimal vIBSMonoReten) {
301
      this.vIBSMonoReten = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vIBSMonoReten, "Total do IBS monofásico sujeito a retenção");
×
302
    }
×
303

304
    public String getVCBSMonoReten() {
305
      return vCBSMonoReten;
×
306
    }
307

308
    public void setVCBSMonoReten(BigDecimal vCBSMonoReten) {
309
      this.vCBSMonoReten = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vCBSMonoReten, "Total da CBS monofásica sujeita a retenção");
×
310
    }
×
311

312
    public String getVIBSMonoRet() {
313
      return vIBSMonoRet;
×
314
    }
315

316
    public void setVIBSMonoRet(BigDecimal vIBSMonoRet) {
317
      this.vIBSMonoRet = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vIBSMonoRet, "Total do IBS monofásico retido anteriormente");
×
318
    }
×
319

320
    public String getVCBSMonoRet() {
321
      return vCBSMonoRet;
×
322
    }
323

324
    public void setVCBSMonoRet(BigDecimal vCBSMonoRet) {
325
      this.vCBSMonoRet = DFBigDecimalValidador.tamanho13Com2CasasDecimais(vCBSMonoRet, "Total da CBS monofásica retida anteriormente");
×
326
    }
×
327

328
  }
329
}
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