|
||||||||||
| 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.Percepciones.Percepcion
public static class Nomina.Percepciones.Percepcion
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="TipoPercepcion" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
<pattern value="[0-9]{3}"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Clave" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="3"/>
<maxLength value="15"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Concepto" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ImporteGravado" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" />
<attribute name="ImporteExento" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
clave
|
protected String |
concepto
|
protected BigDecimal |
importeExento
|
protected BigDecimal |
importeGravado
|
protected int |
tipoPercepcion
|
| Constructor Summary | |
|---|---|
Nomina.Percepciones.Percepcion()
|
|
| Method Summary | |
|---|---|
String |
getClave()
Gets the value of the clave property. |
String |
getConcepto()
Gets the value of the concepto property. |
BigDecimal |
getImporteExento()
Gets the value of the importeExento property. |
BigDecimal |
getImporteGravado()
Gets the value of the importeGravado property. |
int |
getTipoPercepcion()
Gets the value of the tipoPercepcion property. |
void |
setClave(String value)
Sets the value of the clave property. |
void |
setConcepto(String value)
Sets the value of the concepto property. |
void |
setImporteExento(BigDecimal value)
Sets the value of the importeExento property. |
void |
setImporteGravado(BigDecimal value)
Sets the value of the importeGravado property. |
void |
setTipoPercepcion(int value)
Sets the value of the tipoPercepcion property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int tipoPercepcion
protected String clave
protected String concepto
protected BigDecimal importeGravado
protected BigDecimal importeExento
| Constructor Detail |
|---|
public Nomina.Percepciones.Percepcion()
| Method Detail |
|---|
public int getTipoPercepcion()
public void setTipoPercepcion(int value)
public String getClave()
Stringpublic void setClave(String value)
value - allowed object is
Stringpublic String getConcepto()
Stringpublic void setConcepto(String value)
value - allowed object is
Stringpublic BigDecimal getImporteGravado()
BigDecimalpublic void setImporteGravado(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getImporteExento()
BigDecimalpublic void setImporteExento(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||