public static class NotariosPublicos.DatosEnajenante 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC
Java class for anonymous complex type.
|
static class |
NotariosPublicos.DatosEnajenante.DatosUnEnajenante
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
coproSocConyugalE |
protected NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC |
datosEnajenantesCopSC |
protected NotariosPublicos.DatosEnajenante.DatosUnEnajenante |
datosUnEnajenante |
Constructor and Description |
---|
DatosEnajenante() |
Modifier and Type | Method and Description |
---|---|
String |
getCoproSocConyugalE()
Gets the value of the coproSocConyugalE property.
|
NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC |
getDatosEnajenantesCopSC()
Gets the value of the datosEnajenantesCopSC property.
|
NotariosPublicos.DatosEnajenante.DatosUnEnajenante |
getDatosUnEnajenante()
Gets the value of the datosUnEnajenante property.
|
void |
setCoproSocConyugalE(String value)
Sets the value of the coproSocConyugalE property.
|
void |
setDatosEnajenantesCopSC(NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC value)
Sets the value of the datosEnajenantesCopSC property.
|
void |
setDatosUnEnajenante(NotariosPublicos.DatosEnajenante.DatosUnEnajenante value)
Sets the value of the datosUnEnajenante property.
|
protected NotariosPublicos.DatosEnajenante.DatosUnEnajenante datosUnEnajenante
protected NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC datosEnajenantesCopSC
protected String coproSocConyugalE
public NotariosPublicos.DatosEnajenante.DatosUnEnajenante getDatosUnEnajenante()
NotariosPublicos.DatosEnajenante.DatosUnEnajenante
public void setDatosUnEnajenante(NotariosPublicos.DatosEnajenante.DatosUnEnajenante value)
value
- allowed object is
NotariosPublicos.DatosEnajenante.DatosUnEnajenante
public NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC getDatosEnajenantesCopSC()
NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC
public void setDatosEnajenantesCopSC(NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC value)
value
- allowed object is
NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC
public String getCoproSocConyugalE()
String
Copyright © 2010–2018. All rights reserved.