mx.bigdata.sat.common.nomina.schema
Class Nomina.Deducciones.Deduccion

java.lang.Object
  extended by mx.bigdata.sat.common.nomina.schema.Nomina.Deducciones.Deduccion
Enclosing class:
Nomina.Deducciones

public static class Nomina.Deducciones.Deduccion
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="TipoDeduccion" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             <minInclusive value="1"/>
             <pattern value="[0-9]{3}"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="Clave" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="3"/>
             <maxLength value="15"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="Concepto" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <maxLength value="100"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="ImporteGravado" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" />
       <attribute name="ImporteExento" use="required" type="{http://www.sat.gob.mx/nomina}t_Importe" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String clave
           
protected  String concepto
           
protected  BigDecimal importeExento
           
protected  BigDecimal importeGravado
           
protected  int tipoDeduccion
           
 
Constructor Summary
Nomina.Deducciones.Deduccion()
           
 
Method Summary
 String getClave()
          Gets the value of the clave property.
 String getConcepto()
          Gets the value of the concepto property.
 BigDecimal getImporteExento()
          Gets the value of the importeExento property.
 BigDecimal getImporteGravado()
          Gets the value of the importeGravado property.
 int getTipoDeduccion()
          Gets the value of the tipoDeduccion property.
 void setClave(String value)
          Sets the value of the clave property.
 void setConcepto(String value)
          Sets the value of the concepto property.
 void setImporteExento(BigDecimal value)
          Sets the value of the importeExento property.
 void setImporteGravado(BigDecimal value)
          Sets the value of the importeGravado property.
 void setTipoDeduccion(int value)
          Sets the value of the tipoDeduccion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tipoDeduccion

protected int tipoDeduccion

clave

protected String clave

concepto

protected String concepto

importeGravado

protected BigDecimal importeGravado

importeExento

protected BigDecimal importeExento
Constructor Detail

Nomina.Deducciones.Deduccion

public Nomina.Deducciones.Deduccion()
Method Detail

getTipoDeduccion

public int getTipoDeduccion()
Gets the value of the tipoDeduccion property.


setTipoDeduccion

public void setTipoDeduccion(int value)
Sets the value of the tipoDeduccion property.


getClave

public String getClave()
Gets the value of the clave property.

Returns:
possible object is String

setClave

public void setClave(String value)
Sets the value of the clave property.

Parameters:
value - allowed object is String

getConcepto

public String getConcepto()
Gets the value of the concepto property.

Returns:
possible object is String

setConcepto

public void setConcepto(String value)
Sets the value of the concepto property.

Parameters:
value - allowed object is String

getImporteGravado

public BigDecimal getImporteGravado()
Gets the value of the importeGravado property.

Returns:
possible object is BigDecimal

setImporteGravado

public void setImporteGravado(BigDecimal value)
Sets the value of the importeGravado property.

Parameters:
value - allowed object is BigDecimal

getImporteExento

public BigDecimal getImporteExento()
Gets the value of the importeExento property.

Returns:
possible object is BigDecimal

setImporteExento

public void setImporteExento(BigDecimal value)
Sets the value of the importeExento property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.