public static class NotariosPublicos.DatosAdquiriente 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"> <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>
Modifier and Type | Class and Description |
---|---|
static class |
NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC
Java class for anonymous complex type.
|
static class |
NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
coproSocConyugalE |
protected NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC |
datosAdquirientesCopSC |
protected NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente |
datosUnAdquiriente |
Constructor and Description |
---|
DatosAdquiriente() |
Modifier and Type | Method and Description |
---|---|
String |
getCoproSocConyugalE()
Gets the value of the coproSocConyugalE property.
|
NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC |
getDatosAdquirientesCopSC()
Gets the value of the datosAdquirientesCopSC property.
|
NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente |
getDatosUnAdquiriente()
Gets the value of the datosUnAdquiriente property.
|
void |
setCoproSocConyugalE(String value)
Sets the value of the coproSocConyugalE property.
|
void |
setDatosAdquirientesCopSC(NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC value)
Sets the value of the datosAdquirientesCopSC property.
|
void |
setDatosUnAdquiriente(NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente value)
Sets the value of the datosUnAdquiriente property.
|
protected NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente datosUnAdquiriente
protected NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC datosAdquirientesCopSC
protected String coproSocConyugalE
public NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente getDatosUnAdquiriente()
NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente
public void setDatosUnAdquiriente(NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente value)
value
- allowed object is
NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente
public NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC getDatosAdquirientesCopSC()
NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC
public void setDatosAdquirientesCopSC(NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC value)
value
- allowed object is
NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC
public String getCoproSocConyugalE()
String
Copyright © 2010–2018. All rights reserved.