|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.terceros.schema.PorCuentadeTerceros.Impuestos.Retenciones.Retencion
public static class PorCuentadeTerceros.Impuestos.Retenciones.Retencion
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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<enumeration value="ISR"/>
<enumeration value="IVA"/>
</restriction>
</simpleType>
</attribute>
<attribute name="importe" use="required" type="{http://www.sat.gob.mx/terceros}t_Importe" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigDecimal |
importe
|
protected String |
impuesto
|
| Constructor Summary | |
|---|---|
PorCuentadeTerceros.Impuestos.Retenciones.Retencion()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String impuesto
protected BigDecimal importe
| Constructor Detail |
|---|
public PorCuentadeTerceros.Impuestos.Retenciones.Retencion()
| Method Detail |
|---|
public String getImpuesto()
Stringpublic void setImpuesto(String value)
value - allowed object is
Stringpublic 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 | |||||||||