p12f.exe.pasarelapagos.paymentrequest
Class PaymentGatewayData

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

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

Objeto que engloba el PaymentRequestData + PaymentProtocolData + PaymentPresentationData

See Also:
Serialized Form

Field Summary
 PaymentRequestData paymentRequestData
           
 PresentationRequestData presentationData
           
 ProtocolData protocolData
           
 
Constructor Summary
PaymentGatewayData()
           
 
Method Summary
static PaymentGatewayData getObject(java.lang.String xml)
          Convierte de un String xml a un Objeto
 java.lang.String toXML()
          Convierte un Objeto PaymentGatewayData a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paymentRequestData

public PaymentRequestData paymentRequestData

protocolData

public ProtocolData protocolData

presentationData

public PresentationRequestData presentationData
Constructor Detail

PaymentGatewayData

public PaymentGatewayData()
Method Detail

getObject

public static PaymentGatewayData 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 PaymentGatewayData a XML.

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