Class TEnviNFe

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

public class TEnviNFe extends Object
Tipo Pedido de Concessao de Autorizacao da Nota Fiscal Eletronica

Classe Java de TEnviNFe complex type.

O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.


 <complexType name="TEnviNFe">
   <complexContent>
	 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
	   <sequence>
		 <element name="idLote" type="{http://www.portalfiscal.inf.br/nfe}TIdLote"/>
		 <element name="indSinc">
		   <simpleType>
			 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
			   <whiteSpace value="preserve"/>
			   <enumeration value="0"/>
			   <enumeration value="1"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="NFe" type="{http://www.portalfiscal.inf.br/nfe}TNFe" maxOccurs="50"/>
	   </sequence>
	   <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerNFe" />
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • idLote

      protected String idLote
    • indSinc

      protected String indSinc
      Indicador de processamento sincrono. 0=NAO; 1=SIM=Sincrono
    • nFe

      protected List<TNFe> nFe
    • versao

      protected String versao
  • Constructor Details

    • TEnviNFe

      public TEnviNFe()
  • Method Details

    • getIdLote

      public String getIdLote()
      Obtem o valor da propriedade idLote.
      Returns:
      possible object is String
    • setIdLote

      public void setIdLote(String value)
      Define o valor da propriedade idLote.
      Parameters:
      value - allowed object is String
    • getIndSinc

      public String getIndSinc()
      Indicador de processamento sincrono. 0=NAO; 1=SIM=Sincrono
      Returns:
      possible object is String
    • setIndSinc

      public void setIndSinc(String value)
      Define o valor da propriedade indSinc.
      Parameters:
      value - allowed object is String
      See Also:
    • getNFe

      public List<TNFe> getNFe()
      Gets the value of the nFe property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nFe property.

      For example, to add a new item, do as follows:

       getNFe().add(newItem);
       

      Objects of the following type(s) are allowed in the list TNFe

      Returns:
      The value of the nFe property.
    • getVersao

      public String getVersao()
      Obtem o valor da propriedade versao.
      Returns:
      possible object is String
    • setVersao

      public void setVersao(String value)
      Define o valor da propriedade versao.
      Parameters:
      value - allowed object is String