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="TasaoCuota" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <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"/> <minInclusive value="0.01"/> <pattern value="[0-9]{1,14}(.([0-9]{1,2}))"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
importe |
protected String |
impuesto |
protected BigDecimal |
tasaoCuota |
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 |
getTasaoCuota()
Gets the value of the tasaoCuota property.
|
void |
setImporte(BigDecimal value)
Sets the value of the importe property.
|
void |
setImpuesto(String value)
Sets the value of the impuesto property.
|
void |
setTasaoCuota(BigDecimal value)
Sets the value of the tasaoCuota property.
|
protected String impuesto
protected BigDecimal tasaoCuota
protected BigDecimal importe
public String getImpuesto()
String
public void setImpuesto(String value)
value
- allowed object is
String
public BigDecimal getTasaoCuota()
BigDecimal
public void setTasaoCuota(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.