|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.pasarelapagos.objects.BatchProcessRequest
Estructura que contiene los datos de solicitud de un procesamiento batch.
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 |
public PaymentOFFLineGenerationMetadata metadata
public PeticionPago peticionPago
public boolean eof
public int numeroPagos
Constructor Detail |
public BatchProcessRequest()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static BatchProcessRequest getObject(java.lang.String xml) throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |