public class TUbicacion extends Object
Java class for t_Ubicacion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="t_Ubicacion"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="calle"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="noExterior"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="noInterior"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="colonia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="localidad"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="referencia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="municipio"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="estado"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="pais" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="codigoPostal"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <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 |
noExterior |
protected String |
noInterior |
protected String |
pais |
protected String |
referencia |
Constructor and Description |
---|
TUbicacion() |
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 |
getNoExterior()
Gets the value of the noExterior property.
|
String |
getNoInterior()
Gets the value of the noInterior property.
|
String |
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 |
setNoExterior(String value)
Sets the value of the noExterior property.
|
void |
setNoInterior(String value)
Sets the value of the noInterior property.
|
void |
setPais(String value)
Sets the value of the pais property.
|
void |
setReferencia(String value)
Sets the value of the referencia property.
|
protected String calle
protected String noExterior
protected String noInterior
protected String colonia
protected String localidad
protected String referencia
protected String municipio
protected String estado
protected String pais
protected String codigoPostal
public String getCalle()
String
public void setCalle(String value)
value
- allowed object is
String
public String getNoExterior()
String
public void setNoExterior(String value)
value
- allowed object is
String
public String getNoInterior()
String
public void setNoInterior(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 String getPais()
String
public void setPais(String value)
value
- allowed object is
String
public String getCodigoPostal()
String
Copyright © 2010–2018. All rights reserved.