|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.cfdi.v32.schema.Comprobante.Impuestos
public static class Comprobante.Impuestos
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="Retenciones" minOccurs="0">
<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>
</element>
<element name="Traslados" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Traslado" 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="IVA"/>
<enumeration value="IEPS"/>
</restriction>
</simpleType>
</attribute>
<attribute name="tasa" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
<attribute name="importe" use="required" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="totalImpuestosRetenidos" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
<attribute name="totalImpuestosTrasladados" type="{http://www.sat.gob.mx/cfd/3}t_Importe" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Comprobante.Impuestos.Retenciones
Java class for anonymous complex type. |
static class |
Comprobante.Impuestos.Traslados
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Comprobante.Impuestos.Retenciones |
retenciones
|
protected BigDecimal |
totalImpuestosRetenidos
|
protected BigDecimal |
totalImpuestosTrasladados
|
protected Comprobante.Impuestos.Traslados |
traslados
|
| Constructor Summary | |
|---|---|
Comprobante.Impuestos()
|
|
| Method Summary | |
|---|---|
Comprobante.Impuestos.Retenciones |
getRetenciones()
Gets the value of the retenciones property. |
BigDecimal |
getTotalImpuestosRetenidos()
Gets the value of the totalImpuestosRetenidos property. |
BigDecimal |
getTotalImpuestosTrasladados()
Gets the value of the totalImpuestosTrasladados property. |
Comprobante.Impuestos.Traslados |
getTraslados()
Gets the value of the traslados property. |
void |
setRetenciones(Comprobante.Impuestos.Retenciones value)
Sets the value of the retenciones property. |
void |
setTotalImpuestosRetenidos(BigDecimal value)
Sets the value of the totalImpuestosRetenidos property. |
void |
setTotalImpuestosTrasladados(BigDecimal value)
Sets the value of the totalImpuestosTrasladados property. |
void |
setTraslados(Comprobante.Impuestos.Traslados value)
Sets the value of the traslados property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Comprobante.Impuestos.Retenciones retenciones
protected Comprobante.Impuestos.Traslados traslados
protected BigDecimal totalImpuestosRetenidos
protected BigDecimal totalImpuestosTrasladados
| Constructor Detail |
|---|
public Comprobante.Impuestos()
| Method Detail |
|---|
public Comprobante.Impuestos.Retenciones getRetenciones()
Comprobante.Impuestos.Retencionespublic void setRetenciones(Comprobante.Impuestos.Retenciones value)
value - allowed object is
Comprobante.Impuestos.Retencionespublic Comprobante.Impuestos.Traslados getTraslados()
Comprobante.Impuestos.Trasladospublic void setTraslados(Comprobante.Impuestos.Traslados value)
value - allowed object is
Comprobante.Impuestos.Trasladospublic BigDecimal getTotalImpuestosRetenidos()
BigDecimalpublic void setTotalImpuestosRetenidos(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTotalImpuestosTrasladados()
BigDecimalpublic void setTotalImpuestosTrasladados(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||