|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.nomina.schema.Nomina.Incapacidades.Incapacidad
public static class Nomina.Incapacidades.Incapacidad
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 |
|---|
protected BigDecimal diasIncapacidad
protected int tipoIncapacidad
protected BigDecimal descuento
| Constructor Detail |
|---|
public Nomina.Incapacidades.Incapacidad()
| Method Detail |
|---|
public BigDecimal getDiasIncapacidad()
BigDecimalpublic void setDiasIncapacidad(BigDecimal value)
value - allowed object is
BigDecimalpublic int getTipoIncapacidad()
public void setTipoIncapacidad(int value)
public BigDecimal getDescuento()
BigDecimalpublic void setDescuento(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||