p12f.exe.otp.objects
Class OTPValidationResponse
java.lang.Object
p12f.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
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 |
validOtp
public boolean validOtp
otpError
public OTPError otpError
otpValidationRetriesToExpire
public java.lang.Integer otpValidationRetriesToExpire
otpValidationExpireTime
public java.lang.Long otpValidationExpireTime
OTPValidationResponse
public OTPValidationResponse()
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