public static class Nomina.HorasExtras.HorasExtra 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="Dias" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="TipoHoras" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <enumeration value="Dobles"/> <enumeration value="Triples"/> </restriction> </simpleType> </attribute> <attribute name="HorasExtra" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ImportePagado" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
dias |
protected int |
horasExtra |
protected BigDecimal |
importePagado |
protected String |
tipoHoras |
Constructor and Description |
---|
HorasExtra() |
Modifier and Type | Method and Description |
---|---|
int |
getDias()
Gets the value of the dias property.
|
int |
getHorasExtra()
Gets the value of the horasExtra property.
|
BigDecimal |
getImportePagado()
Gets the value of the importePagado property.
|
String |
getTipoHoras()
Gets the value of the tipoHoras property.
|
void |
setDias(int value)
Sets the value of the dias property.
|
void |
setHorasExtra(int value)
Sets the value of the horasExtra property.
|
void |
setImportePagado(BigDecimal value)
Sets the value of the importePagado property.
|
void |
setTipoHoras(String value)
Sets the value of the tipoHoras property.
|
protected int dias
protected String tipoHoras
protected int horasExtra
protected BigDecimal importePagado
public int getDias()
public void setDias(int value)
public String getTipoHoras()
String
public void setTipoHoras(String value)
value
- allowed object is
String
public int getHorasExtra()
public void setHorasExtra(int value)
public BigDecimal getImportePagado()
BigDecimal
public void setImportePagado(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.