Class TRetEnviCTe

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

public class TRetEnviCTe extends Object
Tipo Retorno do Pedido de Concessao de Autorizacao da CT-e

Java class for TRetEnviCTe complex type.

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

 <complexType name="TRetEnviCTe">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="tpAmb" type="{http://www.portalfiscal.inf.br/cte}TAmb"/>
                 <element name="cUF" type="{http://www.portalfiscal.inf.br/cte}TCodUfIBGE"/>
                 <element name="verAplic" type="{http://www.portalfiscal.inf.br/cte}TVerAplic"/>
                 <element name="cStat" type="{http://www.portalfiscal.inf.br/cte}TStat"/>
                 <element name="xMotivo" type="{http://www.portalfiscal.inf.br/cte}TMotivo"/>
                 <element name="infRec" minOccurs="0">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="nRec" type="{http://www.portalfiscal.inf.br/cte}TRec"/>
                                   <element name="dhRecbto" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
                                   <element name="tMed">
                                         <simpleType>
                                           <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                                                 <pattern value="[0-9]{1,4}"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
           </sequence>
           <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/cte}TVerCTe" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TRetEnviCTe

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

      public TRetEnviCTe.InfRec getInfRec()
      Gets the value of the infRec property.
      Returns:
      possible object is TRetEnviCTe.InfRec
    • setInfRec

      public void setInfRec(TRetEnviCTe.InfRec value)
      Sets the value of the infRec property.
      Parameters:
      value - allowed object is TRetEnviCTe.InfRec
    • 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