All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.swconsultoria.mdfe.schema_300.mdfeModalAquaviario.TEndereco Maven / Gradle / Ivy

The newest version!

package br.com.swconsultoria.mdfe.schema_300.mdfeModalAquaviario;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * Tipo Dados do Endereço
 *
 * 

Classe Java de TEndereco complex type. * *

O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. * *

 * <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/mdfe}TString">
 *               <maxLength value="255"/>
 *               <minLength value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="nro">
 *           <simpleType>
 *             <restriction base="{http://www.portalfiscal.inf.br/mdfe}TString">
 *               <maxLength value="60"/>
 *               <minLength value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="xCpl" minOccurs="0">
 *           <simpleType>
 *             <restriction base="{http://www.portalfiscal.inf.br/mdfe}TString">
 *               <maxLength value="60"/>
 *               <minLength value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="xBairro">
 *           <simpleType>
 *             <restriction base="{http://www.portalfiscal.inf.br/mdfe}TString">
 *               <maxLength value="60"/>
 *               <minLength value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="cMun" type="{http://www.portalfiscal.inf.br/mdfe}TCodMunIBGE"/>
 *         <element name="xMun">
 *           <simpleType>
 *             <restriction base="{http://www.portalfiscal.inf.br/mdfe}TString">
 *               <maxLength value="60"/>
 *               <minLength value="1"/>
 *             </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/mdfe}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/mdfe}TString">
 *               <maxLength value="60"/>
 *               <minLength value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
*/ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TEndereco", propOrder = { "xLgr", "nro", "xCpl", "xBairro", "cMun", "xMun", "cep", "uf", "cPais", "xPais" }) public class TEndereco { @XmlElement(required = true) protected String xLgr; @XmlElement(required = true) protected String nro; protected String xCpl; @XmlElement(required = true) protected String xBairro; @XmlElement(required = true) protected String cMun; @XmlElement(required = true) protected String xMun; @XmlElement(name = "CEP") protected String cep; @XmlElement(name = "UF", required = true) protected TUf uf; protected String cPais; protected String xPais; /** * Obtém o valor da propriedade xLgr. * * @return possible object is * {@link String } */ public String getXLgr() { return xLgr; } /** * Define o valor da propriedade xLgr. * * @param value allowed object is * {@link String } */ public void setXLgr(String value) { this.xLgr = value; } /** * Obtém o valor da propriedade nro. * * @return possible object is * {@link String } */ public String getNro() { return nro; } /** * Define o valor da propriedade nro. * * @param value allowed object is * {@link String } */ public void setNro(String value) { this.nro = value; } /** * Obtém o valor da propriedade xCpl. * * @return possible object is * {@link String } */ public String getXCpl() { return xCpl; } /** * Define o valor da propriedade xCpl. * * @param value allowed object is * {@link String } */ public void setXCpl(String value) { this.xCpl = value; } /** * Obtém o valor da propriedade xBairro. * * @return possible object is * {@link String } */ public String getXBairro() { return xBairro; } /** * Define o valor da propriedade xBairro. * * @param value allowed object is * {@link String } */ public void setXBairro(String value) { this.xBairro = value; } /** * Obtém o valor da propriedade cMun. * * @return possible object is * {@link String } */ public String getCMun() { return cMun; } /** * Define o valor da propriedade cMun. * * @param value allowed object is * {@link String } */ public void setCMun(String value) { this.cMun = value; } /** * Obtém o valor da propriedade xMun. * * @return possible object is * {@link String } */ public String getXMun() { return xMun; } /** * Define o valor da propriedade xMun. * * @param value allowed object is * {@link String } */ public void setXMun(String value) { this.xMun = value; } /** * Obtém o valor da propriedade cep. * * @return possible object is * {@link String } */ public String getCEP() { return cep; } /** * Define o valor da propriedade cep. * * @param value allowed object is * {@link String } */ public void setCEP(String value) { this.cep = value; } /** * Obtém o valor da propriedade uf. * * @return possible object is * {@link TUf } */ public TUf getUF() { return uf; } /** * Define o valor da propriedade uf. * * @param value allowed object is * {@link TUf } */ public void setUF(TUf value) { this.uf = value; } /** * Obtém o valor da propriedade cPais. * * @return possible object is * {@link String } */ public String getCPais() { return cPais; } /** * Define o valor da propriedade cPais. * * @param value allowed object is * {@link String } */ public void setCPais(String value) { this.cPais = value; } /** * Obtém o valor da propriedade xPais. * * @return possible object is * {@link String } */ public String getXPais() { return xPais; } /** * Define o valor da propriedade xPais. * * @param value allowed object is * {@link String } */ public void setXPais(String value) { this.xPais = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy