Class TNFe.InfNFe.AutXML

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

public static class TNFe.InfNFe.AutXML 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">
	   <choice>
		 <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpj"/>
		 <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpf"/>
	   </choice>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cnpj

      protected String cnpj
      CNPJ Autorizado
    • cpf

      protected String cpf
      CPF Autorizado
  • Constructor Details

    • AutXML

      public AutXML()
  • Method Details

    • getCNPJ

      public String getCNPJ()
      CNPJ Autorizado
      Returns:
      possible object is String
    • setCNPJ

      public void setCNPJ(String value)
      Define o valor da propriedade cnpj.
      Parameters:
      value - allowed object is String
      See Also:
    • getCPF

      public String getCPF()
      CPF Autorizado
      Returns:
      possible object is String
    • setCPF

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