public static class EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados.Traslado 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"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <enumeration value="IVA"/> <enumeration value="IEPS"/> </restriction> </simpleType> </attribute> <attribute name="tasa" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="2"/> <whiteSpace value="collapse"/> </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 BigDecimal |
importe |
protected String |
impuesto |
protected BigDecimal |
tasa |
Constructor and Description |
---|
Traslado() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getImporte()
Gets the value of the importe property.
|
String |
getImpuesto()
Gets the value of the impuesto property.
|
BigDecimal |
getTasa()
Gets the value of the tasa property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
void |
setImpuesto(String value)
Sets the value of the impuesto property.
|
void |
setTasa(BigDecimal value)
Sets the value of the tasa property.
|
protected String impuesto
protected BigDecimal tasa
protected BigDecimal importe
public String getImpuesto()
String
public void setImpuesto(String value)
value
- allowed object is
String
public BigDecimal getTasa()
BigDecimal
public void setTasa(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.