mx.bigdata.sat.common.ecc.schema
Class EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados

java.lang.Object
  extended by mx.bigdata.sat.common.ecc.schema.EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados
Enclosing class:
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible

public static class EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados
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>
         <element name="Traslado" maxOccurs="unbounded">
           <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">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                       <fractionDigits value="2"/>
                       <whiteSpace value="collapse"/>
                     </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>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados.Traslado
          Java class for anonymous complex type.
 
Field Summary
protected  List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados.Traslado> traslado
           
 
Constructor Summary
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados()
           
 
Method Summary
 List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados.Traslado> getTraslado()
          Gets the value of the traslado property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

traslado

protected List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados.Traslado> traslado
Constructor Detail

EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados

public EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados()
Method Detail

getTraslado

public List<EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados.Traslado> getTraslado()
Gets the value of the traslado 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 traslado property.

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

    getTraslado().add(newItem);
 

Objects of the following type(s) are allowed in the list EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados.Traslado



Copyright © 2010-2013. All Rights Reserved.