public static class ComercioExterior.Receptor.Domicilio extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Calle" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Descrip100" /> <attribute name="NumeroExterior" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_NumeroDomicilio" /> <attribute name="NumeroInterior" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_NumeroDomicilio" /> <attribute name="Colonia" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Descrip120" /> <attribute name="Localidad" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Descrip120" /> <attribute name="Referencia" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Referencia" /> <attribute name="Municipio" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Descrip120" /> <attribute name="Estado" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="30"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,30}"/> </restriction> </simpleType> </attribute> <attribute name="Pais" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_Pais" /> <attribute name="CodigoPostal" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="12"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
calle |
protected String |
codigoPostal |
protected String |
colonia |
protected String |
estado |
protected String |
localidad |
protected String |
municipio |
protected String |
numeroExterior |
protected String |
numeroInterior |
protected CPais |
pais |
protected String |
referencia |
Constructor and Description |
---|
Domicilio() |
Modifier and Type | Method and Description |
---|---|
String |
getCalle()
Gets the value of the calle property.
|
String |
getCodigoPostal()
Gets the value of the codigoPostal property.
|
String |
getColonia()
Gets the value of the colonia property.
|
String |
getEstado()
Gets the value of the estado property.
|
String |
getLocalidad()
Gets the value of the localidad property.
|
String |
getMunicipio()
Gets the value of the municipio property.
|
String |
getNumeroExterior()
Gets the value of the numeroExterior property.
|
String |
getNumeroInterior()
Gets the value of the numeroInterior property.
|
CPais |
getPais()
Gets the value of the pais property.
|
String |
getReferencia()
Gets the value of the referencia property.
|
void |
setCalle(String value)
Sets the value of the calle property.
|
void |
setCodigoPostal(String value)
Sets the value of the codigoPostal property.
|
void |
setColonia(String value)
Sets the value of the colonia property.
|
void |
setEstado(String value)
Sets the value of the estado property.
|
void |
setLocalidad(String value)
Sets the value of the localidad property.
|
void |
setMunicipio(String value)
Sets the value of the municipio property.
|
void |
setNumeroExterior(String value)
Sets the value of the numeroExterior property.
|
void |
setNumeroInterior(String value)
Sets the value of the numeroInterior property.
|
void |
setPais(CPais value)
Sets the value of the pais property.
|
void |
setReferencia(String value)
Sets the value of the referencia property.
|
protected String calle
protected String numeroExterior
protected String numeroInterior
protected String colonia
protected String localidad
protected String referencia
protected String municipio
protected String estado
protected CPais pais
protected String codigoPostal
public String getCalle()
String
public void setCalle(String value)
value
- allowed object is
String
public String getNumeroExterior()
String
public void setNumeroExterior(String value)
value
- allowed object is
String
public String getNumeroInterior()
String
public void setNumeroInterior(String value)
value
- allowed object is
String
public String getColonia()
String
public void setColonia(String value)
value
- allowed object is
String
public String getLocalidad()
String
public void setLocalidad(String value)
value
- allowed object is
String
public String getReferencia()
String
public void setReferencia(String value)
value
- allowed object is
String
public String getMunicipio()
String
public void setMunicipio(String value)
value
- allowed object is
String
public String getEstado()
String
public void setEstado(String value)
value
- allowed object is
String
public CPais getPais()
CPais
public void setPais(CPais value)
value
- allowed object is
CPais
public String getCodigoPostal()
String
Copyright © 2010–2018. All rights reserved.