p12f.exe.pasarelapagos.objects
Class OperationResult

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

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

Estructura que encapsula el resultado de una operacion de la pasarela.

See Also:
Serialized Form

Field Summary
 java.util.Map aditionalDataList
           
 OperationData operationData
          Datos sobre la llamada.
 Resultado resultado
          Resultado de la operación.
 
Constructor Summary
OperationResult()
           
 
Method Summary
static OperationResult getObject(java.lang.String xml)
          Convierte un XML en un objeto OperationResult.
static void main(java.lang.String[] argv)
           
 java.lang.String toXML()
          Convierte un Objeto OperationResult a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resultado

public Resultado resultado
Resultado de la operación.


operationData

public OperationData operationData
Datos sobre la llamada.


aditionalDataList

public java.util.Map aditionalDataList
Constructor Detail

OperationResult

public OperationResult()
Method Detail

toXML

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

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

getObject

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

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

main

public static void main(java.lang.String[] argv)
                 throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException