Package systextil.integracao.xml.nfe
Class TIBSCBSTot
java.lang.Object
systextil.integracao.xml.nfe.TIBSCBSTot
Grupo de informacoes de totais da CBS/IBS
Classe Java de TIBSCBSTot complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<complexType name="TIBSCBSTot">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vBCIBSCBS" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
<element name="gIBS">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gIBSUF">
<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="vIBSUF" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="gIBSMun">
<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="vIBSMun" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="vIBS" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="gCBS">
<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>
</element>
<element name="gEstornoCred" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vIBSEstCred" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
<element name="vCBSEstCred" type="{http://www.portalfiscal.inf.br/nfe}TDec1302RTC"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TIBSCBSTot.GCBSTotalizacao da CBSprotected TIBSCBSTot.GEstornoCredTotalizacao do estorno de creditoprotected TIBSCBSTot.GIBSTotalizacao do IBSprotected StringTotal Base de Calculo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGCBS()Totalizacao da CBSTotalizacao do estorno de creditogetGIBS()Totalizacao do IBSTotal Base de CalculovoidsetGCBS(TIBSCBSTot.GCBS value) Define o valor da propriedade gcbs.voidDefine o valor da propriedade gEstornoCred.voidsetGIBS(TIBSCBSTot.GIBS value) Define o valor da propriedade gibs.voidsetVBCIBSCBS(String value) Define o valor da propriedade vbcibscbs.
-
Field Details
-
vbcibscbs
Total Base de Calculo -
gibs
Totalizacao do IBS -
gcbs
Totalizacao da CBS -
gEstornoCred
Totalizacao do estorno de credito
-
-
Constructor Details
-
TIBSCBSTot
public TIBSCBSTot()
-
-
Method Details
-
getVBCIBSCBS
Total Base de Calculo- Returns:
- possible object is
String
-
setVBCIBSCBS
Define o valor da propriedade vbcibscbs.- Parameters:
value- allowed object isString- See Also:
-
getGIBS
Totalizacao do IBS- Returns:
- possible object is
TIBSCBSTot.GIBS
-
setGIBS
Define o valor da propriedade gibs.- Parameters:
value- allowed object isTIBSCBSTot.GIBS- See Also:
-
getGCBS
Totalizacao da CBS- Returns:
- possible object is
TIBSCBSTot.GCBS
-
setGCBS
Define o valor da propriedade gcbs.- Parameters:
value- allowed object isTIBSCBSTot.GCBS- See Also:
-
getGEstornoCred
Totalizacao do estorno de credito- Returns:
- possible object is
TIBSCBSTot.GEstornoCred
-
setGEstornoCred
Define o valor da propriedade gEstornoCred.- Parameters:
value- allowed object isTIBSCBSTot.GEstornoCred- See Also:
-