|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.pasarelapagos.paymentrequest.PresentationRequestData
Estructura que encapsula los datos de presentacion de una peticion de pago.
Field Summary | |
java.util.Map |
finantialOrgs
|
java.lang.String |
idioma
Código del idioma: es=castellano eu=euskera |
java.util.Map |
imagenes
Imágenes a mostrar en pantalla y justificante. |
java.util.Map |
mensajes
Mensajes a mostrar en pantalla y justificante. |
java.util.Map |
paymentModes
|
Constructor Summary | |
PresentationRequestData()
|
Method Summary | |
static PresentationRequestData |
getObject(java.lang.String xml)
Convierte un XML en un objeto PresentationRequestData. |
java.lang.String |
toXML()
Convierte un Objeto PresentationRequestData a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String idioma
public java.util.Map imagenes
public java.util.Map mensajes
public java.util.Map paymentModes
public java.util.Map finantialOrgs
Constructor Detail |
public PresentationRequestData()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static PresentationRequestData getObject(java.lang.String xml) throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |