p12f.exe.pasarelapagos.v1.objects
Class ResultadoPago
java.lang.Object
p12f.exe.pasarelapagos.v1.objects.AbstractPagoObj
p12f.exe.pasarelapagos.v1.objects.ResultadoPago
- All Implemented Interfaces:
- java.io.Serializable
- public class ResultadoPago
- extends AbstractPagoObj
- See Also:
- Serialized Form
Method Summary |
static ResultadoPago |
getObject(java.lang.String xml)
Convierte un XML en un objeto ValidacionPago. |
java.lang.String |
toXML()
Convierte un Objeto ValidacionPago a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resultado
public boolean resultado
estadoPago
public Estado estadoPago
estadoSIPCA
public Estado estadoSIPCA
datosOperacion
public DatosOperacion datosOperacion
mensajes
public java.util.List mensajes
protocolo
public Protocolo protocolo
datosAuxiliares
public java.util.List datosAuxiliares
ResultadoPago
public ResultadoPago()
- Constructores
ResultadoPago
public ResultadoPago(boolean inResultado)
ResultadoPago
public ResultadoPago(boolean inResultado,
Estado inEstado,
java.util.List inMensajes)
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto ValidacionPago a XML.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static ResultadoPago getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un XML en un objeto ValidacionPago.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException