public class InstEducativas 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="version" use="required" fixed="1.0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="nombreAlumno" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </attribute> <attribute name="CURP" use="required" type="{http://www.sat.gob.mx/iedu}tCURP" /> <attribute name="nivelEducativo" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Preescolar"/> <enumeration value="Primaria"/> <enumeration value="Secundaria"/> <enumeration value="Profesional técnico"/> <enumeration value="Bachillerato o su equivalente"/> </restriction> </simpleType> </attribute> <attribute name="autRVOE" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="rfcPago" type="{http://www.sat.gob.mx/iedu}tRFC" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
autRVOE |
protected String |
curp |
protected String |
nivelEducativo |
protected String |
nombreAlumno |
protected String |
rfcPago |
protected String |
version |
Constructor and Description |
---|
InstEducativas() |
Modifier and Type | Method and Description |
---|---|
String |
getAutRVOE()
Gets the value of the autRVOE property.
|
String |
getCURP()
Gets the value of the curp property.
|
String |
getNivelEducativo()
Gets the value of the nivelEducativo property.
|
String |
getNombreAlumno()
Gets the value of the nombreAlumno property.
|
String |
getRfcPago()
Gets the value of the rfcPago property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAutRVOE(String value)
Sets the value of the autRVOE property.
|
void |
setCURP(String value)
Sets the value of the curp property.
|
void |
setNivelEducativo(String value)
Sets the value of the nivelEducativo property.
|
void |
setNombreAlumno(String value)
Sets the value of the nombreAlumno property.
|
void |
setRfcPago(String value)
Sets the value of the rfcPago property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String nombreAlumno
protected String curp
protected String nivelEducativo
protected String autRVOE
protected String rfcPago
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getNombreAlumno()
String
public void setNombreAlumno(String value)
value
- allowed object is
String
public String getCURP()
String
public void setCURP(String value)
value
- allowed object is
String
public String getNivelEducativo()
String
public void setNivelEducativo(String value)
value
- allowed object is
String
public String getAutRVOE()
String
public void setAutRVOE(String value)
value
- allowed object is
String
public String getRfcPago()
String
Copyright © 2010–2018. All rights reserved.