|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MailboxItem
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}recipients"/> <element ref="{}subject"/> <element ref="{}body"/> <element ref="{}item-content" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getBody()
Gets the value of the body property. |
ItemContent |
getItemContent()
Gets the value of the itemContent property. |
Recipients |
getRecipients()
Gets the value of the recipients property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
void |
setBody(java.lang.String value)
Sets the value of the body property. |
void |
setItemContent(ItemContent value)
Sets the value of the itemContent property. |
void |
setRecipients(Recipients value)
Sets the value of the recipients property. |
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
Method Detail |
---|
Recipients getRecipients()
Recipients
void setRecipients(Recipients value)
value
- allowed object is
Recipients
java.lang.String getSubject()
String
void setSubject(java.lang.String value)
value
- allowed object is
String
java.lang.String getBody()
String
void setBody(java.lang.String value)
value
- allowed object is
String
ItemContent getItemContent()
ItemContent
void setItemContent(ItemContent value)
value
- allowed object is
ItemContent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |