mx.bigdata.sat.cfdi.schema
Class Comprobante.Impuestos.Retenciones
java.lang.Object
mx.bigdata.sat.cfdi.schema.Comprobante.Impuestos.Retenciones
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Comprobante.Impuestos
public static class Comprobante.Impuestos.Retenciones
- extends Object
- implements Serializable
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="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/cfd/3}t_Importe" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
retencion
protected List<Comprobante.Impuestos.Retenciones.Retencion> retencion
Comprobante.Impuestos.Retenciones
public Comprobante.Impuestos.Retenciones()
getRetencion
public List<Comprobante.Impuestos.Retenciones.Retencion> getRetencion()
- Gets the value of the retencion property.
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.Impuestos.Retenciones.Retencion
Copyright © 2010-2013. All Rights Reserved.