p12f.exe.otp.objects
Class OTPValidationResponse

java.lang.Object
  extended byp12f.exe.otp.objects.OTPValidationResponse
All Implemented Interfaces:
java.io.Serializable

public class OTPValidationResponse
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 OTPError otpError
           
 java.lang.Long otpValidationExpireTime
           
 java.lang.Integer otpValidationRetriesToExpire
           
 boolean validOtp
           
 
Constructor Summary
OTPValidationResponse()
           
 
Method Summary
static OTPValidationResponse getObject(java.lang.String xml)
          Convierte un XML en un objeto OTPValidationResponse.
 java.lang.String toXML()
          Convierte un Objeto OTPValidationResponse a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validOtp

public boolean validOtp

otpError

public OTPError otpError

otpValidationRetriesToExpire

public java.lang.Integer otpValidationRetriesToExpire

otpValidationExpireTime

public java.lang.Long otpValidationExpireTime
Constructor Detail

OTPValidationResponse

public OTPValidationResponse()
Method Detail

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un Objeto OTPValidationResponse a XML.

Returns:
String que contiene el XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static OTPValidationResponse getObject(java.lang.String xml)
                                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto OTPValidationResponse.

Returns:
Objeto OTPValidationResponse construido a partir del XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException