Class TEnviNF3E

java.lang.Object
systextil.integracao.xml.nf3e.TEnviNF3E

public class TEnviNF3E extends Object
Tipo Pedido de Concessao de Autorizacao de NF-3e

Classe Java de TEnviNF3e complex type.

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

 <complexType name="TEnviNF3e">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="idLote" type="{http://www.portalfiscal.inf.br/nf3e}TIdLote"/>
                 <element name="NF3e" type="{http://www.portalfiscal.inf.br/nf3e}TNF3e" maxOccurs="50"/>
           </sequence>
           <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nf3e}TVerNF3e" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TEnviNF3E

      public TEnviNF3E()
  • 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
    • getNF3E

      public List<TNF3E> getNF3E()
      Gets the value of the nf3E 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 nf3E property.

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

              getNF3E().add(newItem);
       

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

    • 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