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>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
descuento |
protected BigDecimal |
diasIncapacidad |
protected int |
tipoIncapacidad |
Constructor and Description |
---|
Incapacidad() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected BigDecimal diasIncapacidad
protected int tipoIncapacidad
protected BigDecimal descuento
public BigDecimal getDiasIncapacidad()
BigDecimal
public void setDiasIncapacidad(BigDecimal value)
value
- allowed object is
BigDecimal
public int getTipoIncapacidad()
public void setTipoIncapacidad(int value)
public BigDecimal getDescuento()
BigDecimal
public void setDescuento(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.