Class TIBSCBSTot.GIBS

java.lang.Object
systextil.integracao.xml.cte.TIBSCBSTot.GIBS
Enclosing class:
TIBSCBSTot

public static class TIBSCBSTot.GIBS extends Object

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="gIBSUF">
		   <complexType>
			 <complexContent>
			   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
				 <sequence>
				   <element name="vDif" type="{}TDec1302"/>
				   <element name="vDevTrib" type="{}TDec1302"/>
				   <element name="vIBSUF" type="{}TDec1302"/>
				 </sequence>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
		 <element name="gIBSMun">
		   <complexType>
			 <complexContent>
			   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
				 <sequence>
				   <element name="vDif" type="{}TDec1302"/>
				   <element name="vDevTrib" type="{}TDec1302"/>
				   <element name="vIBSMun" type="{}TDec1302"/>
				 </sequence>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
		 <element name="vIBS" type="{}TDec1302"/>
		 <element name="vCredPres" type="{}TDec1302"/>
		 <element name="vCredPresCondSus" type="{}TDec1302"/>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • gibsuf

      protected TIBSCBSTot.GIBS.GIBSUF gibsuf
      Totalizacao do IBS de competencia da UF
    • gibsMun

      protected TIBSCBSTot.GIBS.GIBSMun gibsMun
      Totalizacao do IBS de competencia Municipal
    • vibs

      protected String vibs
      Valor total do IBS
    • vCredPres

      protected String vCredPres
      Total do Credito Presumido
    • vCredPresCondSus

      protected String vCredPresCondSus
      Total do Credito Presumido Condicao Suspensiva
  • Constructor Details

    • GIBS

      public GIBS()
  • Method Details