Class TLocal

java.lang.Object
systextil.integracao.xml.nfe.TLocal

public class TLocal extends Object
Tipo Dados do Local de Retirada ou Entrega // 24/10/08 - tamanho minimo // v2.0

Classe Java de TLocal complex type.

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


 <complexType name="TLocal">
   <complexContent>
	 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
	   <sequence>
		 <choice>
		   <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjOpc"/>
		   <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpf"/>
		 </choice>
		 <element name="xNome" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="2"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="xLgr">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="2"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="nro">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="1"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="xCpl" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="1"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="xBairro">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="2"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="cMun" type="{http://www.portalfiscal.inf.br/nfe}TCodMunIBGE"/>
		 <element name="xMun">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="2"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUf"/>
		 <element name="CEP" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
			   <whiteSpace value="preserve"/>
			   <pattern value="[0-9]{8}"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="cPais" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
			   <whiteSpace value="preserve"/>
			   <pattern value="[0-9]{1,4}"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="xPais" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <maxLength value="60"/>
			   <minLength value="2"/>
			 </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="email" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <whiteSpace value="preserve"/>
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cnpj

      protected String cnpj
      CNPJ
    • cpf

      protected String cpf
      CPF (v2.0)
    • xNome

      protected String xNome
      Razao Social ou Nome do Expedidor/Recebedor
    • xLgr

      protected String xLgr
      Logradouro
    • nro

      protected String nro
      Numero
    • xCpl

      protected String xCpl
      Complemento
    • xBairro

      protected String xBairro
      Bairro
    • cMun

      protected String cMun
      Codigo do municipio (utilizar a tabela do IBGE)
    • xMun

      protected String xMun
      Nome do municipio
    • uf

      protected TUf uf
      Sigla da UF
    • cep

      protected String cep
      CEP
    • cPais

      protected String cPais
      Codigo de Pais
    • xPais

      protected String xPais
      Nome do pais
    • fone

      protected String fone
      Telefone, preencher com Codigo DDD + numero do telefone , nas operacoes com exterior e permtido informar o codigo do pais + codigo da localidade + numero do telefone
    • email

      protected String email
      Informar o e-mail do expedidor/Recebedor. O campo pode ser utilizado para informar o e-mail de recepcao da NF-e indicada pelo expedidor
    • ie

      protected String ie
      Inscricao Estadual (v2.0)
  • Constructor Details

    • TLocal

      public TLocal()
  • Method Details

    • getCNPJ

      public String getCNPJ()
      CNPJ
      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 (v2.0)
      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:
    • getXNome

      public String getXNome()
      Razao Social ou Nome do Expedidor/Recebedor
      Returns:
      possible object is String
    • setXNome

      public void setXNome(String value)
      Define o valor da propriedade xNome.
      Parameters:
      value - allowed object is String
      See Also:
    • getXLgr

      public String getXLgr()
      Logradouro
      Returns:
      possible object is String
    • setXLgr

      public void setXLgr(String value)
      Define o valor da propriedade xLgr.
      Parameters:
      value - allowed object is String
      See Also:
    • getNro

      public String getNro()
      Numero
      Returns:
      possible object is String
    • setNro

      public void setNro(String value)
      Define o valor da propriedade nro.
      Parameters:
      value - allowed object is String
      See Also:
    • getXCpl

      public String getXCpl()
      Complemento
      Returns:
      possible object is String
    • setXCpl

      public void setXCpl(String value)
      Define o valor da propriedade xCpl.
      Parameters:
      value - allowed object is String
      See Also:
    • getXBairro

      public String getXBairro()
      Bairro
      Returns:
      possible object is String
    • setXBairro

      public void setXBairro(String value)
      Define o valor da propriedade xBairro.
      Parameters:
      value - allowed object is String
      See Also:
    • getCMun

      public String getCMun()
      Codigo do municipio (utilizar a tabela do IBGE)
      Returns:
      possible object is String
    • setCMun

      public void setCMun(String value)
      Define o valor da propriedade cMun.
      Parameters:
      value - allowed object is String
      See Also:
    • getXMun

      public String getXMun()
      Nome do municipio
      Returns:
      possible object is String
    • setXMun

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

      public TUf getUF()
      Sigla da UF
      Returns:
      possible object is TUf
    • setUF

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

      public String getCEP()
      CEP
      Returns:
      possible object is String
    • setCEP

      public void setCEP(String value)
      Define o valor da propriedade cep.
      Parameters:
      value - allowed object is String
      See Also:
    • getCPais

      public String getCPais()
      Codigo de Pais
      Returns:
      possible object is String
    • setCPais

      public void setCPais(String value)
      Define o valor da propriedade cPais.
      Parameters:
      value - allowed object is String
      See Also:
    • getXPais

      public String getXPais()
      Nome do pais
      Returns:
      possible object is String
    • setXPais

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

      public String getFone()
      Telefone, preencher com Codigo DDD + numero do telefone , nas operacoes com exterior e permtido informar o codigo do pais + codigo da localidade + numero do 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:
    • getEmail

      public String getEmail()
      Informar o e-mail do expedidor/Recebedor. O campo pode ser utilizado para informar o e-mail de recepcao da NF-e indicada pelo expedidor
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Define o valor da propriedade email.
      Parameters:
      value - allowed object is String
      See Also:
    • getIE

      public String getIE()
      Inscricao Estadual (v2.0)
      Returns:
      possible object is String
    • setIE

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