mx.bigdata.sat.cfdi.schema
Class Comprobante.Impuestos.Traslados.Traslado

java.lang.Object
  extended by mx.bigdata.sat.cfdi.schema.Comprobante.Impuestos.Traslados.Traslado
All Implemented Interfaces:
Serializable
Enclosing class:
Comprobante.Impuestos.Traslados

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

See Also:
Serialized Form

Field Summary
protected  BigDecimal importe
           
protected  String impuesto
           
protected  BigDecimal tasa
           
 
Constructor Summary
Comprobante.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

Comprobante.Impuestos.Traslados.Traslado

public Comprobante.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.