public static class Comprobante.Impuestos.Retenciones.Retencion 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="Impuesto" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_Impuesto" /> <attribute name="Importe" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Importe" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
importe |
protected String |
impuesto |
Constructor and Description |
---|
Retencion() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getImporte()
Gets the value of the importe property.
|
String |
getImpuesto()
Gets the value of the impuesto property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
void |
setImpuesto(String value)
Sets the value of the impuesto property.
|
protected String impuesto
protected BigDecimal importe
public String getImpuesto()
String
public void setImpuesto(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.