p12f.exe.otp.objects
Class OTPSendRequest

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

public class OTPSendRequest
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.
 OTPPresentationData presentationData
          Datos de presentación para enviar el OTP.
 java.lang.String serviceId
          Servicio para el que se solicita el OTP.
 
Constructor Summary
OTPSendRequest()
           
 
Method Summary
static OTPSendRequest getObject(java.lang.String xml)
          Convierte un XML en un objeto OTPSendRequest.
 java.lang.String toXML()
          Convierte un Objeto OTPSendRequest 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.


presentationData

public OTPPresentationData presentationData
Datos de presentación para enviar el OTP.

Constructor Detail

OTPSendRequest

public OTPSendRequest()
Method Detail

toXML

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

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

getObject

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

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