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

java.lang.Object
  extended by mx.bigdata.sat.common.ecb.schema.EstadoDeCuentaBancario

public class EstadoDeCuentaBancario
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="Movimientos">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice maxOccurs="unbounded">
                   <element name="MovimientoECB">
                     <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>
                   </element>
                   <element name="MovimientoECBFiscal">
                     <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="RFCenajenante" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                 <whiteSpace value="collapse"/>
                                 <minLength value="12"/>
                                 <maxLength value="13"/>
                                 <pattern value="[A-Z,Ñ,&]{3,4}[0-9]{2}[0-1][0-9][0-3][0-9][A-Z,0-9]{2}[0-9,A]"/>
                               </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>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="version" use="required" fixed="1.0">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="numeroCuenta" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="nombreCliente" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="periodo" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="sucursal">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class EstadoDeCuentaBancario.Movimientos
          Java class for anonymous complex type.
 
Field Summary
protected  EstadoDeCuentaBancario.Movimientos movimientos
           
protected  String nombreCliente
           
protected  BigInteger numeroCuenta
           
protected  String periodo
           
protected  String sucursal
           
protected  String version
           
 
Constructor Summary
EstadoDeCuentaBancario()
           
 
Method Summary
 EstadoDeCuentaBancario.Movimientos getMovimientos()
          Gets the value of the movimientos property.
 String getNombreCliente()
          Gets the value of the nombreCliente property.
 BigInteger getNumeroCuenta()
          Gets the value of the numeroCuenta property.
 String getPeriodo()
          Gets the value of the periodo property.
 String getSucursal()
          Gets the value of the sucursal property.
 String getVersion()
          Gets the value of the version property.
 void setMovimientos(EstadoDeCuentaBancario.Movimientos value)
          Sets the value of the movimientos property.
 void setNombreCliente(String value)
          Sets the value of the nombreCliente property.
 void setNumeroCuenta(BigInteger value)
          Sets the value of the numeroCuenta property.
 void setPeriodo(String value)
          Sets the value of the periodo property.
 void setSucursal(String value)
          Sets the value of the sucursal 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

movimientos

protected EstadoDeCuentaBancario.Movimientos movimientos

version

protected String version

numeroCuenta

protected BigInteger numeroCuenta

nombreCliente

protected String nombreCliente

periodo

protected String periodo

sucursal

protected String sucursal
Constructor Detail

EstadoDeCuentaBancario

public EstadoDeCuentaBancario()
Method Detail

getMovimientos

public EstadoDeCuentaBancario.Movimientos getMovimientos()
Gets the value of the movimientos property.

Returns:
possible object is EstadoDeCuentaBancario.Movimientos

setMovimientos

public void setMovimientos(EstadoDeCuentaBancario.Movimientos value)
Sets the value of the movimientos property.

Parameters:
value - allowed object is EstadoDeCuentaBancario.Movimientos

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

getNumeroCuenta

public BigInteger getNumeroCuenta()
Gets the value of the numeroCuenta property.

Returns:
possible object is BigInteger

setNumeroCuenta

public void setNumeroCuenta(BigInteger value)
Sets the value of the numeroCuenta property.

Parameters:
value - allowed object is BigInteger

getNombreCliente

public String getNombreCliente()
Gets the value of the nombreCliente property.

Returns:
possible object is String

setNombreCliente

public void setNombreCliente(String value)
Sets the value of the nombreCliente property.

Parameters:
value - allowed object is String

getPeriodo

public String getPeriodo()
Gets the value of the periodo property.

Returns:
possible object is String

setPeriodo

public void setPeriodo(String value)
Sets the value of the periodo property.

Parameters:
value - allowed object is String

getSucursal

public String getSucursal()
Gets the value of the sucursal property.

Returns:
possible object is String

setSucursal

public void setSucursal(String value)
Sets the value of the sucursal property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.