mx.bigdata.sat.common.terceros.schema
Class PorCuentadeTerceros.Impuestos.Traslados.Traslado

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

public static class PorCuentadeTerceros.Impuestos.Traslados.Traslado
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="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>
 


Field Summary
protected  BigDecimal importe
           
protected  String impuesto
           
protected  BigDecimal tasa
           
 
Constructor Summary
PorCuentadeTerceros.Impuestos.Traslados.Traslado()
           
 
Method Summary
 BigDecimal getImporte()
          Gets the value of the importe property.
 String getImpuesto()
          Gets the value of the impuesto property.
 BigDecimal getTasa()
          Gets the value of the tasa property.
 void setImporte(BigDecimal value)
          Sets the value of the importe property.
 void setImpuesto(String value)
          Sets the value of the impuesto property.
 void setTasa(BigDecimal value)
          Sets the value of the tasa 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

tasa

protected BigDecimal tasa

importe

protected BigDecimal importe
Constructor Detail

PorCuentadeTerceros.Impuestos.Traslados.Traslado

public PorCuentadeTerceros.Impuestos.Traslados.Traslado()
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

getTasa

public BigDecimal getTasa()
Gets the value of the tasa property.

Returns:
possible object is BigDecimal

setTasa

public void setTasa(BigDecimal value)
Sets the value of the tasa property.

Parameters:
value - allowed object is BigDecimal

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.