p12f.exe.otp.objects
Class OTPData

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String aplicationId
          Identificador de la aplicación solicitante del OTP.
 java.lang.String oid
          Identificador del tercero solicitante del OTP.
 java.lang.String otpId
          Identificador del OTP
 java.lang.String serviceId
          Identificador del servicio solicitante del OTP.
 
Constructor Summary
OTPData()
           
 
Method Summary
static OTPData getObject(java.lang.String xml)
          Convierte un XML en un objeto OTPData.
 java.lang.String toXML()
          Convierte un Objeto OTPData 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
Identificador de la aplicación solicitante del OTP.


serviceId

public java.lang.String serviceId
Identificador del servicio solicitante del OTP.


oid

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


otpId

public java.lang.String otpId
Identificador del OTP

Constructor Detail

OTPData

public OTPData()
Method Detail

toXML

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

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

getObject

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

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