p12f.exe.pasarelapagos.objects
Class NRCValidationResponse
java.lang.Object
p12f.exe.pasarelapagos.objects.NRCValidationResponse
- All Implemented Interfaces:
- com.ejie.r01f.util.Initializable, java.io.Serializable
- public class NRCValidationResponse
- extends java.lang.Object
- implements java.io.Serializable, com.ejie.r01f.util.Initializable
Clase que devuelve el resultado de una VALIDACIÓN NRC.
- Author:
- ie00191m
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isValid
public boolean isValid
timeStamp
public java.lang.String timeStamp
NRCValidationResponse
public NRCValidationResponse()
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto Estado a XML.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static NRCValidationResponse getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un XML en un objeto estado.
- Returns:
- Objeto Estado construido a partir del XML.
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException