Class TEnviCTe

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

public class TEnviCTe extends Object
Tipo Pedido de Concessao de Autorizacao da CT-e

Java class for TEnviCTe complex type.

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

 <complexType name="TEnviCTe">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="idLote" type="{http://www.portalfiscal.inf.br/cte}TIdLote"/>
                 <element name="CTe" type="{http://www.portalfiscal.inf.br/cte}TCTe" maxOccurs="50"/>
           </sequence>
           <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/cte}TVerCTe" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TEnviCTe

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

      public List<TCTe> getCTe()
      Gets the value of the cTe 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 cTe property.

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

              getCTe().add(newItem);
       

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

    • 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