p12f.exe.pasarelapagos.v1.objects
Class ValidacionPago

java.lang.Object
  extended byp12f.exe.pasarelapagos.v1.objects.AbstractPagoObj
      extended byp12f.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

Field Summary
 Pago pago
           
 java.lang.String urlResultadoValidacion
           
 
Constructor Summary
ValidacionPago()
          Constructores
ValidacionPago(Pago newPago)
           
ValidacionPago(Pago newPago, java.lang.String newURL)
           
 
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 p12f.exe.pasarelapagos.v1.objects.AbstractPagoObj
getBrokenRulesAsString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pago

public Pago pago

urlResultadoValidacion

public java.lang.String urlResultadoValidacion
Constructor Detail

ValidacionPago

public ValidacionPago()
Constructores


ValidacionPago

public ValidacionPago(Pago newPago)

ValidacionPago

public ValidacionPago(Pago newPago,
                      java.lang.String newURL)
Method Detail

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