mx.bigdata.sat.cfd.v22.schema
Class TUbicacionFiscal

java.lang.Object
  extended by mx.bigdata.sat.cfd.v22.schema.TUbicacionFiscal
All Implemented Interfaces:
Serializable

public class TUbicacionFiscal
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

calle

protected String calle

noExterior

protected String noExterior

noInterior

protected String noInterior

colonia

protected String colonia

localidad

protected String localidad

referencia

protected String referencia

municipio

protected String municipio

estado

protected String estado

pais

protected String pais

codigoPostal

protected String codigoPostal
Constructor Detail

TUbicacionFiscal

public TUbicacionFiscal()
Method Detail

getCalle

public String getCalle()
Gets the value of the calle property.

Returns:
possible object is String

setCalle

public void setCalle(String value)
Sets the value of the calle property.

Parameters:
value - allowed object is String

getNoExterior

public String getNoExterior()
Gets the value of the noExterior property.

Returns:
possible object is String

setNoExterior

public void setNoExterior(String value)
Sets the value of the noExterior property.

Parameters:
value - allowed object is String

getNoInterior

public String getNoInterior()
Gets the value of the noInterior property.

Returns:
possible object is String

setNoInterior

public void setNoInterior(String value)
Sets the value of the noInterior property.

Parameters:
value - allowed object is String

getColonia

public String getColonia()
Gets the value of the colonia property.

Returns:
possible object is String

setColonia

public void setColonia(String value)
Sets the value of the colonia property.

Parameters:
value - allowed object is String

getLocalidad

public String getLocalidad()
Gets the value of the localidad property.

Returns:
possible object is String

setLocalidad

public void setLocalidad(String value)
Sets the value of the localidad property.

Parameters:
value - allowed object is String

getReferencia

public String getReferencia()
Gets the value of the referencia property.

Returns:
possible object is String

setReferencia

public void setReferencia(String value)
Sets the value of the referencia property.

Parameters:
value - allowed object is String

getMunicipio

public String getMunicipio()
Gets the value of the municipio property.

Returns:
possible object is String

setMunicipio

public void setMunicipio(String value)
Sets the value of the municipio property.

Parameters:
value - allowed object is String

getEstado

public String getEstado()
Gets the value of the estado property.

Returns:
possible object is String

setEstado

public void setEstado(String value)
Sets the value of the estado property.

Parameters:
value - allowed object is String

getPais

public String getPais()
Gets the value of the pais property.

Returns:
possible object is String

setPais

public void setPais(String value)
Sets the value of the pais property.

Parameters:
value - allowed object is String

getCodigoPostal

public String getCodigoPostal()
Gets the value of the codigoPostal property.

Returns:
possible object is String

setCodigoPostal

public void setCodigoPostal(String value)
Sets the value of the codigoPostal property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.