|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.otp.objects.OTPSendRequest
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 |
public java.lang.String aplicationId
public java.lang.String serviceId
public java.lang.String oid
public java.lang.String otpId
public OTPPresentationData presentationData
Constructor Detail |
public OTPSendRequest()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static OTPSendRequest getObject(java.lang.String xml) throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |