public static class Nomina.OtrosPagos.OtroPago 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"> <sequence> <element name="SubsidioAlEmpleo" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="SubsidioCausado" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType> </element> <element name="CompensacionSaldosAFavor" minOccurs="0"> <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> </element> </sequence> <attribute name="TipoOtroPago" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/Nomina}c_TipoOtroPago" /> <attribute name="Clave" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="3"/> <maxLength value="15"/> <whiteSpace value="collapse"/> <pattern value="[^|]{3,15}"/> </restriction> </simpleType> </attribute> <attribute name="Concepto" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> <whiteSpace value="collapse"/> <pattern value="[^|]{1,100}"/> </restriction> </simpleType> </attribute> <attribute name="Importe" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor
Java class for anonymous complex type.
|
static class |
Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
clave |
protected Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor |
compensacionSaldosAFavor |
protected String |
concepto |
protected BigDecimal |
importe |
protected Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo |
subsidioAlEmpleo |
protected String |
tipoOtroPago |
Constructor and Description |
---|
OtroPago() |
Modifier and Type | Method and Description |
---|---|
String |
getClave()
Gets the value of the clave property.
|
Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor |
getCompensacionSaldosAFavor()
Gets the value of the compensacionSaldosAFavor property.
|
String |
getConcepto()
Gets the value of the concepto property.
|
BigDecimal |
getImporte()
Gets the value of the importe property.
|
Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo |
getSubsidioAlEmpleo()
Gets the value of the subsidioAlEmpleo property.
|
String |
getTipoOtroPago()
Gets the value of the tipoOtroPago property.
|
void |
setClave(String value)
Sets the value of the clave property.
|
void |
setCompensacionSaldosAFavor(Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor value)
Sets the value of the compensacionSaldosAFavor property.
|
void |
setConcepto(String value)
Sets the value of the concepto property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
void |
setSubsidioAlEmpleo(Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo value)
Sets the value of the subsidioAlEmpleo property.
|
void |
setTipoOtroPago(String value)
Sets the value of the tipoOtroPago property.
|
protected Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo subsidioAlEmpleo
protected Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor compensacionSaldosAFavor
protected String tipoOtroPago
protected String clave
protected String concepto
protected BigDecimal importe
public Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo getSubsidioAlEmpleo()
Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo
public void setSubsidioAlEmpleo(Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo value)
value
- allowed object is
Nomina.OtrosPagos.OtroPago.SubsidioAlEmpleo
public Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor getCompensacionSaldosAFavor()
Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor
public void setCompensacionSaldosAFavor(Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor value)
value
- allowed object is
Nomina.OtrosPagos.OtroPago.CompensacionSaldosAFavor
public String getTipoOtroPago()
String
public void setTipoOtroPago(String value)
value
- allowed object is
String
public String getClave()
String
public void setClave(String value)
value
- allowed object is
String
public String getConcepto()
String
public void setConcepto(String value)
value
- allowed object is
String
public BigDecimal getImporte()
BigDecimal
public void setImporte(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.