p12f.exe.pasarelapagos.paymentrequest
Class PaymentGatewayData
java.lang.Object
p12f.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
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 |
paymentRequestData
public PaymentRequestData paymentRequestData
protocolData
public ProtocolData protocolData
presentationData
public PresentationRequestData presentationData
PaymentGatewayData
public PaymentGatewayData()
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