Class TNFe.InfNFeSupl

java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFeSupl
Enclosing class:
TNFe

public static class TNFe.InfNFeSupl extends Object

Classe Java de anonymous complex type.

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


 <complexType>
   <complexContent>
	 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
	   <sequence>
		 <element name="qrCode">
		   <simpleType>
			 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
			   <whiteSpace value="preserve"/>
			   <minLength value="60"/>
			   <maxLength value="1000"/>
			   <pattern value="((HTTPso|httpso)://.*\?chNFe=[0-9]{44}&nVersao=100&tpAmb=[1-2](&cDest=([A-Za-z0-9.:+-/)(]{0}|[A-Za-z0-9.:+-/)(]{5,20})?)?&dhEmi=[A-Fa-f0-9]{50}&vNF=(0|0\.[0-9]{2}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?)&vICMS=(0|0\.[0-9]{2}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?)&digVal=[A-Fa-f0-9]{56}&cIdToken=[0-9]{6}&cHashQRCode=[A-Fa-f0-9]{40})"/>
			   <pattern value="((HTTPso|httpso)://.*\?p=([0-9]{34}(1|3|4)[0-9]{9})\|[2]\|[1-2]\|(0|[1-9]{1}([0-9]{1,5})?)\|[A-Fa-f0-9]{40})"/>
			   <pattern value="((HTTPso|httpso)://.*\?p=([0-9]{34}9[0-9]{9})\|[2]\|[1-2]\|([0]{1}[1-9]{1}|[1-2]{1}[0-9]{1}|[3]{1}[0-1]{1})\|(0|0\.[0-9]{2}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?)\|[A-Fa-f0-9]{56}\|(0|[1-9]{1}([0-9]{1,5})?)\|[A-Fa-f0-9]{40})"/>
			   <pattern value="((HTTPso|httpso)://.*\?p=([0-9]{34}(1|3|4)[0-9]{9})\|[3]\|[1-2])"/>
			   <pattern value="((HTTPso|httpso)://.*\?p=([0-9]{34}(9)[0-9]{9})\|[3]\|[1-2]\|([0]{1}[1-9]{1}|[1-2]{1}[0-9]{1}|[3]{1}[0-1]{1})\|(0|0\.[0-9]{2}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?)\|((1|2|3)?)\|(([0-9]{3,14})?)\|([a-zA-Z0-9+/]+[=]{0,2}))"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="urlChave">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="21"/>
			   <maxLength value="85"/>
			 </restriction>
		   </simpleType>
		 </element>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • qrCode

      protected String qrCode
      Texto com o QR-Code impresso no DANFE NFC-e
    • urlChave

      protected String urlChave
      Informar a URL da "Consulta por chave de acesso da NFC-e". A mesma URL que deve estar informada no DANFE NFC-e para consulta por chave de acesso.
  • Constructor Details

    • InfNFeSupl

      public InfNFeSupl()
  • Method Details

    • getQrCode

      public String getQrCode()
      Texto com o QR-Code impresso no DANFE NFC-e
      Returns:
      possible object is String
    • setQrCode

      public void setQrCode(String value)
      Define o valor da propriedade qrCode.
      Parameters:
      value - allowed object is String
      See Also:
    • getUrlChave

      public String getUrlChave()
      Informar a URL da "Consulta por chave de acesso da NFC-e". A mesma URL que deve estar informada no DANFE NFC-e para consulta por chave de acesso.
      Returns:
      possible object is String
    • setUrlChave

      public void setUrlChave(String value)
      Define o valor da propriedade urlChave.
      Parameters:
      value - allowed object is String
      See Also: