public static class ImpuestosLocales.RetencionesLocales 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="ImpLocRetenido" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TasadeRetencion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> </restriction> </simpleType> </attribute> <attribute name="Importe" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
impLocRetenido |
protected BigDecimal |
importe |
protected BigDecimal |
tasadeRetencion |
Constructor and Description |
---|
RetencionesLocales() |
Modifier and Type | Method and Description |
---|---|
String |
getImpLocRetenido()
Gets the value of the impLocRetenido property.
|
BigDecimal |
getImporte()
Gets the value of the importe property.
|
BigDecimal |
getTasadeRetencion()
Gets the value of the tasadeRetencion property.
|
void |
setImpLocRetenido(String value)
Sets the value of the impLocRetenido property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
void |
setTasadeRetencion(BigDecimal value)
Sets the value of the tasadeRetencion property.
|
protected String impLocRetenido
protected BigDecimal tasadeRetencion
protected BigDecimal importe
public String getImpLocRetenido()
String
public void setImpLocRetenido(String value)
value
- allowed object is
String
public BigDecimal getTasadeRetencion()
BigDecimal
public void setTasadeRetencion(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getImporte()
BigDecimal
public void setImporte(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.