|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.pasarelapagos.objects.OperationResult
Estructura que encapsula el resultado de una operacion de la pasarela.
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 |
public Resultado resultado
public OperationData operationData
public java.util.Map aditionalDataList
Constructor Detail |
public OperationResult()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static OperationResult getObject(java.lang.String xml) throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static void main(java.lang.String[] argv) 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 |