p12f.exe.pasarelapagos.v1.objects
Class ValidacionPago
java.lang.Object
p12f.exe.pasarelapagos.v1.objects.AbstractPagoObj
p12f.exe.pasarelapagos.v1.objects.ValidacionPago
- All Implemented Interfaces:
- java.io.Serializable
- public class ValidacionPago
- extends AbstractPagoObj
Objeto de validación del pago
Simplemente contiene un pago...
- See Also:
- Serialized Form
Method Summary |
static ValidacionPago |
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 |
pago
public Pago pago
urlResultadoValidacion
public java.lang.String urlResultadoValidacion
ValidacionPago
public ValidacionPago()
- Constructores
ValidacionPago
public ValidacionPago(Pago newPago)
ValidacionPago
public ValidacionPago(Pago newPago,
java.lang.String newURL)
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 ValidacionPago 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