mx.bigdata.sat.common.ecc.schema
Class EstadoDeCuentaCombustible

java.lang.Object
  extended by mx.bigdata.sat.common.ecc.schema.EstadoDeCuentaCombustible

public class EstadoDeCuentaCombustible
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="Conceptos">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ConceptoEstadoDeCuentaCombustible" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Traslados">
                               <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>
                             </element>
                           </sequence>
                           <attribute name="identificador" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <minLength value="1"/>
                                 <whiteSpace value="collapse"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="fecha" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
                                 <whiteSpace value="collapse"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="rfc" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <minLength value="12"/>
                                 <maxLength value="13"/>
                                 <whiteSpace value="collapse"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="claveEstacion" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <whiteSpace value="collapse"/>
                                 <minLength value="1"/>
                                 <maxLength value="10"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="cantidad" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                                 <whiteSpace value="collapse"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="nombreCombustible" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <whiteSpace value="collapse"/>
                                 <minLength value="1"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="folioOperacion" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <whiteSpace value="collapse"/>
                                 <minLength value="1"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                           <attribute name="valorUnitario" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                                 <whiteSpace value="collapse"/>
                                 <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>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="tipoOperacion" use="required" fixed="Tarjeta">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="numeroDeCuenta" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="subTotal">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <fractionDigits value="2"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="total" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <fractionDigits value="2"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class EstadoDeCuentaCombustible.Conceptos
          Java class for anonymous complex type.
 
Field Summary
protected  EstadoDeCuentaCombustible.Conceptos conceptos
           
protected  String numeroDeCuenta
           
protected  BigDecimal subTotal
           
protected  String tipoOperacion
           
protected  BigDecimal total
           
 
Constructor Summary
EstadoDeCuentaCombustible()
           
 
Method Summary
 EstadoDeCuentaCombustible.Conceptos getConceptos()
          Gets the value of the conceptos property.
 String getNumeroDeCuenta()
          Gets the value of the numeroDeCuenta property.
 BigDecimal getSubTotal()
          Gets the value of the subTotal property.
 String getTipoOperacion()
          Gets the value of the tipoOperacion property.
 BigDecimal getTotal()
          Gets the value of the total property.
 void setConceptos(EstadoDeCuentaCombustible.Conceptos value)
          Sets the value of the conceptos property.
 void setNumeroDeCuenta(String value)
          Sets the value of the numeroDeCuenta property.
 void setSubTotal(BigDecimal value)
          Sets the value of the subTotal property.
 void setTipoOperacion(String value)
          Sets the value of the tipoOperacion property.
 void setTotal(BigDecimal value)
          Sets the value of the total property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptos

protected EstadoDeCuentaCombustible.Conceptos conceptos

tipoOperacion

protected String tipoOperacion

numeroDeCuenta

protected String numeroDeCuenta

subTotal

protected BigDecimal subTotal

total

protected BigDecimal total
Constructor Detail

EstadoDeCuentaCombustible

public EstadoDeCuentaCombustible()
Method Detail

getConceptos

public EstadoDeCuentaCombustible.Conceptos getConceptos()
Gets the value of the conceptos property.

Returns:
possible object is EstadoDeCuentaCombustible.Conceptos

setConceptos

public void setConceptos(EstadoDeCuentaCombustible.Conceptos value)
Sets the value of the conceptos property.

Parameters:
value - allowed object is EstadoDeCuentaCombustible.Conceptos

getTipoOperacion

public String getTipoOperacion()
Gets the value of the tipoOperacion property.

Returns:
possible object is String

setTipoOperacion

public void setTipoOperacion(String value)
Sets the value of the tipoOperacion property.

Parameters:
value - allowed object is String

getNumeroDeCuenta

public String getNumeroDeCuenta()
Gets the value of the numeroDeCuenta property.

Returns:
possible object is String

setNumeroDeCuenta

public void setNumeroDeCuenta(String value)
Sets the value of the numeroDeCuenta property.

Parameters:
value - allowed object is String

getSubTotal

public BigDecimal getSubTotal()
Gets the value of the subTotal property.

Returns:
possible object is BigDecimal

setSubTotal

public void setSubTotal(BigDecimal value)
Sets the value of the subTotal property.

Parameters:
value - allowed object is BigDecimal

getTotal

public BigDecimal getTotal()
Gets the value of the total property.

Returns:
possible object is BigDecimal

setTotal

public void setTotal(BigDecimal value)
Sets the value of the total property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.