p12f.exe.pasarelapagos.paymentrequest
Class Liquidacion

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

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

Datos de presentacion de una peticion de pago en la pasarela de pagos

See Also:
Serialized Form

Field Summary
 java.util.Map imagenes
           
 java.util.Map mensajes
          Mensajes auxiliares.
 java.lang.String paymentGatewayVersion
           
 java.lang.String urlPlantilla
           
 
Constructor Summary
Liquidacion()
          Constructores
 
Method Summary
static Liquidacion getObject(java.lang.String xml)
          Convierte de un String xml a un Objeto
 java.lang.String toXML()
          Convierte un Objeto Liquidacion a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imagenes

public java.util.Map imagenes

paymentGatewayVersion

public java.lang.String paymentGatewayVersion

urlPlantilla

public java.lang.String urlPlantilla

mensajes

public java.util.Map mensajes
Mensajes auxiliares.

Constructor Detail

Liquidacion

public Liquidacion()
Constructores

Method Detail

getObject

public static Liquidacion getObject(java.lang.String xml)
                             throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte de un String xml a un Objeto

Parameters:
xml - : XML de objeto.
Returns:
Objeto convertido.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

toXML

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

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException