Class TRetEnvEvento

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

public class TRetEnvEvento extends Object
Tipo Retorno de Lote de Envio

Java class for TRetEnvEvento complex type.

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

 <complexType name="TRetEnvEvento">
   <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="tpAmb" type="{http://www.portalfiscal.inf.br/nfe}TAmb"/>
                 <element name="verAplic" type="{http://www.portalfiscal.inf.br/nfe}TVerAplic"/>
                 <element name="cOrgao" type="{http://www.portalfiscal.inf.br/nfe}TCOrgaoIBGE"/>
                 <element name="cStat" type="{http://www.portalfiscal.inf.br/nfe}TStat"/>
                 <element name="xMotivo" type="{http://www.portalfiscal.inf.br/nfe}TMotivo"/>
                 <element name="retEvento" type="{http://www.portalfiscal.inf.br/nfe}TRetEvento" maxOccurs="20" minOccurs="0"/>
           </sequence>
           <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerEnvEvento" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • idLote

      protected String idLote
    • tpAmb

      protected String tpAmb
    • verAplic

      protected String verAplic
    • cOrgao

      protected String cOrgao
    • cStat

      protected String cStat
    • xMotivo

      protected String xMotivo
    • retEvento

      protected List<TRetEvento> retEvento
    • versao

      protected String versao
  • Constructor Details

    • TRetEnvEvento

      public TRetEnvEvento()
  • 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
    • getTpAmb

      public String getTpAmb()
      Gets the value of the tpAmb property.
      Returns:
      possible object is String
    • setTpAmb

      public void setTpAmb(String value)
      Sets the value of the tpAmb property.
      Parameters:
      value - allowed object is String
    • getVerAplic

      public String getVerAplic()
      Gets the value of the verAplic property.
      Returns:
      possible object is String
    • setVerAplic

      public void setVerAplic(String value)
      Sets the value of the verAplic property.
      Parameters:
      value - allowed object is String
    • getCOrgao

      public String getCOrgao()
      Gets the value of the cOrgao property.
      Returns:
      possible object is String
    • setCOrgao

      public void setCOrgao(String value)
      Sets the value of the cOrgao property.
      Parameters:
      value - allowed object is String
    • getCStat

      public String getCStat()
      Gets the value of the cStat property.
      Returns:
      possible object is String
    • setCStat

      public void setCStat(String value)
      Sets the value of the cStat property.
      Parameters:
      value - allowed object is String
    • getXMotivo

      public String getXMotivo()
      Gets the value of the xMotivo property.
      Returns:
      possible object is String
    • setXMotivo

      public void setXMotivo(String value)
      Sets the value of the xMotivo property.
      Parameters:
      value - allowed object is String
    • getRetEvento

      public List<TRetEvento> getRetEvento()
      Gets the value of the retEvento 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 retEvento property.

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

              getRetEvento().add(newItem);
       

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

    • 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