p12f.exe.pasarelapagos.objects.sms
Class SMSResult

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.sms.SMSResult
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 java.util.List smsMessageResultList
           
 
Constructor Summary
SMSResult()
           
 
Method Summary
 boolean addMessageResult(SMSMessageResult smsResult)
          Aņade el resultado de un mensaje SMS
static SMSResult getObject(java.lang.String xml)
          Convierte un XML en un objeto Url.
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smsMessageResultList

public java.util.List smsMessageResultList
Constructor Detail

SMSResult

public SMSResult()
Method Detail

addMessageResult

public boolean addMessageResult(SMSMessageResult smsResult)
Aņade el resultado de un mensaje SMS

Parameters:
smsResult -
Returns:

getObject

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

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

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException