|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.terceros.schema.PorCuentadeTerceros.Impuestos
public static class PorCuentadeTerceros.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/terceros}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/terceros}t_Importe" />
<attribute name="importe" use="required" type="{http://www.sat.gob.mx/terceros}t_Importe" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
PorCuentadeTerceros.Impuestos.Retenciones
Java class for anonymous complex type. |
static class |
PorCuentadeTerceros.Impuestos.Traslados
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected PorCuentadeTerceros.Impuestos.Retenciones |
retenciones
|
protected PorCuentadeTerceros.Impuestos.Traslados |
traslados
|
| Constructor Summary | |
|---|---|
PorCuentadeTerceros.Impuestos()
|
|
| Method Summary | |
|---|---|
PorCuentadeTerceros.Impuestos.Retenciones |
getRetenciones()
Gets the value of the retenciones property. |
PorCuentadeTerceros.Impuestos.Traslados |
getTraslados()
Gets the value of the traslados property. |
void |
setRetenciones(PorCuentadeTerceros.Impuestos.Retenciones value)
Sets the value of the retenciones property. |
void |
setTraslados(PorCuentadeTerceros.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 PorCuentadeTerceros.Impuestos.Retenciones retenciones
protected PorCuentadeTerceros.Impuestos.Traslados traslados
| Constructor Detail |
|---|
public PorCuentadeTerceros.Impuestos()
| Method Detail |
|---|
public PorCuentadeTerceros.Impuestos.Retenciones getRetenciones()
PorCuentadeTerceros.Impuestos.Retencionespublic void setRetenciones(PorCuentadeTerceros.Impuestos.Retenciones value)
value - allowed object is
PorCuentadeTerceros.Impuestos.Retencionespublic PorCuentadeTerceros.Impuestos.Traslados getTraslados()
PorCuentadeTerceros.Impuestos.Trasladospublic void setTraslados(PorCuentadeTerceros.Impuestos.Traslados value)
value - allowed object is
PorCuentadeTerceros.Impuestos.Traslados
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||