public static class Nomina.Percepciones.SeparacionIndemnizacion 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="TotalPagado" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> <attribute name="NumAñosServicio" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="99"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="UltimoSueldoMensOrd" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> <attribute name="IngresoAcumulable" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> <attribute name="IngresoNoAcumulable" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
ingresoAcumulable |
protected BigDecimal |
ingresoNoAcumulable |
protected int |
numAñosServicio |
protected BigDecimal |
totalPagado |
protected BigDecimal |
ultimoSueldoMensOrd |
Constructor and Description |
---|
SeparacionIndemnizacion() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getIngresoAcumulable()
Gets the value of the ingresoAcumulable property.
|
BigDecimal |
getIngresoNoAcumulable()
Gets the value of the ingresoNoAcumulable property.
|
int |
getNumAñosServicio()
Gets the value of the numAñosServicio property.
|
BigDecimal |
getTotalPagado()
Gets the value of the totalPagado property.
|
BigDecimal |
getUltimoSueldoMensOrd()
Gets the value of the ultimoSueldoMensOrd property.
|
void |
setIngresoAcumulable(BigDecimal value)
Sets the value of the ingresoAcumulable property.
|
void |
setIngresoNoAcumulable(BigDecimal value)
Sets the value of the ingresoNoAcumulable property.
|
void |
setNumAñosServicio(int value)
Sets the value of the numAñosServicio property.
|
void |
setTotalPagado(BigDecimal value)
Sets the value of the totalPagado property.
|
void |
setUltimoSueldoMensOrd(BigDecimal value)
Sets the value of the ultimoSueldoMensOrd property.
|
protected BigDecimal totalPagado
protected int numAñosServicio
protected BigDecimal ultimoSueldoMensOrd
protected BigDecimal ingresoAcumulable
protected BigDecimal ingresoNoAcumulable
public BigDecimal getTotalPagado()
BigDecimal
public void setTotalPagado(BigDecimal value)
value
- allowed object is
BigDecimal
public int getNumAñosServicio()
public void setNumAñosServicio(int value)
public BigDecimal getUltimoSueldoMensOrd()
BigDecimal
public void setUltimoSueldoMensOrd(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getIngresoAcumulable()
BigDecimal
public void setIngresoAcumulable(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getIngresoNoAcumulable()
BigDecimal
public void setIngresoNoAcumulable(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.