mx.bigdata.sat.common.terceros.schema
Class PorCuentadeTerceros.Impuestos.Retenciones.Retencion

java.lang.Object
  extended by mx.bigdata.sat.common.terceros.schema.PorCuentadeTerceros.Impuestos.Retenciones.Retencion
Enclosing class:
PorCuentadeTerceros.Impuestos.Retenciones

public static class PorCuentadeTerceros.Impuestos.Retenciones.Retencion
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">
         <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>
 


Field Summary
protected  BigDecimal importe
           
protected  String impuesto
           
 
Constructor Summary
PorCuentadeTerceros.Impuestos.Retenciones.Retencion()
           
 
Method Summary
 BigDecimal getImporte()
          Gets the value of the importe property.
 String getImpuesto()
          Gets the value of the impuesto property.
 void setImporte(BigDecimal value)
          Sets the value of the importe property.
 void setImpuesto(String value)
          Sets the value of the impuesto property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impuesto

protected String impuesto

importe

protected BigDecimal importe
Constructor Detail

PorCuentadeTerceros.Impuestos.Retenciones.Retencion

public PorCuentadeTerceros.Impuestos.Retenciones.Retencion()
Method Detail

getImpuesto

public String getImpuesto()
Gets the value of the impuesto property.

Returns:
possible object is String

setImpuesto

public void setImpuesto(String value)
Sets the value of the impuesto property.

Parameters:
value - allowed object is String

getImporte

public BigDecimal getImporte()
Gets the value of the importe property.

Returns:
possible object is BigDecimal

setImporte

public void setImporte(BigDecimal value)
Sets the value of the importe property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.