Class TRetConsReciCTe

java.lang.Object
systextil.integracao.xml.cte.TRetConsReciCTe

public class TRetConsReciCTe extends Object
Tipo Retorno do Pedido de Consulta do Recibo do Lote de CT-e

Java class for TRetConsReciCTe complex type.

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

 <complexType name="TRetConsReciCTe">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="tpAmb" type="{http://www.portalfiscal.inf.br/cte}TAmb"/>
                 <element name="verAplic" type="{http://www.portalfiscal.inf.br/cte}TVerAplic"/>
                 <element name="nRec" type="{http://www.portalfiscal.inf.br/cte}TRec"/>
                 <element name="cStat" type="{http://www.portalfiscal.inf.br/cte}TStat"/>
                 <element name="xMotivo" type="{http://www.portalfiscal.inf.br/cte}TMotivo"/>
                 <element name="cUF" type="{http://www.portalfiscal.inf.br/cte}TCodUfIBGE"/>
                 <element name="protCTe" type="{http://www.portalfiscal.inf.br/cte}TProtCTe" maxOccurs="50" minOccurs="0"/>
           </sequence>
           <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/cte}TVerConsReciCTe" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TRetConsReciCTe

      public TRetConsReciCTe()
  • Method Details

    • 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
    • getNRec

      public String getNRec()
      Gets the value of the nRec property.
      Returns:
      possible object is String
    • setNRec

      public void setNRec(String value)
      Sets the value of the nRec 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
    • getCUF

      public String getCUF()
      Gets the value of the cuf property.
      Returns:
      possible object is String
    • setCUF

      public void setCUF(String value)
      Sets the value of the cuf property.
      Parameters:
      value - allowed object is String
    • getProtCTe

      public List<TProtCTe> getProtCTe()
      Gets the value of the protCTe 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 protCTe property.

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

              getProtCTe().add(newItem);
       

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

    • 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