mx.bigdata.sat.common.ecb.schema
Class EstadoDeCuentaBancario.Movimientos.MovimientoECB

java.lang.Object
  extended by mx.bigdata.sat.common.ecb.schema.EstadoDeCuentaBancario.Movimientos.MovimientoECB
Enclosing class:
EstadoDeCuentaBancario.Movimientos

public static class EstadoDeCuentaBancario.Movimientos.MovimientoECB
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="fecha" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="referencia">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="descripcion" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="importe" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <whiteSpace value="collapse"/>
             <fractionDigits value="2"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="moneda">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="saldoInicial">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="saldoAlCorte">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String descripcion
           
protected  XMLGregorianCalendar fecha
           
protected  BigDecimal importe
           
protected  String moneda
           
protected  String referencia
           
protected  BigDecimal saldoAlCorte
           
protected  BigDecimal saldoInicial
           
 
Constructor Summary
EstadoDeCuentaBancario.Movimientos.MovimientoECB()
           
 
Method Summary
 String getDescripcion()
          Gets the value of the descripcion property.
 XMLGregorianCalendar getFecha()
          Gets the value of the fecha property.
 BigDecimal getImporte()
          Gets the value of the importe property.
 String getMoneda()
          Gets the value of the moneda property.
 String getReferencia()
          Gets the value of the referencia property.
 BigDecimal getSaldoAlCorte()
          Gets the value of the saldoAlCorte property.
 BigDecimal getSaldoInicial()
          Gets the value of the saldoInicial property.
 void setDescripcion(String value)
          Sets the value of the descripcion property.
 void setFecha(XMLGregorianCalendar value)
          Sets the value of the fecha property.
 void setImporte(BigDecimal value)
          Sets the value of the importe property.
 void setMoneda(String value)
          Sets the value of the moneda property.
 void setReferencia(String value)
          Sets the value of the referencia property.
 void setSaldoAlCorte(BigDecimal value)
          Sets the value of the saldoAlCorte property.
 void setSaldoInicial(BigDecimal value)
          Sets the value of the saldoInicial property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fecha

protected XMLGregorianCalendar fecha

referencia

protected String referencia

descripcion

protected String descripcion

importe

protected BigDecimal importe

moneda

protected String moneda

saldoInicial

protected BigDecimal saldoInicial

saldoAlCorte

protected BigDecimal saldoAlCorte
Constructor Detail

EstadoDeCuentaBancario.Movimientos.MovimientoECB

public EstadoDeCuentaBancario.Movimientos.MovimientoECB()
Method Detail

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

getReferencia

public String getReferencia()
Gets the value of the referencia property.

Returns:
possible object is String

setReferencia

public void setReferencia(String value)
Sets the value of the referencia property.

Parameters:
value - allowed object is String

getDescripcion

public String getDescripcion()
Gets the value of the descripcion property.

Returns:
possible object is String

setDescripcion

public void setDescripcion(String value)
Sets the value of the descripcion property.

Parameters:
value - allowed object is String

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

getMoneda

public String getMoneda()
Gets the value of the moneda property.

Returns:
possible object is String

setMoneda

public void setMoneda(String value)
Sets the value of the moneda property.

Parameters:
value - allowed object is String

getSaldoInicial

public BigDecimal getSaldoInicial()
Gets the value of the saldoInicial property.

Returns:
possible object is BigDecimal

setSaldoInicial

public void setSaldoInicial(BigDecimal value)
Sets the value of the saldoInicial property.

Parameters:
value - allowed object is BigDecimal

getSaldoAlCorte

public BigDecimal getSaldoAlCorte()
Gets the value of the saldoAlCorte property.

Returns:
possible object is BigDecimal

setSaldoAlCorte

public void setSaldoAlCorte(BigDecimal value)
Sets the value of the saldoAlCorte property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2010-2013. All Rights Reserved.