p12f.exe.pasarelapagos.objects.sms
Class SMSMessageList
java.lang.Object
p12f.exe.pasarelapagos.objects.sms.SMSMessageList
- All Implemented Interfaces:
- java.io.Serializable
- public class SMSMessageList
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
smsMessageList
public java.util.List smsMessageList
SMSMessageList
public SMSMessageList()
addMessage
public boolean addMessage(SMSMessage sms)
- Aņade un mensaje SMS a la lista de mensajes
- Parameters:
sms
-
- Returns:
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto Url a XML.
- Returns:
- String que contiene el XML.
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static SMSMessageList 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