|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.portlet2.Mail
public class Mail
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 |
|---|
protected java.lang.String from
protected java.lang.String to
protected java.lang.String subject
protected java.lang.String text
| Constructor Detail |
|---|
public Mail()
| Method Detail |
|---|
public java.lang.String getFrom()
Stringpublic void setFrom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTo()
Stringpublic void setTo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||