public static class Nomina.Percepciones.Percepcion 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="TipoPercepcion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="3"/> <maxLength value="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>
Modifier and Type | Field and Description |
---|---|
protected String |
clave |
protected String |
concepto |
protected BigDecimal |
importeExento |
protected BigDecimal |
importeGravado |
protected String |
tipoPercepcion |
Constructor and Description |
---|
Percepcion() |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
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(String value)
Sets the value of the tipoPercepcion property.
|
protected String tipoPercepcion
protected String clave
protected String concepto
protected BigDecimal importeGravado
protected BigDecimal importeExento
public String getTipoPercepcion()
String
public void setTipoPercepcion(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 getImporteGravado()
BigDecimal
public void setImporteGravado(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getImporteExento()
BigDecimal
public void setImporteExento(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.