public static class Nomina.Percepciones.JubilacionPensionRetiro 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="TotalUnaExhibicion" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> <attribute name="TotalParcialidad" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> <attribute name="MontoDiario" 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 BigDecimal |
montoDiario |
protected BigDecimal |
totalParcialidad |
protected BigDecimal |
totalUnaExhibicion |
Constructor and Description |
---|
JubilacionPensionRetiro() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getIngresoAcumulable()
Gets the value of the ingresoAcumulable property.
|
BigDecimal |
getIngresoNoAcumulable()
Gets the value of the ingresoNoAcumulable property.
|
BigDecimal |
getMontoDiario()
Gets the value of the montoDiario property.
|
BigDecimal |
getTotalParcialidad()
Gets the value of the totalParcialidad property.
|
BigDecimal |
getTotalUnaExhibicion()
Gets the value of the totalUnaExhibicion property.
|
void |
setIngresoAcumulable(BigDecimal value)
Sets the value of the ingresoAcumulable property.
|
void |
setIngresoNoAcumulable(BigDecimal value)
Sets the value of the ingresoNoAcumulable property.
|
void |
setMontoDiario(BigDecimal value)
Sets the value of the montoDiario property.
|
void |
setTotalParcialidad(BigDecimal value)
Sets the value of the totalParcialidad property.
|
void |
setTotalUnaExhibicion(BigDecimal value)
Sets the value of the totalUnaExhibicion property.
|
protected BigDecimal totalUnaExhibicion
protected BigDecimal totalParcialidad
protected BigDecimal montoDiario
protected BigDecimal ingresoAcumulable
protected BigDecimal ingresoNoAcumulable
public BigDecimal getTotalUnaExhibicion()
BigDecimal
public void setTotalUnaExhibicion(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getTotalParcialidad()
BigDecimal
public void setTotalParcialidad(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMontoDiario()
BigDecimal
public void setMontoDiario(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.