public static class Nomina.Deducciones.Deduccion 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="TipoDeduccion" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos/Nomina}c_TipoDeduccion" /> <attribute name="Clave" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="3"/> <maxLength value="15"/> <pattern value="[^|]{3,15}"/> </restriction> </simpleType> </attribute> <attribute name="Concepto" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> <pattern value="[^|]{1,100}"/> </restriction> </simpleType> </attribute> <attribute name="Importe" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_ImporteMXN" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
clave |
protected String |
concepto |
protected BigDecimal |
importe |
protected String |
tipoDeduccion |
Constructor and Description |
---|
Deduccion() |
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 |
getImporte()
Gets the value of the importe property.
|
String |
getTipoDeduccion()
Gets the value of the tipoDeduccion property.
|
void |
setClave(String value)
Sets the value of the clave property.
|
void |
setConcepto(String value)
Sets the value of the concepto property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
void |
setTipoDeduccion(String value)
Sets the value of the tipoDeduccion property.
|
protected String tipoDeduccion
protected String clave
protected String concepto
protected BigDecimal importe
public String getTipoDeduccion()
String
public void setTipoDeduccion(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 getImporte()
BigDecimal
public void setImporte(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.