Class TNFe.InfNFe.Transp.RetTransp

java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Transp.RetTransp
Enclosing class:
TNFe.InfNFe.Transp

public static class TNFe.InfNFe.Transp.RetTransp 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="vServ" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302"/>
		 <element name="vBCRet" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302"/>
		 <element name="pICMSRet" type="{http://www.portalfiscal.inf.br/nfe}TDec_0302a04"/>
		 <element name="vICMSRet" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302"/>
		 <element name="CFOP">
		   <simpleType>
			 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
			   <whiteSpace value="preserve"/>
			   <pattern value="[1,2,3,5,6,7]{1}[0-9]{3}"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="cMunFG" type="{http://www.portalfiscal.inf.br/nfe}TCodMunIBGE"/>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • vServ

      protected String vServ
      Valor do Servico
    • vbcRet

      protected String vbcRet
      BC da Retencao do ICMS
    • picmsRet

      protected String picmsRet
      Aliquota da Retencao
    • vicmsRet

      protected String vicmsRet
      Valor do ICMS Retido
    • cfop

      protected String cfop
      Codigo Fiscal de Operacoes e Prestacoes
    • cMunFG

      protected String cMunFG
      Codigo do Municipio de Ocorrencia do Fato Gerador (utilizar a tabela do IBGE)
  • Constructor Details

    • RetTransp

      public RetTransp()
  • Method Details

    • getVServ

      public String getVServ()
      Valor do Servico
      Returns:
      possible object is String
    • setVServ

      public void setVServ(String value)
      Define o valor da propriedade vServ.
      Parameters:
      value - allowed object is String
      See Also:
    • getVBCRet

      public String getVBCRet()
      BC da Retencao do ICMS
      Returns:
      possible object is String
    • setVBCRet

      public void setVBCRet(String value)
      Define o valor da propriedade vbcRet.
      Parameters:
      value - allowed object is String
      See Also:
    • getPICMSRet

      public String getPICMSRet()
      Aliquota da Retencao
      Returns:
      possible object is String
    • setPICMSRet

      public void setPICMSRet(String value)
      Define o valor da propriedade picmsRet.
      Parameters:
      value - allowed object is String
      See Also:
    • getVICMSRet

      public String getVICMSRet()
      Valor do ICMS Retido
      Returns:
      possible object is String
    • setVICMSRet

      public void setVICMSRet(String value)
      Define o valor da propriedade vicmsRet.
      Parameters:
      value - allowed object is String
      See Also:
    • getCFOP

      public String getCFOP()
      Codigo Fiscal de Operacoes e Prestacoes
      Returns:
      possible object is String
    • setCFOP

      public void setCFOP(String value)
      Define o valor da propriedade cfop.
      Parameters:
      value - allowed object is String
      See Also:
    • getCMunFG

      public String getCMunFG()
      Codigo do Municipio de Ocorrencia do Fato Gerador (utilizar a tabela do IBGE)
      Returns:
      possible object is String
    • setCMunFG

      public void setCMunFG(String value)
      Define o valor da propriedade cMunFG.
      Parameters:
      value - allowed object is String
      See Also: