|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.terceros.schema.TUbicacionFiscal
public class TUbicacionFiscal
Tipo definido para expresar domicilios o direcciones
Java class for t_UbicacionFiscal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="t_UbicacionFiscal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="calle" use="required">
<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">
<whiteSpace value="collapse"/>
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="municipio" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
<attribute name="estado" use="required">
<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" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<length value="5"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
TUbicacionFiscal()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public TUbicacionFiscal()
| Method Detail |
|---|
public String getCalle()
Stringpublic void setCalle(String value)
value - allowed object is
Stringpublic String getNoExterior()
Stringpublic void setNoExterior(String value)
value - allowed object is
Stringpublic String getNoInterior()
Stringpublic void setNoInterior(String value)
value - allowed object is
Stringpublic String getColonia()
Stringpublic void setColonia(String value)
value - allowed object is
Stringpublic String getLocalidad()
Stringpublic void setLocalidad(String value)
value - allowed object is
Stringpublic String getReferencia()
Stringpublic void setReferencia(String value)
value - allowed object is
Stringpublic String getMunicipio()
Stringpublic void setMunicipio(String value)
value - allowed object is
Stringpublic String getEstado()
Stringpublic void setEstado(String value)
value - allowed object is
Stringpublic String getPais()
Stringpublic void setPais(String value)
value - allowed object is
Stringpublic String getCodigoPostal()
Stringpublic void setCodigoPostal(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||