mx.bigdata.sat.common.nomina.schema
Class Nomina.HorasExtras.HorasExtra

java.lang.Object
  extended by mx.bigdata.sat.common.nomina.schema.Nomina.HorasExtras.HorasExtra
Enclosing class:
Nomina.HorasExtras

public static class Nomina.HorasExtras.HorasExtra
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="Dias" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="TipoHoras" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
             <enumeration value="Dobles"/>
             <enumeration value="Triples"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="HorasExtra" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="ImportePagado" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int dias
           
protected  int horasExtra
           
protected  BigDecimal importePagado
           
protected  String tipoHoras
           
 
Constructor Summary
Nomina.HorasExtras.HorasExtra()
           
 
Method Summary
 int getDias()
          Gets the value of the dias property.
 int getHorasExtra()
          Gets the value of the horasExtra property.
 BigDecimal getImportePagado()
          Gets the value of the importePagado property.
 String getTipoHoras()
          Gets the value of the tipoHoras property.
 void setDias(int value)
          Sets the value of the dias property.
 void setHorasExtra(int value)
          Sets the value of the horasExtra property.
 void setImportePagado(BigDecimal value)
          Sets the value of the importePagado property.
 void setTipoHoras(String value)
          Sets the value of the tipoHoras property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dias

protected int dias

tipoHoras

protected String tipoHoras

horasExtra

protected int horasExtra

importePagado

protected BigDecimal importePagado
Constructor Detail

Nomina.HorasExtras.HorasExtra

public Nomina.HorasExtras.HorasExtra()
Method Detail

getDias

public int getDias()
Gets the value of the dias property.


setDias

public void setDias(int value)
Sets the value of the dias property.


getTipoHoras

public String getTipoHoras()
Gets the value of the tipoHoras property.

Returns:
possible object is String

setTipoHoras

public void setTipoHoras(String value)
Sets the value of the tipoHoras property.

Parameters:
value - allowed object is String

getHorasExtra

public int getHorasExtra()
Gets the value of the horasExtra property.


setHorasExtra

public void setHorasExtra(int value)
Sets the value of the horasExtra property.


getImportePagado

public BigDecimal getImportePagado()
Gets the value of the importePagado property.

Returns:
possible object is BigDecimal

setImportePagado

public void setImportePagado(BigDecimal value)
Sets the value of the importePagado property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.