p12f.exe.otp.objects
Class OTPValidationRequest

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String aplicationId
          Aplicación que solicita el OTP.
 java.lang.String oid
          Identificador del tercero solicitante.
 java.lang.String otpId
          Identificador del OTP.
 java.lang.String otpToValidate
          OTP a validar.
 java.lang.String serviceId
          Servicio para el que se solicita el OTP.
 
Constructor Summary
OTPValidationRequest()
           
 
Method Summary
static OTPValidationRequest getObject(java.lang.String xml)
          Convierte un XML en un objeto OTPValidationRequest.
 java.lang.String toXML()
          Convierte un Objeto OTPValidationRequest a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aplicationId

public java.lang.String aplicationId
Aplicación que solicita el OTP.


serviceId

public java.lang.String serviceId
Servicio para el que se solicita el OTP.


oid

public java.lang.String oid
Identificador del tercero solicitante.


otpId

public java.lang.String otpId
Identificador del OTP.


otpToValidate

public java.lang.String otpToValidate
OTP a validar.

Constructor Detail

OTPValidationRequest

public OTPValidationRequest()
Method Detail

toXML

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

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

getObject

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

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