Package systextil.integracao.xml.nfe
Class TIBSCBSTot.GCBS
java.lang.Object
systextil.integracao.xml.nfe.TIBSCBSTot.GCBS
- Enclosing class:
TIBSCBSTot
Classe Java de anonymous complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vDif" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
<element name="vDevTrib" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
<element name="vCBS" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVCBS()Valor total da CBSTotal de devolucoes de tributosgetVDif()Total do DiferimentovoidDefine o valor da propriedade vcbs.voidsetVDevTrib(String value) Define o valor da propriedade vDevTrib.voidDefine o valor da propriedade vDif.
-
Field Details
-
vDif
Total do Diferimento -
vDevTrib
Total de devolucoes de tributos -
vcbs
Valor total da CBS
-
-
Constructor Details
-
GCBS
public GCBS()
-
-
Method Details
-
getVDif
Total do Diferimento- Returns:
- possible object is
String
-
setVDif
Define o valor da propriedade vDif.- Parameters:
value- allowed object isString- See Also:
-
getVDevTrib
Total de devolucoes de tributos- Returns:
- possible object is
String
-
setVDevTrib
Define o valor da propriedade vDevTrib.- Parameters:
value- allowed object isString- See Also:
-
getVCBS
Valor total da CBS- Returns:
- possible object is
String
-
setVCBS
Define o valor da propriedade vcbs.- Parameters:
value- allowed object isString- See Also:
-