public static class NotariosPublicos.DatosNotario 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="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>
Modifier and Type | Field and Description |
---|---|
protected String |
adscripcion |
protected String |
curp |
protected String |
entidadFederativa |
protected int |
numNotaria |
Constructor and Description |
---|
DatosNotario() |
Modifier and Type | Method and Description |
---|---|
String |
getAdscripcion()
Gets the value of the adscripcion property.
|
String |
getCURP()
Gets the value of the curp property.
|
String |
getEntidadFederativa()
Gets the value of the entidadFederativa property.
|
int |
getNumNotaria()
Gets the value of the numNotaria property.
|
void |
setAdscripcion(String value)
Sets the value of the adscripcion property.
|
void |
setCURP(String value)
Sets the value of the curp property.
|
void |
setEntidadFederativa(String value)
Sets the value of the entidadFederativa property.
|
void |
setNumNotaria(int value)
Sets the value of the numNotaria property.
|
protected String curp
protected int numNotaria
protected String entidadFederativa
protected String adscripcion
public String getCURP()
String
public void setCURP(String value)
value
- allowed object is
String
public int getNumNotaria()
public void setNumNotaria(int value)
public String getEntidadFederativa()
String
public void setEntidadFederativa(String value)
value
- allowed object is
String
public String getAdscripcion()
String
Copyright © 2010–2018. All rights reserved.