Class CteProc

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

public class CteProc extends Object

Java class for anonymous complex type.

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

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

    • cTe

      protected TCTe cTe
    • protCTe

      protected TProtCTe protCTe
    • versao

      protected String versao
  • Constructor Details

    • CteProc

      public CteProc()
  • Method Details

    • getCTe

      public TCTe getCTe()
      Gets the value of the cTe property.
      Returns:
      possible object is TCTe
    • setCTe

      public void setCTe(TCTe value)
      Sets the value of the cTe property.
      Parameters:
      value - allowed object is TCTe
    • getProtCTe

      public TProtCTe getProtCTe()
      Gets the value of the protCTe property.
      Returns:
      possible object is TProtCTe
    • setProtCTe

      public void setProtCTe(TProtCTe value)
      Sets the value of the protCTe property.
      Parameters:
      value - allowed object is 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