public static class Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor 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="SaldoAFavor" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> <attribute name="Año" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="2016"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="RemanenteSalFav" 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 short |
año |
protected BigDecimal |
remanenteSalFav |
protected BigDecimal |
saldoAFavor |
Constructor and Description |
---|
CompensacionSaldosAFavor() |
Modifier and Type | Method and Description |
---|---|
short |
getAño()
Gets the value of the año property.
|
BigDecimal |
getRemanenteSalFav()
Gets the value of the remanenteSalFav property.
|
BigDecimal |
getSaldoAFavor()
Gets the value of the saldoAFavor property.
|
void |
setAño(short value)
Sets the value of the año property.
|
void |
setRemanenteSalFav(BigDecimal value)
Sets the value of the remanenteSalFav property.
|
void |
setSaldoAFavor(BigDecimal value)
Sets the value of the saldoAFavor property.
|
protected BigDecimal saldoAFavor
protected short año
protected BigDecimal remanenteSalFav
public BigDecimal getSaldoAFavor()
BigDecimal
public void setSaldoAFavor(BigDecimal value)
value
- allowed object is
BigDecimal
public short getAño()
public void setAño(short value)
public BigDecimal getRemanenteSalFav()
BigDecimal
public void setRemanenteSalFav(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.