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

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

public static class EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible
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="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>
 


Nested Class Summary
static class EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados
          Java class for anonymous complex type.
 
Field Summary
protected  BigDecimal cantidad
           
protected  String claveEstacion
           
protected  XMLGregorianCalendar fecha
           
protected  String folioOperacion
           
protected  String identificador
           
protected  BigDecimal importe
           
protected  String nombreCombustible
           
protected  String rfc
           
protected  EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados traslados
           
protected  BigDecimal valorUnitario
           
 
Constructor Summary
EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible()
           
 
Method Summary
 BigDecimal getCantidad()
          Gets the value of the cantidad property.
 String getClaveEstacion()
          Gets the value of the claveEstacion property.
 XMLGregorianCalendar getFecha()
          Gets the value of the fecha property.
 String getFolioOperacion()
          Gets the value of the folioOperacion property.
 String getIdentificador()
          Gets the value of the identificador property.
 BigDecimal getImporte()
          Gets the value of the importe property.
 String getNombreCombustible()
          Gets the value of the nombreCombustible property.
 String getRfc()
          Gets the value of the rfc property.
 EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados getTraslados()
          Gets the value of the traslados property.
 BigDecimal getValorUnitario()
          Gets the value of the valorUnitario property.
 void setCantidad(BigDecimal value)
          Sets the value of the cantidad property.
 void setClaveEstacion(String value)
          Sets the value of the claveEstacion property.
 void setFecha(XMLGregorianCalendar value)
          Sets the value of the fecha property.
 void setFolioOperacion(String value)
          Sets the value of the folioOperacion property.
 void setIdentificador(String value)
          Sets the value of the identificador property.
 void setImporte(BigDecimal value)
          Sets the value of the importe property.
 void setNombreCombustible(String value)
          Sets the value of the nombreCombustible property.
 void setRfc(String value)
          Sets the value of the rfc property.
 void setTraslados(EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados value)
          Sets the value of the traslados property.
 void setValorUnitario(BigDecimal value)
          Sets the value of the valorUnitario property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

traslados

protected EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados traslados

identificador

protected String identificador

fecha

protected XMLGregorianCalendar fecha

rfc

protected String rfc

claveEstacion

protected String claveEstacion

cantidad

protected BigDecimal cantidad

nombreCombustible

protected String nombreCombustible

folioOperacion

protected String folioOperacion

valorUnitario

protected BigDecimal valorUnitario

importe

protected BigDecimal importe
Constructor Detail

EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible

public EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible()
Method Detail

getTraslados

public EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados getTraslados()
Gets the value of the traslados property.

Returns:
possible object is EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados

setTraslados

public void setTraslados(EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados value)
Sets the value of the traslados property.

Parameters:
value - allowed object is EstadoDeCuentaCombustible.Conceptos.ConceptoEstadoDeCuentaCombustible.Traslados

getIdentificador

public String getIdentificador()
Gets the value of the identificador property.

Returns:
possible object is String

setIdentificador

public void setIdentificador(String value)
Sets the value of the identificador property.

Parameters:
value - allowed object is String

getFecha

public XMLGregorianCalendar getFecha()
Gets the value of the fecha property.

Returns:
possible object is XMLGregorianCalendar

setFecha

public void setFecha(XMLGregorianCalendar value)
Sets the value of the fecha property.

Parameters:
value - allowed object is XMLGregorianCalendar

getRfc

public String getRfc()
Gets the value of the rfc property.

Returns:
possible object is String

setRfc

public void setRfc(String value)
Sets the value of the rfc property.

Parameters:
value - allowed object is String

getClaveEstacion

public String getClaveEstacion()
Gets the value of the claveEstacion property.

Returns:
possible object is String

setClaveEstacion

public void setClaveEstacion(String value)
Sets the value of the claveEstacion property.

Parameters:
value - allowed object is String

getCantidad

public BigDecimal getCantidad()
Gets the value of the cantidad property.

Returns:
possible object is BigDecimal

setCantidad

public void setCantidad(BigDecimal value)
Sets the value of the cantidad property.

Parameters:
value - allowed object is BigDecimal

getNombreCombustible

public String getNombreCombustible()
Gets the value of the nombreCombustible property.

Returns:
possible object is String

setNombreCombustible

public void setNombreCombustible(String value)
Sets the value of the nombreCombustible property.

Parameters:
value - allowed object is String

getFolioOperacion

public String getFolioOperacion()
Gets the value of the folioOperacion property.

Returns:
possible object is String

setFolioOperacion

public void setFolioOperacion(String value)
Sets the value of the folioOperacion property.

Parameters:
value - allowed object is String

getValorUnitario

public BigDecimal getValorUnitario()
Gets the value of the valorUnitario property.

Returns:
possible object is BigDecimal

setValorUnitario

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