p12f.exe.pasarelapagos.objects
Class BatchProcessRequest

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.BatchProcessRequest
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

public class BatchProcessRequest
extends java.lang.Object
implements java.io.Serializable, com.ejie.r01f.util.Initializable

Estructura que contiene los datos de solicitud de un procesamiento batch.

See Also:
Serialized Form

Field Summary
 boolean eof
          Flag que indica si el elemento actual es el último del lote
 PaymentOFFLineGenerationMetadata metadata
          Identificativo de todo el lote
 int numeroPagos
          Número de pagos en el batch
 PeticionPago peticionPago
          Petición de pago
 
Constructor Summary
BatchProcessRequest()
          Constructor sin argumentos.
 
Method Summary
static BatchProcessRequest getObject(java.lang.String xml)
          Convierte un XML en un objeto BatchProcessRequest.
 java.lang.String toXML()
          Convierte un Objeto BatchProcessRequest a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public PaymentOFFLineGenerationMetadata metadata
Identificativo de todo el lote


peticionPago

public PeticionPago peticionPago
Petición de pago


eof

public boolean eof
Flag que indica si el elemento actual es el último del lote


numeroPagos

public int numeroPagos
Número de pagos en el batch

Constructor Detail

BatchProcessRequest

public BatchProcessRequest()
Constructor sin argumentos.

Method Detail

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un Objeto BatchProcessRequest a XML.

Returns:
String que contiene el XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static BatchProcessRequest getObject(java.lang.String xml)
                                     throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto BatchProcessRequest.

Returns:
Objeto BatchProcessRequest construido a partir del XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException