public static class NotariosPublicos.DatosEnajenante.DatosEnajenantesCopSC.DatosEnajenanteCopSC 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" /> <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>
Modifier and Type | Field and Description |
---|---|
protected String |
apellidoMaterno |
protected String |
apellidoPaterno |
protected String |
curp |
protected String |
nombre |
protected BigDecimal |
porcentaje |
protected String |
rfc |
Constructor and Description |
---|
DatosEnajenanteCopSC() |
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.
|
BigDecimal |
getPorcentaje()
Gets the value of the porcentaje 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 |
setPorcentaje(BigDecimal value)
Sets the value of the porcentaje 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
protected BigDecimal porcentaje
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
public void setCURP(String value)
value
- allowed object is
String
public BigDecimal getPorcentaje()
BigDecimal
public void setPorcentaje(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.