Class TConsReciCTe

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

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

Java class for TConsReciCTe complex type.

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

 <complexType name="TConsReciCTe">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="tpAmb" type="{http://www.portalfiscal.inf.br/cte}TAmb"/>
                 <element name="nRec" type="{http://www.portalfiscal.inf.br/cte}TRec"/>
           </sequence>
           <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/cte}TVerConsReciCTe" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • tpAmb

      protected String tpAmb
    • nRec

      protected String nRec
    • versao

      protected String versao
  • Constructor Details

    • TConsReciCTe

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