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

java.lang.Object
  extended by mx.bigdata.sat.common.implocal.schema.ImpuestosLocales

public class ImpuestosLocales
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">
       <sequence maxOccurs="unbounded">
         <element name="RetencionesLocales" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="ImpLocRetenido" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="TasadeRetencion" 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>
         </element>
         <element name="TrasladosLocales" minOccurs="0">
           <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>
         </element>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="1.0" />
       <attribute name="TotaldeRetenciones" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <fractionDigits value="2"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="TotaldeTraslados" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <fractionDigits value="2"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ImpuestosLocales.RetencionesLocales
          Java class for anonymous complex type.
static class ImpuestosLocales.TrasladosLocales
          Java class for anonymous complex type.
 
Field Summary
protected  List<Object> retencionesLocalesAndTrasladosLocales
           
protected  BigDecimal totaldeRetenciones
           
protected  BigDecimal totaldeTraslados
           
protected  String version
           
 
Constructor Summary
ImpuestosLocales()
           
 
Method Summary
 List<Object> getRetencionesLocalesAndTrasladosLocales()
          Gets the value of the retencionesLocalesAndTrasladosLocales property.
 BigDecimal getTotaldeRetenciones()
          Gets the value of the totaldeRetenciones property.
 BigDecimal getTotaldeTraslados()
          Gets the value of the totaldeTraslados property.
 String getVersion()
          Gets the value of the version property.
 void setTotaldeRetenciones(BigDecimal value)
          Sets the value of the totaldeRetenciones property.
 void setTotaldeTraslados(BigDecimal value)
          Sets the value of the totaldeTraslados property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

retencionesLocalesAndTrasladosLocales

protected List<Object> retencionesLocalesAndTrasladosLocales

version

protected String version

totaldeRetenciones

protected BigDecimal totaldeRetenciones

totaldeTraslados

protected BigDecimal totaldeTraslados
Constructor Detail

ImpuestosLocales

public ImpuestosLocales()
Method Detail

getRetencionesLocalesAndTrasladosLocales

public List<Object> getRetencionesLocalesAndTrasladosLocales()
Gets the value of the retencionesLocalesAndTrasladosLocales property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the retencionesLocalesAndTrasladosLocales property.

For example, to add a new item, do as follows:

    getRetencionesLocalesAndTrasladosLocales().add(newItem);
 

Objects of the following type(s) are allowed in the list ImpuestosLocales.TrasladosLocales ImpuestosLocales.RetencionesLocales


getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getTotaldeRetenciones

public BigDecimal getTotaldeRetenciones()
Gets the value of the totaldeRetenciones property.

Returns:
possible object is BigDecimal

setTotaldeRetenciones

public void setTotaldeRetenciones(BigDecimal value)
Sets the value of the totaldeRetenciones property.

Parameters:
value - allowed object is BigDecimal

getTotaldeTraslados

public BigDecimal getTotaldeTraslados()
Gets the value of the totaldeTraslados property.

Returns:
possible object is BigDecimal

setTotaldeTraslados

public void setTotaldeTraslados(BigDecimal value)
Sets the value of the totaldeTraslados property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.