p12f.exe.otp.objects
Class OTPPresentationData

java.lang.Object
  extended byp12f.exe.otp.objects.OTPPresentationData
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OTPPresentationDataMail, OTPPresentationDataSms

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

See Also:
Serialized Form

Field Summary
 java.util.Map datosAdicionales
           
static int PRESENTATION_DATA_MAIL
           
static int PRESENTATION_DATA_SMS
           
 int presentationDataType
           
 
Constructor Summary
OTPPresentationData()
           
 
Method Summary
static OTPPresentationData getObject(java.lang.String xml)
          Convierte un XML en un objeto OTPPresentationData.
 java.lang.String toXML()
          Convierte un Objeto OTPPresentationData a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRESENTATION_DATA_MAIL

public static final int PRESENTATION_DATA_MAIL
See Also:
Constant Field Values

PRESENTATION_DATA_SMS

public static final int PRESENTATION_DATA_SMS
See Also:
Constant Field Values

presentationDataType

public int presentationDataType

datosAdicionales

public java.util.Map datosAdicionales
Constructor Detail

OTPPresentationData

public OTPPresentationData()
Method Detail

toXML

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

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

getObject

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

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