mx.bigdata.sat.common.implocal.schema
Class ImpuestosLocales.TrasladosLocales

java.lang.Object
  extended by mx.bigdata.sat.common.implocal.schema.ImpuestosLocales.TrasladosLocales
Enclosing class:
ImpuestosLocales

public static class ImpuestosLocales.TrasladosLocales
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="ImpLocTrasladado" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="TasadeTraslado" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <fractionDigits value="2"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="Importe" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <fractionDigits value="2"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String impLocTrasladado
           
protected  BigDecimal importe
           
protected  BigDecimal tasadeTraslado
           
 
Constructor Summary
ImpuestosLocales.TrasladosLocales()
           
 
Method Summary
 String getImpLocTrasladado()
          Gets the value of the impLocTrasladado property.
 BigDecimal getImporte()
          Gets the value of the importe property.
 BigDecimal getTasadeTraslado()
          Gets the value of the tasadeTraslado property.
 void setImpLocTrasladado(String value)
          Sets the value of the impLocTrasladado property.
 void setImporte(BigDecimal value)
          Sets the value of the importe property.
 void setTasadeTraslado(BigDecimal value)
          Sets the value of the tasadeTraslado property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impLocTrasladado

protected String impLocTrasladado

tasadeTraslado

protected BigDecimal tasadeTraslado

importe

protected BigDecimal importe
Constructor Detail

ImpuestosLocales.TrasladosLocales

public ImpuestosLocales.TrasladosLocales()
Method Detail

getImpLocTrasladado

public String getImpLocTrasladado()
Gets the value of the impLocTrasladado property.

Returns:
possible object is String

setImpLocTrasladado

public void setImpLocTrasladado(String value)
Sets the value of the impLocTrasladado property.

Parameters:
value - allowed object is String

getTasadeTraslado

public BigDecimal getTasadeTraslado()
Gets the value of the tasadeTraslado property.

Returns:
possible object is BigDecimal

setTasadeTraslado

public void setTasadeTraslado(BigDecimal value)
Sets the value of the tasadeTraslado 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.