|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.iedu.schema.InstEducativas
public class InstEducativas
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>
| Field Summary | |
|---|---|
protected String |
autRVOE
|
protected String |
curp
|
protected String |
nivelEducativo
|
protected String |
nombreAlumno
|
protected String |
rfcPago
|
protected String |
version
|
| Constructor Summary | |
|---|---|
InstEducativas()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String version
protected String nombreAlumno
protected String curp
protected String nivelEducativo
protected String autRVOE
protected String rfcPago
| Constructor Detail |
|---|
public InstEducativas()
| Method Detail |
|---|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getNombreAlumno()
Stringpublic void setNombreAlumno(String value)
value - allowed object is
Stringpublic String getCURP()
Stringpublic void setCURP(String value)
value - allowed object is
Stringpublic String getNivelEducativo()
Stringpublic void setNivelEducativo(String value)
value - allowed object is
Stringpublic String getAutRVOE()
Stringpublic void setAutRVOE(String value)
value - allowed object is
Stringpublic String getRfcPago()
Stringpublic void setRfcPago(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||