Class TEndereco

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

public class TEndereco extends Object
Tipo Dados do Endereco

Java class for TEndereco complex type.

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

 <complexType name="TEndereco">
   <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="255"/>
                           <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"/>
                 <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/cte}TString">
                           <maxLength value="60"/>
                           <minLength value="2"/>
                         </restriction>
                   </simpleType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • xLgr

      protected String xLgr
    • nro

      protected String nro
    • xCpl

      protected String xCpl
    • xBairro

      protected String xBairro
    • cMun

      protected String cMun
    • xMun

      protected String xMun
    • cep

      protected String cep
    • uf

      protected TUf uf
    • cPais

      protected String cPais
    • xPais

      protected String xPais
  • Constructor Details

    • TEndereco

      public TEndereco()
  • 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 TUf getUF()
      Gets the value of the uf property.
      Returns:
      possible object is TUf
    • setUF

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

      public String getCPais()
      Gets the value of the cPais property.
      Returns:
      possible object is String
    • setCPais

      public void setCPais(String value)
      Sets the value of the cPais property.
      Parameters:
      value - allowed object is String
    • getXPais

      public String getXPais()
      Gets the value of the xPais property.
      Returns:
      possible object is String
    • setXPais

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