public class NotariosPublicos 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="DescInmuebles"> <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> </element> <element name="DatosOperacion"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="NumInstrumentoNotarial" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <maxInclusive value="999999"/> </restriction> </simpleType> </attribute> <attribute name="FechaInstNotarial" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="MontoOperacion" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_Importe" /> <attribute name="Subtotal" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_Importe" /> <attribute name="IVA" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_Importe" /> </restriction> </complexContent> </complexType> </element> <element name="DatosNotario"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="CURP" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_CURP" /> <attribute name="NumNotaria" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <maxInclusive value="999"/> </restriction> </simpleType> </attribute> <attribute name="EntidadFederativa" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_EntidadFederativa" /> <attribute name="Adscripcion"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> <element name="DatosEnajenante"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="DatosUnEnajenante" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Nombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="254"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoPaterno" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoMaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="RFC" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_RFC" /> <attribute name="CURP" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_CURP" /> </restriction> </complexContent> </complexType> </element> <element name="DatosEnajenantesCopSC" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DatosEnajenanteCopSC" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Nombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="254"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoPaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoMaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="RFC" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_RFC" /> <attribute name="CURP" type="{http://www.sat.gob.mx/notariospublicos}t_CURP" /> <attribute name="Porcentaje" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.00"/> <maxInclusive value="100.00"/> <fractionDigits value="2"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </choice> <attribute name="CoproSocConyugalE" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Si"/> <enumeration value="No"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> <element name="DatosAdquiriente"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="DatosUnAdquiriente" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Nombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="254"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoPaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoMaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="RFC" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_RFC" /> <attribute name="CURP" type="{http://www.sat.gob.mx/notariospublicos}t_CURP" /> </restriction> </complexContent> </complexType> </element> <element name="DatosAdquirientesCopSC" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DatosAdquirienteCopSC" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Nombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="254"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoPaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoMaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="RFC" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_RFC" /> <attribute name="CURP" type="{http://www.sat.gob.mx/notariospublicos}t_CURP" /> <attribute name="Porcentaje" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.00"/> <maxInclusive value="100.00"/> <fractionDigits value="2"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </choice> <attribute name="CoproSocConyugalE" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Si"/> <enumeration value="No"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NotariosPublicos.DatosAdquiriente
Java class for anonymous complex type.
|
static class |
NotariosPublicos.DatosEnajenante
Java class for anonymous complex type.
|
static class |
NotariosPublicos.DatosNotario
Java class for anonymous complex type.
|
static class |
NotariosPublicos.DatosOperacion
Java class for anonymous complex type.
|
static class |
NotariosPublicos.DescInmuebles
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected NotariosPublicos.DatosAdquiriente |
datosAdquiriente |
protected NotariosPublicos.DatosEnajenante |
datosEnajenante |
protected NotariosPublicos.DatosNotario |
datosNotario |
protected NotariosPublicos.DatosOperacion |
datosOperacion |
protected NotariosPublicos.DescInmuebles |
descInmuebles |
protected String |
version |
Constructor and Description |
---|
NotariosPublicos() |
Modifier and Type | Method and Description |
---|---|
NotariosPublicos.DatosAdquiriente |
getDatosAdquiriente()
Gets the value of the datosAdquiriente property.
|
NotariosPublicos.DatosEnajenante |
getDatosEnajenante()
Gets the value of the datosEnajenante property.
|
NotariosPublicos.DatosNotario |
getDatosNotario()
Gets the value of the datosNotario property.
|
NotariosPublicos.DatosOperacion |
getDatosOperacion()
Gets the value of the datosOperacion property.
|
NotariosPublicos.DescInmuebles |
getDescInmuebles()
Gets the value of the descInmuebles property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDatosAdquiriente(NotariosPublicos.DatosAdquiriente value)
Sets the value of the datosAdquiriente property.
|
void |
setDatosEnajenante(NotariosPublicos.DatosEnajenante value)
Sets the value of the datosEnajenante property.
|
void |
setDatosNotario(NotariosPublicos.DatosNotario value)
Sets the value of the datosNotario property.
|
void |
setDatosOperacion(NotariosPublicos.DatosOperacion value)
Sets the value of the datosOperacion property.
|
void |
setDescInmuebles(NotariosPublicos.DescInmuebles value)
Sets the value of the descInmuebles property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected NotariosPublicos.DescInmuebles descInmuebles
protected NotariosPublicos.DatosOperacion datosOperacion
protected NotariosPublicos.DatosNotario datosNotario
protected NotariosPublicos.DatosEnajenante datosEnajenante
protected NotariosPublicos.DatosAdquiriente datosAdquiriente
protected String version
public NotariosPublicos.DescInmuebles getDescInmuebles()
NotariosPublicos.DescInmuebles
public void setDescInmuebles(NotariosPublicos.DescInmuebles value)
value
- allowed object is
NotariosPublicos.DescInmuebles
public NotariosPublicos.DatosOperacion getDatosOperacion()
NotariosPublicos.DatosOperacion
public void setDatosOperacion(NotariosPublicos.DatosOperacion value)
value
- allowed object is
NotariosPublicos.DatosOperacion
public NotariosPublicos.DatosNotario getDatosNotario()
NotariosPublicos.DatosNotario
public void setDatosNotario(NotariosPublicos.DatosNotario value)
value
- allowed object is
NotariosPublicos.DatosNotario
public NotariosPublicos.DatosEnajenante getDatosEnajenante()
NotariosPublicos.DatosEnajenante
public void setDatosEnajenante(NotariosPublicos.DatosEnajenante value)
value
- allowed object is
NotariosPublicos.DatosEnajenante
public NotariosPublicos.DatosAdquiriente getDatosAdquiriente()
NotariosPublicos.DatosAdquiriente
public void setDatosAdquiriente(NotariosPublicos.DatosAdquiriente value)
value
- allowed object is
NotariosPublicos.DatosAdquiriente
public String getVersion()
String
Copyright © 2010–2018. All rights reserved.