p12f.exe.otp.objects
Class OTPResponse

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

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

See Also:
Serialized Form

Field Summary
 boolean generateOk
           
 OTPData otpData
           
 OTPError otpError
           
 
Constructor Summary
OTPResponse()
           
 
Method Summary
static OTPResponse getObject(java.lang.String xml)
          Convierte un XML en un objeto OTPResponse.
 java.lang.String toXML()
          Convierte un Objeto OTPResponse a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generateOk

public boolean generateOk

otpData

public OTPData otpData

otpError

public OTPError otpError
Constructor Detail

OTPResponse

public OTPResponse()
Method Detail

toXML

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

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

getObject

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

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