Class TProtCTe

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

public class TProtCTe extends Object
Tipo Protocolo de status resultado do processamento da CT-e

Classe Java de TProtCTe complex type.

O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.

 <complexType name="TProtCTe">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="infProt">
                   <complexType>
                         <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="chCTe" type="{http://www.portalfiscal.inf.br/cte}TChNFe"/>
                                   <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/cte}TDateTimeUTC"/>
                                   <element name="nProt" type="{http://www.portalfiscal.inf.br/cte}TProt" minOccurs="0"/>
                                   <element name="digVal" type="{http://www.w3.org/2000/09/xmldsig#}DigestValueType" minOccurs="0"/>
                                   <element name="cStat">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TStat">
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="xMotivo" type="{http://www.portalfiscal.inf.br/cte}TMotivo"/>
                                 </sequence>
                                 <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="infFisco" minOccurs="0">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="cMsg">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TStat">
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="xMsg" type="{http://www.portalfiscal.inf.br/cte}TMotivo"/>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
           </sequence>
           <attribute name="versao" use="required">
                 <simpleType>
                   <restriction base="{http://www.portalfiscal.inf.br/cte}TVerCTe">
                   </restriction>
                 </simpleType>
           </attribute>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TProtCTe

      public TProtCTe()
  • Method Details

    • getInfProt

      public TProtCTe.InfProt getInfProt()
      Obtem o valor da propriedade infProt.
      Returns:
      possible object is TProtCTe.InfProt
    • setInfProt

      public void setInfProt(TProtCTe.InfProt value)
      Define o valor da propriedade infProt.
      Parameters:
      value - allowed object is TProtCTe.InfProt
    • getInfFisco

      public TProtCTe.InfFisco getInfFisco()
      Obtem o valor da propriedade infFisco.
      Returns:
      possible object is TProtCTe.InfFisco
    • setInfFisco

      public void setInfFisco(TProtCTe.InfFisco value)
      Define o valor da propriedade infFisco.
      Parameters:
      value - allowed object is TProtCTe.InfFisco
    • getSignature

      public SignatureType getSignature()
      Obtem o valor da propriedade signature.
      Returns:
      possible object is SignatureType
    • setSignature

      public void setSignature(SignatureType value)
      Define o valor da propriedade signature.
      Parameters:
      value - allowed object is SignatureType
    • getVersao

      public String getVersao()
      Obtem o valor da propriedade versao.
      Returns:
      possible object is String
    • setVersao

      public void setVersao(String value)
      Define o valor da propriedade versao.
      Parameters:
      value - allowed object is String