Class TEndeEmi

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

public class TEndeEmi extends Object
Tipo Dados do Endereco

Java class for TEndeEmi complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TEndeEmi">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="xLgr">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <maxLength value="60"/>
                           <minLength value="2"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="nro">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <maxLength value="60"/>
                           <minLength value="1"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xCpl" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <maxLength value="60"/>
                           <minLength value="1"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xBairro">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <maxLength value="60"/>
                           <minLength value="2"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="cMun" type="{http://www.portalfiscal.inf.br/cte}TCodMunIBGE"/>
                 <element name="xMun">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <maxLength value="60"/>
                           <minLength value="2"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <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="UF" type="{http://www.portalfiscal.inf.br/cte}TUF_sem_EX"/>
                 <element name="fone" type="{http://www.portalfiscal.inf.br/cte}TFone" minOccurs="0"/>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TEndeEmi

      public TEndeEmi()
  • Method Details

    • getXLgr

      public String getXLgr()
      Gets the value of the xLgr property.
      Returns:
      possible object is String
    • setXLgr

      public void setXLgr(String value)
      Sets the value of the xLgr property.
      Parameters:
      value - allowed object is String
    • getNro

      public String getNro()
      Gets the value of the nro property.
      Returns:
      possible object is String
    • setNro

      public void setNro(String value)
      Sets the value of the nro property.
      Parameters:
      value - allowed object is String
    • getXCpl

      public String getXCpl()
      Gets the value of the xCpl property.
      Returns:
      possible object is String
    • setXCpl

      public void setXCpl(String value)
      Sets the value of the xCpl property.
      Parameters:
      value - allowed object is String
    • getXBairro

      public String getXBairro()
      Gets the value of the xBairro property.
      Returns:
      possible object is String
    • setXBairro

      public void setXBairro(String value)
      Sets the value of the xBairro property.
      Parameters:
      value - allowed object is String
    • getCMun

      public String getCMun()
      Gets the value of the cMun property.
      Returns:
      possible object is String
    • setCMun

      public void setCMun(String value)
      Sets the value of the cMun property.
      Parameters:
      value - allowed object is String
    • getXMun

      public String getXMun()
      Gets the value of the xMun property.
      Returns:
      possible object is String
    • setXMun

      public void setXMun(String value)
      Sets the value of the xMun property.
      Parameters:
      value - allowed object is String
    • getCEP

      public String getCEP()
      Gets the value of the cep property.
      Returns:
      possible object is String
    • setCEP

      public void setCEP(String value)
      Sets the value of the cep property.
      Parameters:
      value - allowed object is String
    • getUF

      public TUFSemEX getUF()
      Gets the value of the uf property.
      Returns:
      possible object is TUFSemEX
    • setUF

      public void setUF(TUFSemEX value)
      Sets the value of the uf property.
      Parameters:
      value - allowed object is TUFSemEX
    • getFone

      public String getFone()
      Gets the value of the fone property.
      Returns:
      possible object is String
    • setFone

      public void setFone(String value)
      Sets the value of the fone property.
      Parameters:
      value - allowed object is String