p12f.exe.pasarelapagos.objects
Class NRCValidationResponse

java.lang.Object
  extended byp12f.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

Field Summary
 boolean isValid
           
 java.lang.String timeStamp
           
 
Constructor Summary
NRCValidationResponse()
           
 
Method Summary
static NRCValidationResponse getObject(java.lang.String xml)
          Convierte un XML en un objeto estado.
 java.lang.String toXML()
          Convierte un Objeto Estado a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isValid

public boolean isValid

timeStamp

public java.lang.String timeStamp
Constructor Detail

NRCValidationResponse

public NRCValidationResponse()
Method Detail

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