public static class NotariosPublicos.DatosAdquiriente.DatosUnAdquiriente 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"> <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>
Modifier and Type | Field and Description |
---|---|
protected String |
apellidoMaterno |
protected String |
apellidoPaterno |
protected String |
curp |
protected String |
nombre |
protected String |
rfc |
Constructor and Description |
---|
DatosUnAdquiriente() |
Modifier and Type | Method and Description |
---|---|
String |
getApellidoMaterno()
Gets the value of the apellidoMaterno property.
|
String |
getApellidoPaterno()
Gets the value of the apellidoPaterno property.
|
String |
getCURP()
Gets the value of the curp property.
|
String |
getNombre()
Gets the value of the nombre property.
|
String |
getRFC()
Gets the value of the rfc property.
|
void |
setApellidoMaterno(String value)
Sets the value of the apellidoMaterno property.
|
void |
setApellidoPaterno(String value)
Sets the value of the apellidoPaterno property.
|
void |
setCURP(String value)
Sets the value of the curp property.
|
void |
setNombre(String value)
Sets the value of the nombre property.
|
void |
setRFC(String value)
Sets the value of the rfc property.
|
protected String nombre
protected String apellidoPaterno
protected String apellidoMaterno
protected String rfc
protected String curp
public String getNombre()
String
public void setNombre(String value)
value
- allowed object is
String
public String getApellidoPaterno()
String
public void setApellidoPaterno(String value)
value
- allowed object is
String
public String getApellidoMaterno()
String
public void setApellidoMaterno(String value)
value
- allowed object is
String
public String getRFC()
String
public void setRFC(String value)
value
- allowed object is
String
public String getCURP()
String
Copyright © 2010–2018. All rights reserved.