Class TNFe.InfNFe.Avulsa

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

public static class TNFe.InfNFe.Avulsa 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="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpj"/>
		 <element name="xOrgao">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="1"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="matr">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="xAgente">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="1"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="fone" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
			   <whiteSpace value="preserve"/>
			   <pattern value="[0-9]{6,14}"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUfEmi"/>
		 <element name="nDAR" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="dEmi" type="{http://www.portalfiscal.inf.br/nfe}TData" minOccurs="0"/>
		 <element name="vDAR" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302" minOccurs="0"/>
		 <element name="repEmi">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="dPag" type="{http://www.portalfiscal.inf.br/nfe}TData" minOccurs="0"/>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cnpj

      protected String cnpj
      CNPJ do Orgao emissor
    • xOrgao

      protected String xOrgao
      Orgao emitente
    • matr

      protected String matr
      Matricula do agente
    • xAgente

      protected String xAgente
      Nome do agente
    • fone

      protected String fone
      Telefone
    • uf

      protected TUfEmi uf
      Sigla da Unidade da Federacao
    • ndar

      protected String ndar
      Numero do Documento de Arrecadacao de Receita
    • dEmi

      protected String dEmi
      Data de emissao do DAR (AAAA-MM-DD)
    • vdar

      protected String vdar
      Valor Total constante no DAR
    • repEmi

      protected String repEmi
      Reparticao Fiscal emitente
    • dPag

      protected String dPag
      Data de pagamento do DAR (AAAA-MM-DD)
  • Constructor Details

    • Avulsa

      public Avulsa()
  • Method Details

    • getCNPJ

      public String getCNPJ()
      CNPJ do Orgao emissor
      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:
    • getXOrgao

      public String getXOrgao()
      Orgao emitente
      Returns:
      possible object is String
    • setXOrgao

      public void setXOrgao(String value)
      Define o valor da propriedade xOrgao.
      Parameters:
      value - allowed object is String
      See Also:
    • getMatr

      public String getMatr()
      Matricula do agente
      Returns:
      possible object is String
    • setMatr

      public void setMatr(String value)
      Define o valor da propriedade matr.
      Parameters:
      value - allowed object is String
      See Also:
    • getXAgente

      public String getXAgente()
      Nome do agente
      Returns:
      possible object is String
    • setXAgente

      public void setXAgente(String value)
      Define o valor da propriedade xAgente.
      Parameters:
      value - allowed object is String
      See Also:
    • getFone

      public String getFone()
      Telefone
      Returns:
      possible object is String
    • setFone

      public void setFone(String value)
      Define o valor da propriedade fone.
      Parameters:
      value - allowed object is String
      See Also:
    • getUF

      public TUfEmi getUF()
      Sigla da Unidade da Federacao
      Returns:
      possible object is TUfEmi
    • setUF

      public void setUF(TUfEmi value)
      Define o valor da propriedade uf.
      Parameters:
      value - allowed object is TUfEmi
      See Also:
    • getNDAR

      public String getNDAR()
      Numero do Documento de Arrecadacao de Receita
      Returns:
      possible object is String
    • setNDAR

      public void setNDAR(String value)
      Define o valor da propriedade ndar.
      Parameters:
      value - allowed object is String
      See Also:
    • getDEmi

      public String getDEmi()
      Data de emissao do DAR (AAAA-MM-DD)
      Returns:
      possible object is String
    • setDEmi

      public void setDEmi(String value)
      Define o valor da propriedade dEmi.
      Parameters:
      value - allowed object is String
      See Also:
    • getVDAR

      public String getVDAR()
      Valor Total constante no DAR
      Returns:
      possible object is String
    • setVDAR

      public void setVDAR(String value)
      Define o valor da propriedade vdar.
      Parameters:
      value - allowed object is String
      See Also:
    • getRepEmi

      public String getRepEmi()
      Reparticao Fiscal emitente
      Returns:
      possible object is String
    • setRepEmi

      public void setRepEmi(String value)
      Define o valor da propriedade repEmi.
      Parameters:
      value - allowed object is String
      See Also:
    • getDPag

      public String getDPag()
      Data de pagamento do DAR (AAAA-MM-DD)
      Returns:
      possible object is String
    • setDPag

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