p12f.exe.otp.objects
Class OTPSendResponse

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

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

See Also:
Serialized Form

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

Field Detail

sendOk

public boolean sendOk

otpError

public OTPError otpError
Constructor Detail

OTPSendResponse

public OTPSendResponse()
Method Detail

toXML

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

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

getObject

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

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