|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.pasarelapagos.objects.Resultado
Estructura que contiene datos sobre el resultado de una operación de la pasarela.
Field Summary | |
java.util.Map |
mensajes
Mensajes acerca del proceso (errores, información, etc.). |
boolean |
resultadoOK
Indica si la operación se ha podido realizar (true/false). |
int |
returnCode
Código numérico del resultado de la operación: código de operación o código de error. |
java.lang.String |
returnValue
Resultado de la operación. |
Constructor Summary | |
Resultado()
|
Method Summary | |
static Resultado |
getObject(java.lang.String xml)
Convierte un XML en un objeto PaymentData. |
java.lang.String |
toXML()
Convierte un Objeto Resultado a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean resultadoOK
public java.lang.String returnValue
public int returnCode
public java.util.Map mensajes
Constructor Detail |
public Resultado()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static Resultado 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 |