org.exoplatform.portlet2
Class Mail

java.lang.Object
  extended by org.exoplatform.portlet2.Mail

public class Mail
extends java.lang.Object

Java class for Mail complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Mail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="from" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="to" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String from
           
protected  java.lang.String subject
           
protected  java.lang.String text
           
protected  java.lang.String to
           
 
Constructor Summary
Mail()
           
 
Method Summary
 java.lang.String getFrom()
          Gets the value of the from property.
 java.lang.String getSubject()
          Gets the value of the subject property.
 java.lang.String getText()
          Gets the value of the text property.
 java.lang.String getTo()
          Gets the value of the to property.
 void setFrom(java.lang.String value)
          Sets the value of the from property.
 void setSubject(java.lang.String value)
          Sets the value of the subject property.
 void setText(java.lang.String value)
          Sets the value of the text property.
 void setTo(java.lang.String value)
          Sets the value of the to property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

protected java.lang.String from

to

protected java.lang.String to

subject

protected java.lang.String subject

text

protected java.lang.String text
Constructor Detail

Mail

public Mail()
Method Detail

getFrom

public java.lang.String getFrom()
Gets the value of the from property.

Returns:
possible object is String

setFrom

public void setFrom(java.lang.String value)
Sets the value of the from property.

Parameters:
value - allowed object is String

getTo

public java.lang.String getTo()
Gets the value of the to property.

Returns:
possible object is String

setTo

public void setTo(java.lang.String value)
Sets the value of the to property.

Parameters:
value - allowed object is String

getSubject

public java.lang.String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(java.lang.String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

getText

public java.lang.String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(java.lang.String value)
Sets the value of the text property.

Parameters:
value - allowed object is String


Copyright © 2010 eXo Platform SAS. All Rights Reserved.