public static class Comprobante.Conceptos.Concepto.Impuestos.Retenciones 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"> <sequence> <element name="Retencion" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Base" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <minInclusive value="0.000001"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <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"> <whiteSpace value="collapse"/> <minInclusive value="0.000000"/> <fractionDigits value="6"/> </restriction> </simpleType> </attribute> <attribute name="Importe" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/tipoDatos/tdCFDI}t_Importe" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Comprobante.Conceptos.Concepto.Impuestos.Retenciones.Retencion
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Comprobante.Conceptos.Concepto.Impuestos.Retenciones.Retencion> |
retencion |
Constructor and Description |
---|
Retenciones() |
Modifier and Type | Method and Description |
---|---|
List<Comprobante.Conceptos.Concepto.Impuestos.Retenciones.Retencion> |
getRetencion()
Gets the value of the retencion property.
|
protected List<Comprobante.Conceptos.Concepto.Impuestos.Retenciones.Retencion> retencion
public List<Comprobante.Conceptos.Concepto.Impuestos.Retenciones.Retencion> getRetencion()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the retencion property.
For example, to add a new item, do as follows:
getRetencion().add(newItem);
Objects of the following type(s) are allowed in the list
Comprobante.Conceptos.Concepto.Impuestos.Retenciones.Retencion
Copyright © 2010–2018. All rights reserved.