mx.bigdata.sat.common.iedu.schema
Class InstEducativas

java.lang.Object
  extended by mx.bigdata.sat.common.iedu.schema.InstEducativas

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>
 


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

version

protected String version

nombreAlumno

protected String nombreAlumno

curp

protected String curp

nivelEducativo

protected String nivelEducativo

autRVOE

protected String autRVOE

rfcPago

protected String rfcPago
Constructor Detail

InstEducativas

public InstEducativas()
Method Detail

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getNombreAlumno

public String getNombreAlumno()
Gets the value of the nombreAlumno property.

Returns:
possible object is String

setNombreAlumno

public void setNombreAlumno(String value)
Sets the value of the nombreAlumno property.

Parameters:
value - allowed object is String

getCURP

public String getCURP()
Gets the value of the curp property.

Returns:
possible object is String

setCURP

public void setCURP(String value)
Sets the value of the curp property.

Parameters:
value - allowed object is String

getNivelEducativo

public String getNivelEducativo()
Gets the value of the nivelEducativo property.

Returns:
possible object is String

setNivelEducativo

public void setNivelEducativo(String value)
Sets the value of the nivelEducativo property.

Parameters:
value - allowed object is String

getAutRVOE

public String getAutRVOE()
Gets the value of the autRVOE property.

Returns:
possible object is String

setAutRVOE

public void setAutRVOE(String value)
Sets the value of the autRVOE property.

Parameters:
value - allowed object is String

getRfcPago

public String getRfcPago()
Gets the value of the rfcPago property.

Returns:
possible object is String

setRfcPago

public void setRfcPago(String value)
Sets the value of the rfcPago property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.