mx.bigdata.sat.common.nomina.schema
Class Nomina.Incapacidades.Incapacidad

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

public static class Nomina.Incapacidades.Incapacidad
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="DiasIncapacidad" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <fractionDigits value="6"/>
             <minInclusive value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="TipoIncapacidad" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="Descuento" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigDecimal descuento
           
protected  BigDecimal diasIncapacidad
           
protected  int tipoIncapacidad
           
 
Constructor Summary
Nomina.Incapacidades.Incapacidad()
           
 
Method Summary
 BigDecimal getDescuento()
          Gets the value of the descuento property.
 BigDecimal getDiasIncapacidad()
          Gets the value of the diasIncapacidad property.
 int getTipoIncapacidad()
          Gets the value of the tipoIncapacidad property.
 void setDescuento(BigDecimal value)
          Sets the value of the descuento property.
 void setDiasIncapacidad(BigDecimal value)
          Sets the value of the diasIncapacidad property.
 void setTipoIncapacidad(int value)
          Sets the value of the tipoIncapacidad property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diasIncapacidad

protected BigDecimal diasIncapacidad

tipoIncapacidad

protected int tipoIncapacidad

descuento

protected BigDecimal descuento
Constructor Detail

Nomina.Incapacidades.Incapacidad

public Nomina.Incapacidades.Incapacidad()
Method Detail

getDiasIncapacidad

public BigDecimal getDiasIncapacidad()
Gets the value of the diasIncapacidad property.

Returns:
possible object is BigDecimal

setDiasIncapacidad

public void setDiasIncapacidad(BigDecimal value)
Sets the value of the diasIncapacidad property.

Parameters:
value - allowed object is BigDecimal

getTipoIncapacidad

public int getTipoIncapacidad()
Gets the value of the tipoIncapacidad property.


setTipoIncapacidad

public void setTipoIncapacidad(int value)
Sets the value of the tipoIncapacidad property.


getDescuento

public BigDecimal getDescuento()
Gets the value of the descuento property.

Returns:
possible object is BigDecimal

setDescuento

public void setDescuento(BigDecimal value)
Sets the value of the descuento property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.