|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.implocal.schema.ImpuestosLocales.RetencionesLocales
public static class ImpuestosLocales.RetencionesLocales
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>
| Field Summary | |
|---|---|
protected String |
impLocRetenido
|
protected BigDecimal |
importe
|
protected BigDecimal |
tasadeRetencion
|
| Constructor Summary | |
|---|---|
ImpuestosLocales.RetencionesLocales()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String impLocRetenido
protected BigDecimal tasadeRetencion
protected BigDecimal importe
| Constructor Detail |
|---|
public ImpuestosLocales.RetencionesLocales()
| Method Detail |
|---|
public String getImpLocRetenido()
Stringpublic void setImpLocRetenido(String value)
value - allowed object is
Stringpublic BigDecimal getTasadeRetencion()
BigDecimalpublic void setTasadeRetencion(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getImporte()
BigDecimalpublic void setImporte(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||