|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.pasarelapagos.objects.ValidationResult
Field Summary | |
java.util.Map |
mensajes
Mensajes sobre la validación, como los errores producidos en caso de error. |
Pago |
pago
Datos del pago (para la consulta de un pago). |
boolean |
resultado
Resultado de la validacion. |
ValidationResultSignedAuth |
validationResultSignedAuth
|
Constructor Summary | |
ValidationResult()
|
Method Summary | |
static ValidationResult |
getObject(java.lang.String xml)
Convierte un XML en un objeto ValidationResult. |
java.lang.String |
toXML()
Convierte un Objeto ValidationResult a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public ValidationResultSignedAuth validationResultSignedAuth
public boolean resultado
public Pago pago
public java.util.Map mensajes
Constructor Detail |
public ValidationResult()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static ValidationResult 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 |