public static class NotariosPublicos.DescInmuebles 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"> <sequence> <element name="DescInmueble" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="TipoInmueble" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[0-9]{2}"/> </restriction> </simpleType> </attribute> <attribute name="Calle" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="150"/> </restriction> </simpleType> </attribute> <attribute name="NoExterior"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="55"/> </restriction> </simpleType> </attribute> <attribute name="NoInterior"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="30"/> </restriction> </simpleType> </attribute> <attribute name="Colonia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Localidad"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Referencia"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Municipio" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> <attribute name="Estado" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_EntidadFederativa" /> <attribute name="Pais" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[A-Z,Ñ]{3}"/> </restriction> </simpleType> </attribute> <attribute name="CodigoPostal" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[0-9]{5}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NotariosPublicos.DescInmuebles.DescInmueble
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<NotariosPublicos.DescInmuebles.DescInmueble> |
descInmueble |
Constructor and Description |
---|
DescInmuebles() |
Modifier and Type | Method and Description |
---|---|
List<NotariosPublicos.DescInmuebles.DescInmueble> |
getDescInmueble()
Gets the value of the descInmueble property.
|
protected List<NotariosPublicos.DescInmuebles.DescInmueble> descInmueble
public List<NotariosPublicos.DescInmuebles.DescInmueble> getDescInmueble()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the descInmueble property.
For example, to add a new item, do as follows:
getDescInmueble().add(newItem);
Objects of the following type(s) are allowed in the list
NotariosPublicos.DescInmuebles.DescInmueble
Copyright © 2010–2018. All rights reserved.