|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.nomina.schema.Nomina.HorasExtras.HorasExtra
public static class Nomina.HorasExtras.HorasExtra
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>
| Field Summary | |
|---|---|
protected int |
dias
|
protected int |
horasExtra
|
protected BigDecimal |
importePagado
|
protected String |
tipoHoras
|
| Constructor Summary | |
|---|---|
Nomina.HorasExtras.HorasExtra()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int dias
protected String tipoHoras
protected int horasExtra
protected BigDecimal importePagado
| Constructor Detail |
|---|
public Nomina.HorasExtras.HorasExtra()
| Method Detail |
|---|
public int getDias()
public void setDias(int value)
public String getTipoHoras()
Stringpublic void setTipoHoras(String value)
value - allowed object is
Stringpublic int getHorasExtra()
public void setHorasExtra(int value)
public BigDecimal getImportePagado()
BigDecimalpublic void setImportePagado(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||