p12f.exe.pasarelapagos.objects.mail
Class MailRequest

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.mail.MailRequest
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

public class MailRequest
extends java.lang.Object
implements java.io.Serializable, com.ejie.r01f.util.Initializable

See Also:
Serialized Form

Field Summary
 java.util.List mailMessageList
           
 
Constructor Summary
MailRequest()
           
 
Method Summary
 boolean addMessageToRequestList(MailMessage mailMessage)
          Añade un mensaje SMS a la lista de mensajes de esta petición
static MailRequest getObject(java.lang.String xml)
          Convierte un XML en un objeto Url.
static void main(java.lang.String[] argv)
           
 java.lang.String toXML()
          Convierte un Objeto Url a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mailMessageList

public java.util.List mailMessageList
Constructor Detail

MailRequest

public MailRequest()
Method Detail

addMessageToRequestList

public boolean addMessageToRequestList(MailMessage mailMessage)
Añade un mensaje SMS a la lista de mensajes de esta petición

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 MailRequest 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

main

public static void main(java.lang.String[] argv)
                 throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException