Class TEnvEvento

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

public class TEnvEvento extends Object
Tipo Lote de Envio

Java class for TEnvEvento complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TEnvEvento">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="idLote">
                   <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <whiteSpace value="preserve"/>
                           <pattern value="[0-9]{1,15}"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="evento" type="{http://www.portalfiscal.inf.br/nfe}TEvento" maxOccurs="20"/>
           </sequence>
           <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerEnvEvento" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TEnvEvento

      public TEnvEvento()
  • Method Details

    • getIdLote

      public String getIdLote()
      Gets the value of the idLote property.
      Returns:
      possible object is String
    • setIdLote

      public void setIdLote(String value)
      Sets the value of the idLote property.
      Parameters:
      value - allowed object is String
    • getEvento

      public List<TEvento> getEvento()
      Gets the value of the evento 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 evento property.

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

              getEvento().add(newItem);
       

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

    • getVersao

      public String getVersao()
      Gets the value of the versao property.
      Returns:
      possible object is String
    • setVersao

      public void setVersao(String value)
      Sets the value of the versao property.
      Parameters:
      value - allowed object is String