Class TIBSCBSTot

java.lang.Object
systextil.integracao.xml.nfe.TIBSCBSTot

public class TIBSCBSTot extends Object
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>