public static class Nomina.Incapacidades.Incapacidad 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="DiasIncapacidad" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="TipoIncapacidad" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/Nomina}c_TipoIncapacidad" /> <attribute name="ImporteMonetario" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
diasIncapacidad |
protected BigDecimal |
importeMonetario |
protected String |
tipoIncapacidad |
Constructor and Description |
---|
Incapacidad() |
Modifier and Type | Method and Description |
---|---|
int |
getDiasIncapacidad()
Gets the value of the diasIncapacidad property.
|
BigDecimal |
getImporteMonetario()
Gets the value of the importeMonetario property.
|
String |
getTipoIncapacidad()
Gets the value of the tipoIncapacidad property.
|
void |
setDiasIncapacidad(int value)
Sets the value of the diasIncapacidad property.
|
void |
setImporteMonetario(BigDecimal value)
Sets the value of the importeMonetario property.
|
void |
setTipoIncapacidad(String value)
Sets the value of the tipoIncapacidad property.
|
protected int diasIncapacidad
protected String tipoIncapacidad
protected BigDecimal importeMonetario
public int getDiasIncapacidad()
public void setDiasIncapacidad(int value)
public String getTipoIncapacidad()
String
public void setTipoIncapacidad(String value)
value
- allowed object is
String
public BigDecimal getImporteMonetario()
BigDecimal
public void setImporteMonetario(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.