public static class Pagos.Pago.Impuestos.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" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_Impuesto" /> <attribute name="TipoFactor" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_TipoFactor" /> <attribute name="TasaOCuota" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <minInclusive value="0.000000"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Importe" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Importe" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
importe |
protected String |
impuesto |
protected BigDecimal |
tasaOCuota |
protected CTipoFactor |
tipoFactor |
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.
|
CTipoFactor |
getTipoFactor()
Gets the value of the tipoFactor 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.
|
void |
setTipoFactor(CTipoFactor value)
Sets the value of the tipoFactor property.
|
protected String impuesto
protected CTipoFactor tipoFactor
protected BigDecimal tasaOCuota
protected BigDecimal importe
public String getImpuesto()
String
public void setImpuesto(String value)
value
- allowed object is
String
public CTipoFactor getTipoFactor()
CTipoFactor
public void setTipoFactor(CTipoFactor value)
value
- allowed object is
CTipoFactor
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.